Plogger Support Forum - How to remove only one album from the front page? (will donate) Fri, 29 Mar 2024 11:36:23 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 How to remove only one album from the front page? (will donate) http://www.plogger.org/forum/comments.php?DiscussionID=3607&Focus=13828#Comment_13828 http://www.plogger.org/forum/comments.php?DiscussionID=3607&Focus=13828#Comment_13828 Sat, 25 Jun 2011 21:00:51 +0000 demolishman
I have 27 albums.

all I need is a code to hide one single album (with id 21) from the start page. I want to be able to view one of the images from that album by acessing its address directly, I dont want to show the album at all at the home page. :)



Since nobody is helping I am trying to program it myself... I need help lol]]>
How to remove only one album from the front page? (will donate) http://www.plogger.org/forum/comments.php?DiscussionID=3607&Focus=13835#Comment_13835 http://www.plogger.org/forum/comments.php?DiscussionID=3607&Focus=13835#Comment_13835 Sun, 26 Jun 2011 08:08:10 +0000 demolishman
Nobody helped me, so I done it purely with CSS! I am a Master of CSS so I put my mind to work here is the trick:

As you know, Plogger has a loop to create a thumb for each Album you have, this is from the Template collection.php.

I set my Album name to be a CSS ID, and the Description to be my Album Name. So, in the Plogger Manage field, I set it to be like this:

Album 1:

Name: send-feedback
Description: Send Feedback

Then I created a CSS ID on my CSS file as:

#send-feedback
I set this to hidden, absolute.

Then inside my collections.php I set the <php tag to be used inside a <div tag as:

<div id="<?php echo plogger_get_album_name(); ?>"> here is my album blah </div>


Thats it... Now you will have the name field of your Albums used as a Div Tag, so each album can now have its own Div.... I for example, only wanted to hide one of the specific divs. But knowing how CSS can be powerful, you can do so much with this idea. Good Luck!

Gotta Love Plogger to do this :D]]>
How to remove only one album from the front page? (will donate) http://www.plogger.org/forum/comments.php?DiscussionID=3607&Focus=14021#Comment_14021 http://www.plogger.org/forum/comments.php?DiscussionID=3607&Focus=14021#Comment_14021 Mon, 03 Oct 2011 23:46:26 +0000 copysa0911
Now the password system is available to lock our albums individually.You can lock each album seperately.The public is
not allowed to view that.duplicacion dvd]]>