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 |
#92
|
|||
|
|||
Quote:
Here is a screenshot with the stickies thread hack, without the gallery XML uploaded.. http://www.jadedsouls.net/joe/gallery_prob_1.jpg Here is a screenshot with the stickies thread hack, with the gallery XML uploaded.. Note the threads are all together... http://www.jadedsouls.net/joe/gallery_prob_2.jpg -Forums are ver 3.5.0 RC2- Thanks for any help you can provide... Joe |
#93
|
|||
|
|||
I think it must be a problem of the threadbit. I'll have a look after it.
|
#94
|
||||
|
||||
Quote:
Is there a way to add this to the ForumDisplay? Also, I checked my vbOptions... And have all of my page splits set to 50. My current gallery is displaying 120 (approx) with no split yet. Any ideas? |
#95
|
|||
|
|||
That's strange. I've checked it twice, and it works fine. Check out my gallery for it:
http://www.scifi-fan.net/forumdisplay.php?f=60 Otherwise, is it possible to have a look inside your forum? Or is it a local installation? |
#96
|
||||
|
||||
I'll dig around and see if I can figure out what's going on with the pages.
*Also..... My Unregistered / Not Logged in users see RedXs, as I don't want to allow them to view attachments. Is there a way to show them a default graphic instead, that tells them to register to view the images? |
#97
|
|||
|
|||
I think there is a way to do this, yes.
My Todo-List is getting bigger. Thanks god i have a free week next week... |
#98
|
||||
|
||||
Quote:
|
#99
|
|||
|
|||
Did you thought on something like this (see attachment)?
Then you have to change the template "threadbit_gallery" to the following: 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"> <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="$stylevar[imgdir_misc]/nothumb.gif" width=75 height=56 border="0"> </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"> Benutzer: </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">$vbphrase[gallery_comments]</td> <td class="smallfont">$thread[replycount]</td> </tr> <tr class="alt1"> <td class="smallfont">$vbphrase[gallery_views]</td> <td class="smallfont">$thread[views]</td> </tr> <tr class="alt2"> <td> <div class="smallfont"> Bewertung: </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="images/misc/register.jpg"> </td> </if> </tr> </table> </td> </if> Code:
<td class="thead" align="center"> <table align="center"> <tr> <if condition="$show['member']"> <td align="center"> <a HREF="attachment.php?attachmentid=$gallery[attachmentid]"> <img src="attachment.php?attachmentid=$gallery[attachmentid]&stc=1&thumb=1" border=0 align="center"></a> </td> </tr> <tr> <td align="center"> <br /> <a href="showthread.php?t=$gallery[threadid]"> $gallery[title] </a> </td> <else /> <td> <img src="images/misc/register.jpg"> </td> </if> </tr> </table> </td> |
#100
|
|||
|
|||
@Joe:
To remove the sticky-problem change the code for the gallery-plugin: hook->threadbit_gallery (it should be the last one in the plugin-list) Code:
//####################Gallery-Modification###################### $pics_per_row=$foruminfo[gallery_rows]; //####################End Gallery-Modification################## if ($thread['sticky']) { $threadbit =& $threadbits_sticky; } else if ($displaythumbs == true) { $threadbit = &$threadbit_gallery; } else { $threadbit = &$threadbits; } if ($rows>=$pics_per_row) { $rows=0; } $rows=$rows+1; |
#101
|
|||
|
|||
if i missed something sorry but how can i change the thumbnails shown on forum and how to make that a closeable table. *note i guess i found out how just editing the rows thought that was for the main gallery page and how many rows down it goes ..
okay now with that how many pictures will actually go in there will it just keep going and going and going. or is this script have pages so like 20 to 40 pictures per page ? if not should be next addition |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|