How to display ALBUM only at page of Photo Album? - Photo Albums - uCoz System management and tuning - uCoz Community
You logged in as Guest
Username/E-mail:
Recent messages · Members · Forum rules · FAQ · SEARCH Registration · Log in


We are in the second round! Let's keep voting!

Page 2 of 3«123»
uCoz Community » uCoz System management and tuning » 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?
SunnyDate: Tuesday, 2009-04-28, 3:13 Am | Message # 16
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
hslee81, check your PMs.

I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
hslee81Date: Thursday, 2009-04-30, 0:45 Am | Message # 17
Curious
Group: Checked
Messages: 37
Awards: 0
Reputation: 0
Status: Offline
Anyone please help me....
I want the link and photo

-
 
SunnyDate: Thursday, 2009-04-30, 6:49 Am | Message # 18
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
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 "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
hslee81Date: Monday, 2009-05-04, 9:52 Pm | Message # 19
Curious
Group: Checked
Messages: 37
Awards: 0
Reputation: 0
Status: Offline
Sunny, just add in <?if($MODULE_ID$='photo')?><?else?> ?

Added (2009-05-04, 2:18 Am)
---------------------------------------------
I added above code. Where to delete album? how? Is it mean my album will gone and need redo again? wink

Added (2009-05-04, 9:52 Pm)
---------------------------------------------
Help...

after i added <?if($MODULE_ID$='photo')?><?else?>, it doesnt work as well....


-
 
SunnyDate: Tuesday, 2009-05-05, 7:03 Am | Message # 20
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
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 "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
hslee81Date: Thursday, 2009-05-07, 6:20 Am | Message # 21
Curious
Group: Checked
Messages: 37
Awards: 0
Reputation: 0
Status: Offline
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...

http://20092009wedding.do.am/photo/


-
 
SunnyDate: Thursday, 2009-05-07, 6:51 Am | Message # 22
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
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 "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
hslee81Date: Wednesday, 2009-05-13, 0:31 Am | Message # 23
Curious
Group: Checked
Messages: 37
Awards: 0
Reputation: 0
Status: Offline
Thanks Sunny. I think i success?? Because it auto became it, without any changes. Maybe the effect not immediate.

-
 
SunnyDate: Wednesday, 2009-05-13, 2:23 Am | Message # 24
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
hslee81, no. It's ok on the main page of Photo Albums because I changed it for you. But you must do the same for other pages. I don't know how else I can explain it.

I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
hslee81Date: Friday, 2009-05-22, 3:28 Am | Message # 25
Curious
Group: Checked
Messages: 37
Awards: 0
Reputation: 0
Status: Offline
Really, thanks, Sunny. You are star... biggrin

I have html code for "Image on Mouse over Effects", where i should insert in order to change the main page of photo ablum...


-
 
SunnyDate: Friday, 2009-05-22, 7:16 Am | Message # 26
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
hslee81, what kind of code? Where did you take it?

I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
hslee81Date: Monday, 2009-05-25, 4:28 Am | Message # 27
Curious
Group: Checked
Messages: 37
Awards: 0
Reputation: 0
Status: Offline
Sunny, i can the code from below link... pls help me...i'm doing my wedding page....thanks..

http://www.dynamicdrive.com/dynamicindex4/image5.htm


-
 
SunnyDate: Monday, 2009-05-25, 5:15 Am | Message # 28
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
hslee81, I do not provide help concerning third-party scripts. Besides, everything is explained on that website.

I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
hslee81Date: Tuesday, 2009-05-26, 3:01 Am | Message # 29
Curious
Group: Checked
Messages: 37
Awards: 0
Reputation: 0
Status: Offline
Sunny, I failed to do so... how?too many scripts?

-
 
guitarmantraDate: Wednesday, 2009-05-27, 11:37 Pm | Message # 30
Regular
Group: Checked
Messages: 82
Awards: 3
Reputation: 4
Status: Offline
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)
---------------------------------------------
Hey this much better to place both $CATEGORIES$ $BODY$

but admin plz tell me

how can i make $CATEGORIES$ displays in 2 rows?


Register Free domain name-Free DNS for Life

www.softwarica.ucoz.com
 
uCoz Community » uCoz System management and tuning » Photo Albums » How to display ALBUM only at page of Photo Album? (How to display album block in Photo Album page (@ Site Menu))
Page 2 of 3«123»
Search: