Support Knowledge Base >> Reseller Guides >> SuperSite and PartnerSite Guide >> Customizing your SuperSite and PartnerSite Content >> How do I customize the Content, Theme (CSS, Images, Javascript), HTML Structure of the SuperSite and PartnerSite?

Search |

How can I remove the Resellers tab from my SuperSite?

In case you run a retail-only business, you can configure your SuperSite to cater only to end Customers by removing all Reseller-related content from your SuperSite. In order to do so, all you need to do is hide the Resellers section from the JavaScript menu just below the header in your SuperSite.

Hiding the Resellers menu is very simple, all you need to do is to comment the main line of code that defines the Resellers menu. Click here to read how >>.

The code defining the Resellers menu commented in the fashion illustrated below, would conceal the menu on your SuperSite.


 /* aI("align=center;text=Resellers;url=reseller.php?action=partnersite;target=_blank;image=getImage.php?src=menu-end-cover.gif;"); */
 

IMPORTANT

The Resellers menu is placed at the the end of the menu bar, and ends in curved edges. Commenting the code for the Resellers section would hide the menu, but also leave sharp edges at the right extremity of the main menu.

In order to preserve the look of the main menu, you would have to append the code that lends the curvature, to the menu immediately preceding the Resellers menu. (This would be the Business Solutions menu by default, or any other menu if you have switched the order in which the menu items are displayed.) The patch of code you need to append to the menu is:

image=getImage.php?src=menu-end-cover.gif;

To lend curved edges to the Business solutions menu, simply modify the code that defines the menu, like so


 aI("align=center;showmenu=Business Solutions;text=Business Solutions;image=getImage.php?src=menu-end-cover.gif;");
 

This will ensure that the menu is displayed appropriately.

 

Created on:  
Dec 14, 2005 1:27 PM  GMT
Last Updated on:   May 26, 2008 8:00 AM  GMT
 
Answer How do I Add/Edit a SuperSite/PartnerSite Theme or How do I edit the CSS, Images, Javascript of my SuperSite/PartnerSite? 
Answer How do I configure Multiple Language support for the SuperSite/PartnerSite? 
Answer How do I edit the existing Textual Content and Paragraphs as well as Modify the HTML Structure of a page? 
Answer How do I edit existing Images of the SuperSite and PartnerSite? 
Answer How do I change CSS files in Supersite and PartnerSite? 
Answer How do I make changes to the JavaScript menu in the SuperSite and PartnerSite? 
Answer How can I Add/Edit my own HTML pages in the Supersite and PartnerSite? 
Answer How can I Add/Edit my own Images in the Supersite and PartnerSite? 
Answer How do I modify the links on the Static Bar on my SuperSite? 
Answer How can I remove the Resellers tab from my SuperSite? 
Answer How do I customize the Legal Agreements in SuperSite and PartnerSite? 
Answer How do I customize the Page Titles of the SuperSite and PartnerSite? 
Answer How do I add Meta Tags to my SuperSite and PartnerSite for better Search Engine Optimization? 
Answer How do I customize the Error Messages in the SuperSite and PartnerSite? 
Answer How can I modify the Contact Us page on my SuperSite? 
Answer How can I change the Other Payment Options on the final check out page of the SuperSite? 
Answer Keeping my Customized SuperSite/PartnerSite content in sync with any new content added by almenbar corp