PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.5.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/)
-   -   A few questions about VBGallery (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/124548-few-questions-about-vbgallery.html)

alpha April 21st, 2006 02:39 PM

A few questions about VBGallery
 
Great script ! Installation took 5 minutes...

1. How I change the link in my forumlogo, so it doesn´t link to the gallery, but the forum mainpage ?

2. How do I move the statsbar in the main gallery page to the bottom ?

3. How do I show 3 random or latest pics from the gallery to the mainforum page ?

Thanks

KW802 April 21st, 2006 02:50 PM

1) Can't answer without seeing seeing your site. Most likely in your in header template the link is pointing to a generic link instead of your forums home page.

2) Can't answer without seeing your site. By default the stats table is on the bottom.

3) Search for the hacks by either Zachariah or Brian (Zachariah's version is more recently updated so try his first).

alpha April 21st, 2006 03:49 PM

1. Well, the header where the link is looks like this:

Code:

Content visible to verified customers only.
2. All sites I have seen doesn´t have the stats at the bottom, the newest and random links are below it.

3. Thanks

Zachariah April 21st, 2006 04:04 PM

Change:
$vboptions[forumhome].php?$session[sessionurl]

To:
$vboptions[bburl]


Note: $vboptions[bburl] = http://www.yourdomain.com/forums

KW802 April 21st, 2006 04:13 PM

Quote:

Originally Posted by alpha
1. Well, the header where the link is looks like this:

Code:

Content visible to verified customers only.
2. All sites I have seen doesn´t have the stats at the bottom, the newest and random links are below it.

3. Thanks

For your link, change it to this instead...
Code:

Content visible to verified customers only.
1) What's happening is that the default name for your forum home is "index.php" and the default name for the Gallery folder is also "index.php" so unless you preface the link with the folder URL it thinks you're trying to use the local copy of "index.php" while inside of the Gallery folder.

2) On an unmodified copy of vBGallery the stats are definitely at the bottom of the page. Unless we're talking about two different things the layout is top to bottom is vB header, vBG header, categories, stats, newest images, random images, vBG footer, vB footer. When you installed vBG on your site, the stats are at the top?

3) :)

alpha April 21st, 2006 04:17 PM

1. Thanks
2. I would like the stats to be below the newest images and random images

Thanks

KW802 April 21st, 2006 04:27 PM

1. :)

2. Edit your "adv_gallery" template (CP => Styles & Templates => Style Manager => Edit Templates) and then look for a section of code like this...
Code:

Content visible to verified customers only.
... and then move it below the section that that is...
Code:

Content visible to verified customers only.
... and that should take care of it.

alpha April 22nd, 2006 04:10 AM

That was easy - perfect !!!!!!

Would there be an easy way og showing random or new pics in forum home - the MODs I´ve seen don´t look right, I want it to look exactly as the gallery itself.

Thanks

KW802 April 23rd, 2006 08:00 PM

Your best bet would be to respond to one of the hack threads and ask the author of the hack. I'm not running any of the forumhome hacks so I'm not familiar with how they are laid out.

alpha April 26th, 2006 01:09 PM

I asked 3 questions, but no answer to any of them:

http://www.vbulletin.org/forum/showt...415#post959415


All times are GMT -5. The time now is 11:53 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97