The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBGallery - Forum Home Details »» | |||||||||||||||||||||||||
/* -----------------8/9/2006 6:20am -----------------
Add Gallery Images to your Forum Index v1.8 Tested on: vBulletin 3.6 PhotoPost vBGallery v2.0 Beta Zachariah - http://www.gzhq.net // --------------------------------------------------------- DEMO - Feedback Please :squareeyed: 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) - Column Span (Choice of column count accross) - Locations (Above Header, Below Header, Under Navbar, Above What's going on, Inside What's going on, Below What's going on, Custom) - 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.8 - 8/9/2006 - Column Span: Choice of column count across. - Locations: (were should be displayed on the forumhome)
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.) --------------------------------------------------*/ Show Your Support
|
Comments |
#82
|
||||
|
||||
Any word on this?
|
#83
|
||||
|
||||
Ditto.
After making the edit in init.php, the forums spit chips with a DB Error: Code:
Database error in vBulletin 3.6.1: Invalid SQL: SELECT userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, language.phrasegroup_cfmdirectory AS phrasegroup_cfmdirectory, language.phrasegroup_adv_gallery AS phrasegroup_adv_gallery, language.phrasegroup_global AS phrasegroup_global, language.options AS lang_options, language.languagecode AS lang_code, language.charset AS lang_charset, language.locale AS lang_locale, language.imagesoverride AS lang_imagesoverride, language.dateoverride AS lang_dateoverride, language.timeoverride AS lang_timeoverride, language.registereddateoverride AS lang_registereddateoverride, language.calformat1override AS lang_calformat1override, language.calformat2override AS lang_calformat2override, language.logdateoverride AS lang_logdateoverride, language.decimalsep AS lang_decimalsep, language.thousandsep AS lang_thousandsep FROM dfusion_user AS user LEFT JOIN dfusion_userfield AS userfield ON (user.userid = userfield.userid) LEFT JOIN dfusion_usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN dfusion_language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid)) WHERE user.userid = 1; MySQL Error : Unknown column 'language.phrasegroup_adv_gallery' in 'field list' Error Number : 1054 Date : Tuesday, September 26th 2006 @ 11:28:36 PM Script : http://some.url Referrer : http://some.url IP Address : My.IP Username : Classname : vB_Database vBulletin 3.6.1 PHP version 5.1.4 MySQL version 4.1.21-standard PhotoPost Version Pro v5.2.1 Oh.. and then there is this: Code:
Warning: require_once(./includes/functions_gallery.php) [function.require-once]: failed to open stream: No such file or directory in /includes/vbgallery/forumhome_complete.php on line 16 Fatal error: require_once() [function.require]: Failed opening required './includes/functions_gallery.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dfusion/public_html/forums/includes/vbgallery/forumhome_complete.php on line 16 [EDIT]
[EDIT]
|
#84
|
||||
|
||||
This File is causing my headaches....
functions_gallery_store.php: PHP Code:
PHP Code:
|
#85
|
||||
|
||||
I see you reading Zac. And im eagerly awaiting your reply... as im dead in the water atm (as far as the forumhome enhancement goes anyway.. )
[edit] But Alas... you have vanished.. and without a response... |
#87
|
||||
|
||||
ok. cheers Zac. Will have a look.
|
#88
|
|||
|
|||
Is there anyway to get this positioned down the left hand side of the forumhome? as I am going to have a navigation system on the left hand side, and thought this would be nice to add in extra space.
Thanks. |
#89
|
||||
|
||||
Quote:
Select "Custom" and place $vbgallery in FORUMHOME template for custom location. |
#90
|
||||
|
||||
noticed something weird..
in the vb options>vbgallery... this is what it says.. Imagebit Title Here you may select to enable items that you would like to display with thumbnails. Yes No Error: 1 for every option.. under every heading.. the headings are all there.. but the "Here you may select to enable items that you would like to display with thumbnails. Yes No " is displayed under them all.. Plus when I try to run it on my board I am getting a database error.. I uninstalled the xml. file and removed the require_once(CWD . '/includes/functions_gallery_store.php'); from the init.php file and now my board is back to working fine.. is there a way I can fix this error.. Im a noob and really know very little about coding. |
#91
|
|||
|
|||
After I add this below the init.php file I get a huge error...
require_once(CWD . '/includes/functions_gallery_store.php'); That gives a database error, its kinda bad Also, where are the template edits in the readme file? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|