Frequently Asked Questions

Mar 28, 2024 - 03:08pm

 [F] Frequently Asked Questions  / Common Problems and Solutions  / Common Customization Problems & Questions  /

How do I get my toolbar back?

Rate This FAQ
Rating: **** (based on 2 votes)

Created On: 25 Nov 1997 7:26 pm
Last Edited: 11 Nov 2005 2:02 pm

Question Printer Friendly

I did some editing in the control panel, and now the toolbar is inaccesible. What do I do now?

Answer

This problem is frequently caused by a missing </table> tag. You may have attempted to implement the popular look with a navigation bar on the left side of the screen, and neglected to properly close the table in the footer. The solution in early versions is to create short macros in the webx.tpl file that override the problem, so that you can log in and fix it.

In more recent versions you can also turn off the banner and footer via the use of special URL command codes. While logged in as sysop or operations enter: http://(yoursite).../WebX?97@@0

To turn them back on: http://(yoursite).../WebX?97@@1

Example
%% macro banner %%
     Temporary Banner
%% endmacro %%

%% macro footer%%
     Temporary Footer
%% endmacro %%