View Full Version : Settings Disappeared..!?
Gamelobby
05-09-2011, 12:45 AM
I have been having some issues the past week, but it seems like i got them all worked out, except i noticed the "Settings" link next to "My Profile" is not there anymore..!?
I have disabled mods to see if it would come back, but it has not.
Unless it is part of vB4.1.3 i don't know what could be causing it.?
Not really that big of a deal, since people can still access the UserCP from the drop down of "Forum Actions" but still seems weird that its gone. lol
Anyone have any experience with that.?
Lynne
05-09-2011, 01:33 AM
Create a new style with no parent:
Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?
Gamelobby
05-10-2011, 02:27 AM
No its style specific, but it was there last week. lol
Like i said i disabled any recently added mods, but that didn't change anything. :(
What template controls that area.?
Maybe i made some edits to that template.
Lynne
05-10-2011, 04:31 PM
That should be the header template.
Gamelobby
05-10-2011, 11:14 PM
I dont see anything that i added recently.. (maybe i deleted something on accident when i was "tinkering" recently, but i dont recall)
Here is everything in the Header Template:
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
{vb:raw ad_location.ad_header_logo}
<a name="top" href="{vb:link forumhome}" id="logo"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a>
<div id="toplinks" class="toplinks">
<vb:if condition="$show['member']">
<ul class="isuser">
<li><a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li>
<li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
<vb:if condition="$notifications_total">
<li class="popupmenu notifications" id="notifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
<ul class="popupbody popuphover">
{vb:raw notifications_menubits}
</ul>
</li>
<vb:else />
<li class="popupmenu nonotifications" id="nonotifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
<ul class="popupbody popuphover">
<li>{vb:rawphrase no_new_messages}</li>
<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
</ul>
</li>
</vb:if>
<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_header}
</vb:if>
</ul>
{vb:raw template_hook.header_userinfo}
<vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment>
<vb:else />
<div class="loginBox">
<vb:if condition="$show['registerbutton']">
<a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow" id="regNow"><img src="images/styles/influx/style/registerNow.gif" alt="{vb:rawphrase register}" /></a>
</vb:if>
<!-- login form -->
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
<form id="navbar_loginform" action="login.php?{vb:raw session.sessionurl}do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})">
<ul>
<li class="inputPad"><div class="loginBoxInput"><input type="text" class="loginInput<vb:if condition="!$username"> default-value</vb:if>" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" /></div></li>
<li class="inputPad"><div class="loginBoxInput"><input type="password" class="loginInput" tabindex="102" name="vb_login_password" id="navbar_password" size="10" /><input type="text" class="loginInput default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" /></div></li>
<li class="rememberMe"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label></li>
<li class="searchButton"><input type="image" src="images/styles/influx/style/loginButton.gif" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" /></li>
</ul>
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<script type="text/javascript">
YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
vB_XHTML_Ready.subscribe(function()
{
//
YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);
YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);
YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);
YAHOO.util.Event.on('navbar_password', "blur", navbar_password);
});
function navbar_username_focus(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);
if (textbox.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>')
{
//
textbox.value='';
textbox.style.color='{vb:stylevar toplinks_form_input.color}';
}
}
function navbar_username_blur(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);
if (textbox.value == '')
{
//
textbox.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>';
textbox.style.color='{vb:stylevar toplinks_form_input_defaultValue.color}';
}
}
function navbar_password_hint(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);
YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");
YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");
YAHOO.util.Dom.get('navbar_password').focus();
}
function navbar_password(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);
if (textbox.value == '')
{
YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
}
}
</script>
<!-- / login form -->
<vb:if condition="$vboptions['enablefacebookconnect']">
<div class="loginLeft">
<ul>
{vb:raw facebook_header}
</ul>
</div>
</vb:if>
</div>
</vb:if>
</div>
<vb:if condition="$vboptions['enablesearches']">
<div id="searchBox">
<!-- search form -->
<form action="search.php?do=process" method="post" id="navbar_search">
<input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="process" />
<div class="searchWrap">
<input class="searchinput" type="text" name="query" tabindex="1004" value="Search Criteria" onfocus="if (this.value == 'Search Criteria') this.value = '';" onblur="if (this.value == '') this.value = 'Search Criteria';" size="23" />
</div>
<span class="searchButton">
<input type="image" src="images/styles/influx/style/searchButton.gif" value="Search" alt="Submit" />
</span>
</form>
</div>
</vb:if>
</div>
<div class="followus">
<div class="followme" onclick="window.open('http://twitter.com/TheGamelobby')"></div>
</div>
Lynne
05-10-2011, 11:22 PM
When you go to edit your template, click View History > Compare in order to compare it to another version. Or, click Show Default and then copy both yours and the default into a text editor and compare them.
Gamelobby
05-10-2011, 11:26 PM
I'll try that.. thanks. :)
Gamelobby
05-10-2011, 11:50 PM
For the first half (only 1st half) of each template there are 2 slight differences, but i have no idea if that is just skin/style stuff or issues. (differences noted in red. :))
I guess i could've just copied the text & made it red, but M$ Paint seemed easier. lol
https://vborg.vbsupport.ru/attachment.php?attachmentid=128979&stc=1&d=1305074857
-----------------------------------------------------------------
https://vborg.vbsupport.ru/attachment.php?attachmentid=128980&stc=1&d=1305074857
Gamelobby
05-10-2011, 11:58 PM
Then identical all the way to the bottom of both.. (is there anything i should be worried about posting in public.?)
https://vborg.vbsupport.ru/attachment.php?attachmentid=128981&stc=1&d=1305075459
Lynne
05-11-2011, 03:58 PM
It looks like it should be there. This is the line:
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>
How about a link to that style and a test login to see the issue?
I had this issue on one custom template this is what i did... not sure if this will resolve your issue or not but u can try it if you want.
adminCP -> Styles and templates -> Style manager -> Edit templates (from drop down) -> Header (scroll down)
In here you can see the code for the header. Click on 'Show default', this will open another window. Copy that code from that windows and paste it into the previous window. Click save.
hope this helps.
Gamelobby
05-17-2011, 01:46 AM
It looks like it should be there. This is the line:
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>
How about a link to that style and a test login to see the issue?
http://www.gamelobby.com/Forum/forum.php
Username - admin
password - 1234
Not really an admin, just a name. :)
But let me know if you need more access.
Thanks
I had this issue on one custom template this is what i did... not sure if this will resolve your issue or not but u can try it if you want.
adminCP -> Styles and templates -> Style manager -> Edit templates (from drop down) -> Header (scroll down)
In here you can see the code for the header. Click on 'Show default', this will open another window. Copy that code from that windows and paste it into the previous window. Click save.
hope this helps.
That might fix it, but not the way i want it to. lol
That will just remove everything i've done & basically revert it back to default. & if i wanted to revert it back to default i would just revert it back to default. ;)
Lynne
05-17-2011, 05:16 PM
It's there, but the phrase is incorrect. This is what you have:
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li>
Gamelobby
05-17-2011, 09:15 PM
It's there, but the phrase is incorrect.
This is what you have:
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li>
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>
They look the same to me.. what am i missing.?
Or should i try to copy from the default.?
Lynne
05-18-2011, 03:09 PM
one says control_panel, the other says user_control_panel
Put them one after another in a text editor and you'll see.
Gamelobby
05-18-2011, 09:37 PM
Awesome.!!
I added "user_" & the settings link came back.!!
Thanks a million Lynne. :D
I wonder is that a mistake they made when they "upgraded" the skin to 4.1.3, or something else.?
Also i have another issue, but i'll start a new thread. :)
Lynne
05-19-2011, 03:52 AM
I have no idea why the mistake was made.
Boofo
05-19-2011, 04:15 AM
IIRC, they were basically the same phrase and they decided to get rid of the duplicate one that wasn't being used.
i need some help to get my settings back up im on v4.1.3 and i am a bit stuck on the code part were to edit what bit should i ad too .
im on the cpanel and have found the styles maneger and have opened the right section just stuck with were to and chat am i adding i dont want to add something and mess my forum up and help would be great
DJ
Lynne
05-19-2011, 10:25 PM
i need some help to get my settings back up im on v4.1.3 and i am a bit stuck on the code part were to edit what bit should i ad too .
im on the cpanel and have found the styles maneger and have opened the right section just stuck with were to and chat am i adding i dont want to add something and mess my forum up and help would be great
DJ
I have no idea what you are talking about. You should start your own thread explaining your problem fully so that we can help you.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.