The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
PhotoPost vBGallery - Forum Home Details »» | |||||||||||||||||||||||||
Ok it's Beta time !!!!!
Please only install to beta test. Even thow I have it running there may be problems still in the works. (there were many countless errors in the past) - Feedback Please :squareeyed: /* -----------------12/13/2005 6:41pm ----------------- Add Gallery Images to your Forum Index v1.7 (vB 3.5) Tested on:
Demo: - http://www.gzhq.net/forums/index.php // ------------------------------------------------------ Overview:
Hack includes: - Hack Active (yes / no) - Enable Navbar (yes / no) - Image Count (number of images) - Image Order (Random, Newest, Most Views, Most Comment, Highest Rated) - Exclude Catagories - Only Catagories - On/Off options for all of the "info" per image - If gallery is not active hack will vanish (all usergroups) ** Admin will get "Alert: The gallery is currently turned off!" on FORUMHOME - If gallery settings of a usergroup does not see "thumbnails" the hack will vanish - No Template edits Change Log =========== 1.7 Beta 2 - 01.17.06 - Fixed usergroups not able to see the hack - Fixed sort order problems 1.7 - Install w/ product and 2 edits in 1 file. - Killed the need for FORUMHOME template edit. - AdminCP options to change the hack settings - Added: Parts of the gallery's Nav bar w/ dropdowns (My Stuff*, What's New, What's Popular,Search) to the hack with on/off option. * My Stuff will not be seen if you are a guest. 1.6 - Added: If the gallery is off or disabled the hack not show up. - Added: templates to support the hack vs. gallery templates (allows you to customize the templates for the look and feel you want vs. mess up the way your gallery templates look.) --------------------------------------------------*/ Whats Going On Please click " install " for updates Show Your Support
|
Comments |
#122
|
|||
|
|||
That worked.. awesome.. ya may want to add.. maybe I missed it, the cat numbers listed are cats that will be shown, want one not to show leave that # out..
Great idea short term but when a gallery get huge, 50000 cats it will stink.. Need a toold to list just the ones to not use and will use all others by default... But hey.. works for now.. Thanks... |
#123
|
|||
|
|||
Is this thing every going to be updated?
|
#124
|
||||
|
||||
Oh yes, I plan to. Trying now to organize my code projects / harddrives.
You know 450k files on my desktop and 2500 "New Folder, New Folder (1),New Folder (2), New Folder (300)" Did you know @ 75 folders deep there is a filelock In win2k/XP that even if empty you can not Del some folders. (even in safe mode) - but you can in "dos mode" if you will (boot from CD) |
#125
|
|||
|
|||
I'm stupid < FOOT IN MOUTH>
|
#126
|
||||
|
||||
Quote:
I am lost what ? Quote:
|
#127
|
|||
|
|||
Any way to add 2 rows of pics, maybe one random one newest, or just 2 rows, 5 each of the newest pics...
|
#128
|
||||
|
||||
Quote:
2 queries 1 per row. |
#129
|
|||
|
|||
example pretty please
|
#130
|
|||
|
|||
I have newest now.. How about from just 1 catagory or what can my options be..
and KUDO's to you for the fast reply.. much appreciated |
#131
|
||||
|
||||
Quote:
Admincp => Plugin Manager => Hook Location : forumhome_complete => Forumhome: Gallery Main => EDIT Currently: Code:
// If you HASH out "$catlimit" images will pull from all categories. // Useage: $catlimit = 3,5,10,30,70; // $catlimit = 3; // Enter 1 newest, 2 most viewed, 3 most comments, 4 highest rated, 5 random. $galleryorderby = 5; Added Extra Options // If you DON'T want these fields to show then value = "0" (zerro) $showfields['title'] = 0; $showfields['description'] = 0; $showfields['rating'] = 0; $showfields['user'] = 0; $showfields['dateline'] = 0; $showfields['views'] = 0; $showfields['dimensions'] = 0; $showfields['filesize'] = 0; $showfields['posts'] = 0; $showfields['lastpost'] = 0; $show['category'] = 0; I hate to try and REM what fricken plugin to edit to do what. :tired: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|