Version: 1.7 Beta, by Zachariah
Developer Last Online: Jan 2020
Version: 3.5.4
Rating:
Released: 09-12-2005
Last Update: 08-12-2006
Installs: 219
Uses Plugins Template Edits
Code Changes Is in Beta Stage
No support by the author.
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)
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.)
Parse error: syntax error, unexpected T_STRING in /****/****/*****/index.php(461) : eval()'d code on line 223
This error happened when:
Useing: <!-- end what's going on box -->
As an anchor in the plugin for the hack to showup under the "whats going on block" on hhe forumhome. The apostrophe was phased in PHP vs. simple text to search for.
I selected a different search string for the hack to attach to.
vBa Gallery = > Modify Settings
- Uploading Options
-- Count Uploads Towards User Post Counts ?
- Posting Options
-- Count Posts Towards Postcounts?
yes they are both enabled.... but itz not about whether the post counts are added or not...
Let say this images have 7 replies. With the Imagebit Post enabled in the vb options for forumhome, it shud display how many replies does that image have. On the gallery itself i shows that it has 7 replies, but on forum home it shows 0 replies
When I use the changed vBulletin index.php file, I get a database error.
Here's the index.php changed portion:
PHP Code:
// ################### 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'
);
I also noticed that I'm not getting the vB Gallery listed in the vBulletin Option s list.
Product XML was added as instructed...
I have my photopost stuff under my forum directory.
Forum path is: domain/forum
Photopost path is: domain/forum/photopost
Could that be the problem (it doesn't know where to find the templates?)
Photopost works and so does my forum normally.
EDIT: I searched for the templates called in the changed index.php file. I'm not seeing them anywhere??? I downloaded and installed the PPhotopost yesterday. It this newest version unsuppported by this hack?