![]() |
Quick Help: Settings Button Gone in Header? Screenshot and code included.
Looks like the settings button is gone from my header:
https://vborg.vbsupport.ru/external/2011/07/19.png There is a small square that can still be clicked to access usercp.php. I searched for usercp.php and the header template came up. Here's the code that contains a link to the user CP. I tried to change it, but no luck: Code:
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li> |
I think the problem is that the phrase name is your_control_panel, so that the first line you posted should read:
HTML Code:
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_control_panel}</a></li> |
Hmm, no dice. I even went ahead and created a global phrase named your_control_panel, called it Settings. Nothing happened.
|
So you don't have a phrase called "your_control_panel" already? There should be one.
Anyway, as a test, what happens if you just put the text in there like: HTML Code:
<li><a href="usercp.php{vb:raw session.sessionurl_q}">Settings</a></li> ETA: also, when you created the phrase, what Phrase Type did you choose? The existing your_control_panel has type "User Tools (global)". |
Quote:
I was changing the template of the site's parent style. The child styles weren't inheriting the changes because header is customized for both (bad practice, I know). I thank you for your help, kind sir. |
All times are GMT. The time now is 10:21 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|