We need to create 2 new positions “user 77” and “user 88” identical to the positions “user 7” and “user 8” that already exist.
To that end, we modify the file “detailtemplates.xml” adding positions “user 77” and “user 88”.
Then, we modify the code within “extension>template manager> Ja_Puresite>layout>default”, duplicating the line
<block name=”topsl2″ type=”spotlight” main-inner=”2″ specialwidth=”25″ special=”left”>user7,user8</block>
and changing it with the new positions “user 77” and “user 88”:
<block name=”topsl2″ type=”spotlight” main-inner=”2″ specialwidth=”25″ special=”left”>user77,user88</block>
so that in the end the code contains the following lines:
<block name=”topsl2″ type=”spotlight” main-inner=”2″ specialwidth=”25″ special=”left”>user7,user8</block>
<block name=”topsl2″ type=”spotlight” main-inner=”2″ specialwidth=”25″ special=”left”>user77,user88</block>
The problem we have is that the new positions (user 7 and user 8) are not formatted as the original ones (user 77 and user 88).
What are we missing to get the new positions exactly as the original ones? Could you please help us on this issue?
Thanks