Jump to content

Classic Version Site Documents


Guest T-S

Recommended Posts

Hello.

I was just wondering if anyone could please let me know how I can move all of my site documents in my classic skin from the bottom of the page into a box on the left underneath my category box so that each site document has a bullet point?

Like the "Shop by category" box...

Wow - that was a long first sentence, lol.

I have searched, but cannot find anything :unsure:

Any help is much appreciated!

T-S.

Link to comment
Share on other sites

  • 3 weeks later...

Guest crunchyapple2

Hello.

I was just wondering if anyone could please let me know how I can move all of my site documents in my classic skin from the bottom of the page into a box on the left underneath my category box so that each site document has a bullet point?

Like the "Shop by category" box...

Wow - that was a long first sentence, lol.

I have searched, but cannot find anything :(

Any help is much appreciated!

T-S.

Hi, Looking to do the same thing, or include in cat box, can't find anything myself, did you have any luck?

Thanks

Link to comment
Share on other sites

Here's the actual code you'll want in your siteDocs.tpl file:

<!-- BEGIN: site_docs -->

<div class="boxTitleLeft">{SITEDOC_BOXNAME}</div>

<div class="boxContentLeft">

<ul>

<!-- BEGIN: a -->

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

<!-- END: a -->

</ul>

</div>

<!-- END: site_docs -->

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...