Forum moderator: Eriko |
uCoz Community uCoz Modules Photo Albums How to display ALBUM only at page of Photo Album? (How to display album block in Photo Album page (@ Site Menu)) |
How to display ALBUM only at page of Photo Album? |
hslee81, oh, now I understand the problem: you have the option "Show section description near its name in the menu" disabled and that's why the description (which is an image) is not displayed. You need to enable this option, but before you do it you need to delete the side block "Albums" because the images will display there as well and it will corrupt the design. Go to Control Panel -> Customize Design -> The first container -> find the following:
Code <!-- <block3> --> <?if($CATEGORIES$)?> <table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b><!-- <bt> --><!--<s5351>-->Section categories<!--</s>--><!-- </bt> --></b></td></tr><tr><td class="boxContent"><!-- <bc> -->$CATEGORIES$<!-- </bc> --></td></tr></table> <?endif?> <!-- </block3> --> and change it to:
Code <!-- <block3> --> <?if($MODULE_ID$='photo')?><?else?> <?if($CATEGORIES$)?> <table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b><!-- <bt> --><!--<s5351>-->Section categories<!--</s>--><!-- </bt> --></b></td></tr><tr><td class="boxContent"><!-- <bc> -->$CATEGORIES$<!-- </bc> --></td></tr></table> <?endif?><?endif?> <!-- </block3> --> I'm not active on the forum anymore. Please contact other forum staff.
|
Sunny, just add in <?if($MODULE_ID$='photo')?><?else?> ?
Added (2009-05-04, 2:18 Am) Added (2009-05-04, 9:52 Pm) after i added <?if($MODULE_ID$='photo')?><?else?>, it doesnt work as well.... -
|
hslee81, you haven't restored your design after the update, that's why it doesn't work. Find and delete the following line (in all Photo Albums templates):
Code <table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b>Albums</b></td></tr><tr><td class="boxContent">$CATEGORIES$</td></tr></table> And then go to CP -> Photo Albums -> Module settings and enable "Show section description near its name in the menu" and "Show category description under its name in the menu" I'm not active on the forum anymore. Please contact other forum staff.
|
Sunny, Thanks.... Corner to success, now can displaying the photo, but in the how to delete side block "albums" photos? I have done all steps you teached. But it didnt work. Pls see my link below...
-
|
hslee81, you haven't deleted this line:
Code <table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b>Albums</b></td></tr><tr><td class="boxContent">$CATEGORIES$</td></tr></table> You must find and delete it from all photo album templates, they are in CP -> Customize Design -> under "Photo Album" (I have done this for "Main page of the photo album", and you must do this for all other templates from this section). I'm not active on the forum anymore. Please contact other forum staff.
|
Sunny, i can the code from below link... pls help me...i'm doing my wedding page....thanks..
-
|
Quote (Sunny) CP -> Customize Design -> Main page of the photo album -> put $CATEGORIES$ instead of $BODY$ what will happen if i place both $CATEGORIES$ $BODY$ Added (2009-05-27, 11:37 Pm) but admin plz tell me how can i make $CATEGORIES$ displays in 2 rows? |
| |||