inherit
233889
0
Aug 24, 2023 5:39:54 GMT -8
STLUEE
1,165
June 2016
stluee1
|
Post by STLUEE on Apr 19, 2020 14:55:04 GMT -8
Forum URL: southernlife.proboards.comInstead of having all those seperate bars, I would like to put the welcome tab,participated and home all up on the bar with profile/admin/login/log out bar. Is this possible? Thank you!
|
|
#e61919
Support Staff
224482
0
Member is Online
1
Nov 22, 2024 10:41:28 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,512
August 2015
socalso
|
Post by Scott on Apr 20, 2020 11:39:30 GMT -8
STLUEE, the would require a template modification. What is the name of theme you wish to do this to?
|
|
inherit
233889
0
Aug 24, 2023 5:39:54 GMT -8
STLUEE
1,165
June 2016
stluee1
|
Post by STLUEE on Apr 20, 2020 14:15:17 GMT -8
All of them. I will start with the default though. Thank you. I almost get it, but have trouble moving the participated to the action bar.
|
|
#e61919
Support Staff
224482
0
Member is Online
1
Nov 22, 2024 10:41:28 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,512
August 2015
socalso
|
Post by Scott on Apr 21, 2020 9:56:41 GMT -8
STLUEE , for a basic unaltered theme I came up with this: In the Forum Wrapper layout template find this code: $[participated_threads_link]
{if $[navigation.tree]} <div id="navigation-tree"> $[navigation.tree] </div> {/if} and move it up between the </p> and </div></header> so that this: {else} <span>Welcome $[current_user.name].</span> $[logout_link] {/if} </p> </div> </header> becomes this (and add 2 <br> above the participated variable): {else} <span>Welcome $[current_user.name].</span> $[logout_link] {/if} </p> <br><br> $[participated_threads_link]
{if $[navigation.tree]} <div id="navigation-tree"> $[navigation.tree] </div> {/if} </div> </header> Again, on a basic default theme it would look like this:
|
|
inherit
233889
0
Aug 24, 2023 5:39:54 GMT -8
STLUEE
1,165
June 2016
stluee1
|
Post by STLUEE on Apr 21, 2020 10:31:35 GMT -8
The participated on your example is showing down where it says Home. This code will move it up on the bar where it says profile, ect? I appreciate your help. thank you
|
|
#e61919
Support Staff
224482
0
Member is Online
1
Nov 22, 2024 10:41:28 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,512
August 2015
socalso
|
Post by Scott on Apr 21, 2020 10:56:01 GMT -8
STLUEE, basically all my suggestion does is move the navigation tree and participated button in to the same div as the navigation menu.
|
|
inherit
233889
0
Aug 24, 2023 5:39:54 GMT -8
STLUEE
1,165
June 2016
stluee1
|
Post by STLUEE on Apr 21, 2020 11:55:20 GMT -8
I piddled with it and sometimes it acted like it was up by the profile/admin/messages/Home tabs then dropped back down where it was.
|
|
#e61919
Support Staff
224482
0
Member is Online
1
Nov 22, 2024 10:41:28 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,512
August 2015
socalso
|
Post by Scott on Apr 21, 2020 12:00:14 GMT -8
The navigation menu can fluctuate based on what menu items are checked for display and if the member is staff or not. (And of course any CSS styling beyond the default) Additionally the welcome message also changes space based on the length of the member's display name. This is why I opted to show the nav tree and participated on the next line.
|
|
inherit
233889
0
Aug 24, 2023 5:39:54 GMT -8
STLUEE
1,165
June 2016
stluee1
|
Post by STLUEE on Apr 21, 2020 15:45:07 GMT -8
I gone to admin/settings/navigation/=checked mobile & desktop and in blank space that popped up I put participated.
Then I go layouts and removed the : $[participated_threads_link]So there won't be 2 showing.
Thank you for trying to help me.
all I need to do now is remove the bar where it says home(by itself) and where the original participated is showing.
|
|