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 |
#352
|
||||
|
||||
Thinking out loud.
- I am working on 1 php file / product and plugins to contain all the needed PHP code to show gallery images in many places of the forums. My current problem with this is global datastore. I have been working on a global datastore call into VB w/ 1 file edit to VB core files. This would stop the need for edit each php file of VBCore to show images on the page via. plugin. This edit also works for any CMPS portal block / page as well as VB powered pages. I have many small projects in the mix. I'll see about gathering the code up. |
#353
|
|||
|
|||
Attempting install on 3.5.4 and I'm unable to find $phrasegroups = array('holiday'); or 'mailqueue' in index.php...
|
#354
|
|||
|
|||
Quote:
|
#355
|
|||
|
|||
Quote:
|
#356
|
|||
|
|||
No problem! btw nice page you got there! I like your design and keep up the good looking work you got there
|
#357
|
|||
|
|||
Well I thoroughly searched for 20 minutes and used the Find function and still couldn't find it.
All I could find was $phrasegroups = array('cphome'); is this the same thing? |
#358
|
||||
|
||||
Quote:
eh? forums/index.php Code:
// #################### DEFINE IMPORTANT CONSTANTS ####################### define('THIS_SCRIPT', 'index'); // ################### PRE-CACHE TEMPLATES AND DATA ###################### // get special phrase groups $phrasegroups = array('holiday','adv_gallery'); // get special data templates from the datastore $specialtemplates = array( 'userstats', 'birthdaycache', 'maxloggedin', 'iconcache', 'eventcache', 'mailqueue', 'gallery_c_cache', 'adv_gallery_opt', 'gallery_ugroups' ); |
#359
|
|||
|
|||
Do you have the vbadvance portal? Don't get mix up with the two index files now.
|
#360
|
|||
|
|||
I do not have vbadvance.
All I have in the "pre-cache templates and data" section are: // #################### PRE-CACHE TEMPLATES AND DATA ###################### $phrasegroups = array('cphome'); $specialtemplates = array('maxloggedin'); ? |
#361
|
||||
|
||||
Quote:
You sound like your in /admincp/index.php or modcp/index.php. You need to edit: /forums_install_folder/index.php IE: /forums/index.php |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|