The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Gallery for vBulletin 3.5.X Details »» | |||||||||||||||||||||||||
Gallery-Hack:
This hack is a gallery-system for your forum. Updated 05/25/06 New in this version 1.23: - Alternative layout - english phrases - Addition for the memberprofile - multiple picture-upload - Featured threads What's still to come? - Possibility for users, to choose the different layout. - Possibility for file-upload, not only pictures. - Language-Pack for german users Have fun with the hack. For a live-demo look here: http://www.sf-galerie.de Show Your Support
|
Comments |
#922
|
|||
|
|||
@UtahNissans: Your problem is, as far as i can see, that your board doesn't show thumbs in posts. Check it in your vb-options. This should normally solve your problems.
|
#923
|
|||
|
|||
Quote:
|
#924
|
|||
|
|||
mayby if it is a PNG, then yes, but I think he means the over all attachment setting.
|
#925
|
|||
|
|||
Quote:
Hellloooooo? anyone out there? I don't want to uninstall, but I can't have it around if it's seizing up my board I'm running 3.5.4 |
#926
|
|||
|
|||
I searched around and I already have the attachment setting enabled.
|
#927
|
|||
|
|||
Harald, tried installing and followed everything as written, but I can't even seem to get an UPLOAD button. The Gallery navbar link leads directly to a subforum, and to nothing when that is clicked. I've checked everything to make sure thumbnails are enabled in both vb options and in attachment settings.
Could I have maybe messed up the forumdisplay.php rewrite?? I followed your directions to a T. Help a super noob out! Thanks. |
#928
|
|||
|
|||
AzianStang, what does your gallary_forumdisplat templeat have for contents?
|
#929
|
|||
|
|||
Quote:
|
#930
|
|||
|
|||
Just to let you know, what's coming next:
Admin-Option: Featured Post (thanks for Bernd and his suggestions for this): Now you can mark a thread as featured. Add a little thumbnail to the first post and it will be shown at the top of forumhome. (Oh, Bernd, you don't need any longer a special forum for it. Now it jumps right to the selected thread). This can be set on/off by the gallery-options. Also you can define a name for the included thumb, so it will not be shown. |
#931
|
|||
|
|||
Here's my gallery_forumdisplay template:
Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <meta name="description" content="$foruminfo[description]" /> <title>$vboptions[bbtitle] - $foruminfo[title]</title> $headinclude </head> <body> $header $navbar <br /> <table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px"> <tr valign="top"> <td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/upload.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </if></td> <if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if> </tr> </table> <if condition="$show['threadslist']"> <!-- threads list --> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" class="tborder"> <tr> <td class="thead"> </td> </td> </tr> <if condition="$show['threads']"> <tr> <td colspan="6"> <table align="center"> <tr> $threadbit_gallery <if condition="$col"> <td colspan=$col class="alt1"> </td> </if> </tr> </table> </td> </tr> <!-- end show threads --> <else /> <!-- show no threads message --> <tr> <td class="alt1" colspan="$foruminfo[bottomcolspan]" align="center"> <div style="padding: 16px"> <if condition="$show['noposts']"><strong>$vbphrase[no_posts_in_this_forum]</strong><else /><strong><phrase 1="$daysprune">$vbphrase[no_posts_last_x_days_forum]</phrase></strong><br /> <span class="smallfont">$vbphrase[try_controls_below_for_older_posts]</span></if> </div> </td> </tr> <!-- end show no threads message --> </if> </table> <!-- controls below thread list --> <table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px"> <tr valign="top"> <td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </if></td> <if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if> </tr> </table> <!-- / controls below thread list --> <br /> <!-- ############## END THREADS LIST ############## --> </if> <!-- forum rules & forum jump --> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr valign="top"> <td align="right" width="100%"> $forumjump <if condition="!$show['popups'] AND $show['adminoptions']"> <br /> <form action="moderator.php" method="get"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="f" value="$forumid" /> <div class="smallfont"><strong>$vbphrase[admin_tools]</strong>:</div> <select name="do" onchange="this.form.submit();"> <optgroup label="$vbphrase[admin_tools]"> <option value="modposts" selected="selected">$vbphrase[view_posts_queue]</option> <option value="modattach">$vbphrase[view_attachment_queue]</option> <option value="move">$vbphrase[mass_move]</option> <option value="prune">$vbphrase[mass_prune]</option> <if condition="$show['addmoderator']"> <option value="addmoderator">$vbphrase[add_moderator]</option> </if> </optgroup> </select>$gobutton </form> </if> </td> </tr> </table> <!-- / forum rules & forum jump --> $footer </body> </html> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|