Lazorbeam
07-22-2011, 05:25 PM
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:
<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.phps{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
Any idea?
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:
<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.phps{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
Any idea?