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.)
i tried to cedit (each) group permission and save it as it is, in order to change it from (Default Permissions ) to (Custom Permissions) .. ( and it works properly .. )
Nutzz,
try to do it from (Category Permissions > and change the yellow color to red ) ..
Line 1082:
$images['description'] = $bbcode_parser->do_parse(stripslashes($images[' .........................
(there is more, but i killed the rest)
Set:
$showfields['description'] = 0;
There may be problems with the "description" part of the hack. Try that to see if it works.
Back when KW802 first released this hack, he had a problem with the word stripslashes... for some reason they were getting an extra space added in there somewhere.
I'm also glad to say it's working fine on this end Any plans on releasing this as a CMPS Module?
Back when KW802 first released this hack, he had a problem with the word stripslashes... for some reason they were getting an extra space added in there somewhere.
I'm also glad to say it's working fine on this end Any plans on releasing this as a CMPS Module?
Yes sir. on the Module - ill look on the error to see if KW got an fix on that error.
There definitely was a whitespace error inside my functions_gallery - but it did not remedy the situation. Zachariah - can I send you my existing functions_gallery.php file so you can compare it to yours? (or the other way around, whichever...)
Perhaps you can do a live swap to see if there is another whitespace error somewhere inside that file that I didn't see - at least it could be ruled out that way anyway. Seems to have to do something with the actual parsing function itself - because I've found if the images it pulls up have no image descriptions at all - the page loads fine. Doesn't seem to effect it one way or the other if I disable or enable the display descriptions inside the mod you've made though.