Rename a group at website

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
dlee
Veteran Member
Posts: 137
Joined: 2020-04-14 00:21
Location: South Carolina, USA
Contact:

Rename a group at website

Post by dlee » 2023-05-10 21:39

I need to rename a single group on an existing website without uploading the generated pages again. Does anyone know where I might be able to change the group name in the actual website?

TD

User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

Re: Rename a group at website

Post by onoehring » 2023-05-11 06:32

Hi,

it depends on what you mean by group:
gr1.png
gr1.png (19.22 KiB) Viewed 1194 times
or this
gr2.png
gr2.png (31.12 KiB) Viewed 1194 times
Olaf

dlee
Veteran Member
Posts: 137
Joined: 2020-04-14 00:21
Location: South Carolina, USA
Contact:

Re: Rename a group at website

Post by dlee » 2023-05-11 16:51

Thank you for trying to help. Attached is a screen capture of a section of the homepage of the website. The image shows what I am referring to when I say group.
TD
Attachments
garc group.jpg
garc group.jpg (57.19 KiB) Viewed 1171 times

dlee
Veteran Member
Posts: 137
Joined: 2020-04-14 00:21
Location: South Carolina, USA
Contact:

Re: Rename a group at website

Post by dlee » 2023-05-11 20:15

After trying to find where the group names are stored I finally realized I could solve my problem by adding this code the hooks footer-extras.php file:

Code: Select all

<script>
    $j('a:contains("Field_Day_2022")').text('Field Day');
</script>
Problem solved.
TD

User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

Re: Rename a group at website

Post by onoehring » 2023-05-12 05:17

Hi,

thanks for letting us know your solution.
In this case it would be the position in my first screenshot where you put tables into groups, you can also rename groups there.

Olaf

Post Reply