Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Gallery for vBulletin 3.5.X Details »»
Gallery for vBulletin 3.5.X
Version: 1.23, by Harald_T Harald_T is offline
Developer Last Online: Jan 2012 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 07-24-2005 Last Update: 05-24-2006 Installs: 346
DB Changes Uses Plugins Template Edits
Code Changes  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1272  
Old 09-05-2006, 01:25 PM
DrewM DrewM is offline
 
Join Date: Oct 2005
Posts: 564
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Baku
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>
&nbsp;
</td>
</tr>
</table>
</td>
<else />
<td>
<img src="http://www.huxleysource.com/forums/images/misc/register.jpg">
</td>
</if>
</tr>
</table>
</td>
</if>
Is your attatment setting set right?
Reply With Quote
  #1273  
Old 09-05-2006, 03:01 PM
Baku's Avatar
Baku Baku is offline
 
Join Date: Mar 2006
Location: South Wales, UK
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Larrysw
Is your attatment setting set right?
You mean this bit of code??

Code:
<a HREF="attachment.php?attachmentid=$thread[attachmentid]">
			          	<img src="attachment.php?attachmentid=$thread[attachmentid]&stc=1&thumb=1" border=0 align="center"></a><br>
As far as I know, yes.

And I do have .png thumbnails on, and have all the attachments set to generate thumbnails (for image files anyway).

*edit*

I've just tried uploading an image to a different section of my forum, and the thumbnail displays there without a problem...
Reply With Quote
  #1274  
Old 09-05-2006, 04:06 PM
DrewM DrewM is offline
 
Join Date: Oct 2005
Posts: 564
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Baku
You mean this bit of code??

Code:
<a HREF="attachment.php?attachmentid=$thread[attachmentid]">
			          	<img src="attachment.php?attachmentid=$thread[attachmentid]&stc=1&thumb=1" border=0 align="center"></a><br>
As far as I know, yes.

And I do have .png thumbnails on, and have all the attachments set to generate thumbnails (for image files anyway).
try doing counters for attachments.
Reply With Quote
  #1275  
Old 09-05-2006, 04:19 PM
Baku's Avatar
Baku Baku is offline
 
Join Date: Mar 2006
Location: South Wales, UK
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Larrysw
try doing counters for attachments.
And doing that will be the... probably 5th or 6th time I've done it - it doesn't work.

Hence why I'm so stumped.
Reply With Quote
  #1276  
Old 09-05-2006, 07:03 PM
Dawnf1 Dawnf1 is offline
 
Join Date: Jun 2005
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Baku
And doing that will be the... probably 5th or 6th time I've done it - it doesn't work.

Hence why I'm so stumped.
I thought I had the same problem - then I found that when I attached pictures from my computer as an attachment in the post, the thumbnails show up, but when I hotlink to them using the [IMG] tags I get the red x's.

So my question to anyone who can help is, is it not possible to use hotlinked pictures on the gallery, only ones which are attachments?


Also, I have another question... so far within the thread, only the first post/image appears in the gallery format, any further posts with images show up in the normal vbb way. Is that the only way it works, or is it possible to create a thread which shows an image in each post in the gallery format?
Reply With Quote
  #1277  
Old 09-05-2006, 07:58 PM
yj_enquirer yj_enquirer is offline
 
Join Date: Jan 2005
Location: UK
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dawnf1


Also, I have another question... so far within the thread, only the first post/image appears in the gallery format, any further posts with images show up in the normal vbb way. Is that the only way it works, or is it possible to create a thread which shows an image in each post in the gallery format?
Not sure about your first question, but from what i gather, its vGallery is designed for only one attachment, one thread, one post to show up.. the rest are just treated as comments.

A similar question was asked, about the ability to mass import images and have them show up in the Gallery forum, however this too is not available in this release of vGallery.. not sure what the future holds, only Harold shall be able to answer..

But ofcourse, guess with vb 3.6.0 around, he might be set about developing a release for that... i hope.. :classic:
Reply With Quote
  #1278  
Old 09-05-2006, 09:09 PM
Dawnf1 Dawnf1 is offline
 
Join Date: Jun 2005
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok
thanks
if anyone knows the answer to my question about hotlinking, I'd be grateful..
Reply With Quote
  #1279  
Old 09-05-2006, 11:24 PM
Baku's Avatar
Baku Baku is offline
 
Join Date: Mar 2006
Location: South Wales, UK
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh just to clarify guys & girls - I'm only attaching one image at a time in the gallery... and the thumbnails still aren't showing up.
Reply With Quote
  #1280  
Old 09-06-2006, 02:17 AM
WritersBeat WritersBeat is offline
 
Join Date: Apr 2006
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this work for vB 3.6?
Reply With Quote
  #1281  
Old 09-06-2006, 03:59 AM
LILMORA4 LILMORA4 is offline
 
Join Date: Feb 2006
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would also like to know if it work on vb 3.6?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:05 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05589 seconds
  • Memory Usage 2,322KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete