Small tweak for NeoGallery 0.1.1

Do something cool with CMS? Show us ...
This board is for 'Answers', and the discussion of answers... Not for questions.
Post Reply
User avatar
DirtyMusic
Forum Members
Forum Members
Posts: 15
Joined: Sat Nov 08, 2008 9:27 am

Small tweak for NeoGallery 0.1.1

Post by DirtyMusic »

I have jsut installed NeoGallery and wanted to link directly to one specific gallery from another place on my page. So I added made a small modification.

In action.default.php I replaced this code

Code: Select all

$gid=$this->GetPreference(”defaultgallery”); 
with

Code: Select all

if ($_REQUEST["g"] > 0) { $gid=$_REQUEST["g"]; } else { $gid=$this->GetPreference(”defaultgallery”); }
You can read more about this modification in my blog: http://slikjegserdet.wordpress.com/2008/11/17/neogallery-link-to-a-album/

Good luck!
Post Reply

Return to “Tips and Tricks”