inherit
224902
0
Feb 15, 2017 12:50:39 GMT -8
Matt
2,940
September 2015
mattyboo1
|
Post by Matt on Oct 16, 2015 14:27:00 GMT -8
Forum URL: gameslounge.proboards.comI need help doing something you see where it says, show todays birthdays, I would like it to say " show Staff " instead, how can I do this.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Oct 16, 2015 21:17:30 GMT -8
Hi Matt, try this: Go to your members list and in the drop down select staff. Copy the url in your address bar and go to your home template and find this line... <tr><td> $[birthdays_today_link]</td></tr> You will replace the bolded part with the address to staff so it will look like this but with your address: <tr><td> <a href="http://abetteramerica.freeforums.net/members?dir=asc&sort=name&view=staff">View Staff</a></td></tr> You could keep the birthdays too but just add a new line for the staff so it would be like this: <tr><td>$[birthdays_today_link]</td></tr> <tr><td><a href="http://abetteramerica.freeforums.net/members?dir=asc&sort=name&view=staff">View Staff</a></td></tr>
|
|
inherit
224902
0
Feb 15, 2017 12:50:39 GMT -8
Matt
2,940
September 2015
mattyboo1
|
Post by Matt on Oct 17, 2015 6:11:18 GMT -8
Tumbleweed it does not work, this is what happens I circled the thing it did, And I do not know why it is doing that instead of adding the link like it should.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Oct 17, 2015 11:22:14 GMT -8
Tumbleweed it does not work, this is what happens I circled the thing it did, And I do not know why it is doing that instead of adding the link like it should. It looks to me like you put it in the wrong place and didn't put the <a href=" and </a> around it. This whole line .... <a href="abetteramerica.freeforums.net/members?dir=asc&sort=name&view=staff">View Staff</a>
...needs to replace this.... $[birthdays_today_link] and then you add your link where the blue is. OR if you want to keep the birthdays you just need to add this (with your link in it where I have the blue).... <tr><td><a href="abetteramerica.freeforums.net/members?dir=asc&sort=name&view=staff">View Staff</a></td></tr>
...below this .... <tr><td>$[birthdays_today_link]</td></tr> Try again and maybe I explained it a bet better this time.
|
|
inherit
224902
0
Feb 15, 2017 12:50:39 GMT -8
Matt
2,940
September 2015
mattyboo1
|
Post by Matt on Oct 17, 2015 13:10:52 GMT -8
Tumbleweedgo to my page at gameslounge.proboards.comand go click on the view staff link at the bottom. it shows the " view staff " but when I click on it it tells me it cannot find the page, I did everything as you instructed.
|
|
inherit
224902
0
Feb 15, 2017 12:50:39 GMT -8
Matt
2,940
September 2015
mattyboo1
|
Post by Matt on Oct 17, 2015 13:13:31 GMT -8
EDIT, I realized I accidentally messed up some code, I fixed it and it works perfectly now, Thank you so much.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Oct 17, 2015 13:32:21 GMT -8
EDIT, I realized I accidentally messed up some code, I fixed it and it works perfectly now, Thank you so much. It's very easy to mess up code so totally understand. Glad you got it where you want it and working.
|
|
inherit
224902
0
Feb 15, 2017 12:50:39 GMT -8
Matt
2,940
September 2015
mattyboo1
|
Post by Matt on Oct 17, 2015 13:36:45 GMT -8
EDIT, I realized I accidentally messed up some code, I fixed it and it works perfectly now, Thank you so much. It's very easy to mess up code so totally understand. Glad you got it where you want it and working. Lol I am horrible at code, Thanks for helping me.
|
|