Jump to content

turning OFF alphabetical order


Guest annaylee

Recommended Posts

Guest annaylee

Does anyone know how to turn OFF the "alphabetical order" of product & everything else I do on admin page?

For examples, "About Us, Contact Us, Home....." is automatically alphabetical, when what I want is "Home " to be first.

thanks!

Link to comment
Share on other sites

Guest shannonlp

Does anyone know how to turn OFF the "alphabetical order" of product & everything else I do on admin page?

For examples, "About Us, Contact Us, Home....." is automatically alphabetical, when what I want is "Home " to be first.

thanks!

If you just want Home to be the only thing that is out of order here is a simple fix. Modify this file. siteDocs.tpl

The file should be located at /skins/(skin name) i. e. classic, legend, killer/styleTemplates/boxes/siteDocs.tpl

Below is the file. Just make this change and your Home page link will appear as the first link.

<!-- BEGIN: site_docs -->

<div class="siteDocs">

<a href="http://www.(YOUR URL)/" class="txtSiteDocs">Home |</a>

<!-- BEGIN: a -->

<a href="index.php?act=viewDoc&amp;docId={DATA.doc_id}" class="txtSiteDocs">{DATA.doc_name}</a>

<!-- BEGIN: sep --><span class="txtSiteDocs">|</span><!-- END: sep -->

<!-- END: a -->

</div>

<!-- END: site_docs -->

This should do it. Hope this helps

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...