Version: 1.00, by filburt1
Developer Last Online: May 2007
Version: 2.3.x
Rating:
Released: 03-28-2003
Last Update: Never
Installs: 33
No support by the author.
This hack allows users to view and add their own site to a master "web page gallery", a page which displays users' showcase sites along with optionally the sites' thumbnails.
This hack is fully integrated into the admin and user CP. Permissions are taken into consideration: moderators, supermoderators, and administrators can edit anybody's site. BB code with smilies is allowed in the description.
This hack, due to its complexity, is in a beta stage. However the code has now reached a level of maturity that it should only be tested for bugs at this point and should be considered release-quality.
[high]If you are updating from 0.0.1 to 0.1.0, follow the instructions in update001.txt.[/high]
Version history:
0.1.0: projected final beta test; added template caching and pagination; huge number of bug fixes
0.0.1: initial release
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
also i have edited mine but i get a space in between the screenshot as shown in the picture here: http://www.windowsos.com/screenshotsgallery.gif
there is no sign of a <br> or a &bnsp; tag anywhere near that space, and how can i add the gallery for all templates because upon install it asked me for 1 template.
thanks once again a great hack
03-29-03 at 07:47 AM filburt1 said this in Post #19 Well that's not a 404: 404 is file not found. For some reason people now refer to every error as a 404.
Nice job filburt! I installed this and am playing around with it now...
I agree, it would be nice for one user to add more than one site, though doing so would probably be like creating a mini photopost...
I'm thinking of using this to have members post album reviews; the thumbnail image of the CD would go the left, the description in the same "description" box to the right, and include a link to an mp3 sample. Any ideas on how to add a link to a (possibly) large mp3 file and NOT have it store it in the database? How can I disable your limitation of adding html into the field? (I have a small, closed-registration board that would not "inject" any malicious code...)
Add a field to the wpgallery table and alter all the queries accordingly, although it may be a lot of work.
To disable HTML injection, remove all calls to htmlspecialchars() (not the actual stuff that is passed, though). I don't recommend it though unless you know personally and trust every single member of your board because you could turn around and have your entire board hijacked.