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 |
#1262
|
|||
|
|||
Hey guys,
Just had a few questions about this great looking mod.First and most important is does this have a mass import option?I have been looking for a gallery that has this and i dont really like Photopost. In case anyone didnt uderstand my question i want to know if i can upload all images to a folder via FTP then mass import them into a catagory on the gallery. |
#1263
|
|||
|
|||
Many thanks for such a gr8 release.. I have been trialling this and it really makes my site very very professional.
Now, as one would, I have got two questions.... 1. I had the older version of this, and can see that the new one is available. To upgrade, is it just a simple update, i.e. Plugin System ==> Add/Import Product ==> {Point to the .xml file} and allow overwrite? Will I have to modify the $navbar, $header etc templates as mentioned in the installation guide. 2. I am trying to modify the "upload.gif" image to another one that i have used and calling it "upload_new.gif". I am making this change in the "gallery_display" template in the following place.. PHP Code:
Thanks in advance for any replies. |
#1264
|
||||
|
||||
Is anyone able to help me with the thumbnail not displaying problem I'm having?
Having the thumbnails on the forum home page, and not in the gallery is driving me nuts! I don't want to have to go for something like photopost, but I'm gonna end up having no choice. |
#1265
|
|||
|
|||
I've just installed this inot vb354 and mySQL server hangs up almost instantly. after exploratin i've found this code
Code:
$thumbs = $db->query_read("SELECT gallery, threadid, firstpostid, ". TABLE_PREFIX . "thread.title, attachmentid, ". TABLE_PREFIX . "attachment.dateline FROM ". TABLE_PREFIX . "attachment, ". TABLE_PREFIX . "thread, ". TABLE_PREFIX . "forum WHERE gallery='1' AND ". TABLE_PREFIX . "thread.featured!='1' AND ". TABLE_PREFIX . "thread.forumid=". TABLE_PREFIX . "forum.forumid AND ". TABLE_PREFIX . "thread.firstpostid = ". TABLE_PREFIX . "attachment.postid AND ". TABLE_PREFIX . "attachment.dateline < " . TIME() ." GROUP BY ".TABLE_PREFIX ."thread.threadid ORDER BY ". TABLE_PREFIX . "attachment.attachmentid DESC LIMIT $gal_num_rows"); Thanx for answer. |
#1266
|
|||
|
|||
And anothe issue: gallery_index template is missing!!!
|
#1267
|
|||
|
|||
Hmm still no answer,can someone who uses his mod please let me know if it has the option to mass import a folder of images from FTP to a gallery catagory?
|
#1268
|
||||
|
||||
Quote:
the one in 3.6 is not a full gallery I dont think....I think that one is just for adding images to Forum_home when using photopost for vbulletin can be found by clicking here |
#1269
|
|||
|
|||
Quote:
|
#1270
|
||||
|
||||
Does anyone know if Harald_T is around? I tried sending him a mail, but I've had no reply.
Can anyone help at all and let me know why the thumbnails aren't displaying?? Here's the code for my gallery_threadbit template... I've tried fiddling with the code to get the thumbs to display, but no joy. Code:
$ids[forumids] <if condition="$rows"> <if condition="$rows == 1"> </tr><tr> </if> <td class="alt1Active" id="t$thread[threadid]" title="$thread[preview]" align="center" width="170" height="170"> <table> <tr> <if condition="$show['member']"> <td width="170" height="170" align="center"> <if condition="$displaythumbs"> <if condition="$thread[attachmentid]"> <a HREF="attachment.php?attachmentid=$thread[attachmentid]"> <img src="attachment.php?attachmentid=$thread[attachmentid]&stc=1&thumb=1" border=0 align="center"></a><br> <else /> <img src="http://www.huxkeysource.com/forums/images/misc/nothumb.gif" width=75 height=56 border="0"> </if> </if> <br /> </td> </tr> <tr> <td class="tborder"> <table width="100%" cellpadding="3" cellspacing="0"> <tr class="tcat"> <td colspan='2' align="center"> <div class="smallfont" align="center"> $thread[movedprefix] $thread[typeprefix] <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"> $thread[threadtitle] </a> </div> </td> </tr> <tr class="thead"> <td class="smallfont" align="left"> Uploaded by: </div> </td> <td> <div class="smallfont"> <if condition="$show['guestuser']"> $thread[postusername] <else /> <span style="cursor:pointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]')">$thread[postusername]</span> </if> </div> </td> </tr> <tr class="alt1"> <td class="smallfont">Comments:</td> <td class="smallfont">$thread[replycount]</td> </tr> <tr class="alt1"> <td class="smallfont">Views:</td> <td class="smallfont">$thread[views]</td> </tr> <tr class="alt2"> <td> <div class="smallfont"> Rating: </div> </td> <td> <if condition="$show['threadratings'] AND $show['threadrating']"> <span style="float:$stylevar[right]"> <img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" border="0" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" /> </span> </if> </td> </tr> <tr class="alt2"> <td> <div class="smallfont"> Filesize: $attachment[filesize] </div> </td> <td> </td> </tr> </table> </td> <else /> <td> <img src="http://www.huxleysource.com/forums/images/misc/register.jpg"> </td> </if> </tr> </table> </td> </if> |
#1271
|
||||
|
||||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|