how do i add content to left column?

PCP

No avatar

2006-01-29 08:37

how do i add content to the left column, under the products menu?
i want to put some small images there.
which file should i edit?

http://www.prochoicepins.org

thanks!

wizzud

No avatar

2006-01-29 10:23

Try in categories_menu.tpl, the LIST_FOOTER block, between the </dl> and </div> tags.

~apple

No avatar

2006-07-02 19:56

I have been looking around the forum for ways of adding another column like your site. Can you direct me how to do it? Thanks.

apple

treewood (OpenSolution)

Avatar: treewood

2006-07-02 21:29

apple - pcp have old version and he add td to table. You should add to v1.0 or v1.1 or v1.2 or v1.3 in file templates/page.tpl in FOOTER section before clear new div with id for example rColumn and style #rColumn in templates/default.css with float:left;, width etc.

~apple

No avatar

2006-07-03 00:46

mmm...I am not sure what I am not doing right. Followed instructions but nothing happened. I amusing version 1.2

pepe

Avatar: pepe

2006-07-03 02:07

<!-- BEGIN LIST_HEAD -->
<div id="menu">
<dl>
<!-- END LIST_HEAD -->

<!-- BEGIN LIST_LIST -->
<dt><a href="?p=productsList&amp;iCategory=$aList[iCategory]&amp;sName=$aList[sNameUrl]"> ;$aList[sName]</a></dt>
<!-- END LIST_LIST -->

<!-- BEGIN SUB -->
<dd><a href="?p=productsList&amp;iCategory=$aList[iCategory]&amp;sName=$aList[sNameUrl]"> ;$aList[sName]</a></dd>
<!-- END SUB -->

<!-- BEGIN LIST_FOOTER -->
</dl>

<!-- PUT YOUR CODE HERE! ================ -->

</div>
<!-- END LIST_FOOTER -->

<!-- BEGIN SELECTED -->
<!-- END SELECTED -->

<!-- BEGIN PHOTO -->
<!-- END PHOTO -->

<!-- BEGIN NOT_FOUND -->
<div id="menu">&nbsp;</div>
<!-- END NOT_FOUND -->

<!-- BEGIN NO_PHOTO -->
<!-- END NO_PHOTO -->

pepe

~apple

No avatar

2006-07-03 19:46

Thanks for your kind assistance, pepe. :))

Back to top
about us | contact