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
  #382  
Old 11-22-2005, 01:05 AM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lexx27
Module Link: (I used this and put it directly to my gallery (same as the link for the navbar - remember your forum ID)
What exactly do you mean here. Because I see an X in my portal
I hope I've not confused you.
Reply With Quote
  #383  
Old 11-22-2005, 02:56 AM
The Chief's Avatar
The Chief The Chief is offline
 
Join Date: Aug 2005
Location: Montreal
Posts: 1,037
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, I have installed this product and everything works fine, but there is one problem. When its a guest that views the forum, he sees a red x for the latest gallery entries, is there a way to make them see something else, like another image??
Reply With Quote
  #384  
Old 11-22-2005, 08:16 AM
Harald_T Harald_T is offline
 
Join Date: Aug 2003
Location: Kleve, Germany
Posts: 531
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Look around at page 20, i think. I've posted a solution before.
Reply With Quote
  #385  
Old 11-22-2005, 09:48 AM
lexx27's Avatar
lexx27 lexx27 is offline
 
Join Date: May 2005
Location: Athens
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by christianb
I hope I've not confused you.
No, not at all. I did it and the only problem I am having is that the pictures dont show up because their link doent point at my forums.
Note that the gallery is installed inside the forums directory.
How can I change that in Cmps. I saw that in your forums are installed in the parent directory.
Reply With Quote
  #386  
Old 11-22-2005, 10:16 AM
lexx27's Avatar
lexx27 lexx27 is offline
 
Join Date: May 2005
Location: Athens
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry for me posting all the time...
I found the solution to my problem. Now the thing that I want to do, is to change the random pictures from horizontal to vertical view.
Reply With Quote
  #387  
Old 11-22-2005, 10:37 AM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One thing to note, is that I could not change my FORUMHOME template as I do not have a set $navbar as does the default. My style has a multiple line reference to the navbar. However, that's where I got the code for the cmps. I am unsure at the moment on a vertical view, except maybe put in some code to change the variable that references the one in the admincp and then do a for each (or something) loop with a <br> command at the end before the function loops. Then display the results.

One possibilty is to set the amount in admincp to 1, then just copy the rand code x amount of times - whatever you feel like.

For example..

PHP Code:
<center>
<
td class="thead" height="150" width="320" align="center">
<
a  HREF="attachment.php?attachmentid=$rand_gallery[attachmentid]">
<
img src="attachment.php?attachmentid=$rand_gallery[attachmentid]&stc=1&thumb=1" border=0 align="center"></a>
</
td>
</
tr>
<
tr>
<
td  valign="center" align="center" width="320" height="40">
<
br  />
<
a  href="showthread.php?t=$rand_gallery[threadid]">
$rand_gallery[title]
</
a><br>
<
td class="thead" height="150" width="320" align="center">
 <
a  HREF="attachment.php?attachmentid=$rand_gallery[attachmentid]">
<
img src="attachment.php?attachmentid=$rand_gallery[attachmentid]&stc=1&thumb=1" border=0 align="center"></a>
 </
td>
 </
tr>
 <
tr>
 <
td  valign="center" align="center" width="320" height="40">
 <
br  />
 <
a  href="showthread.php?t=$rand_gallery[threadid]">
 
$rand_gallery[title]
 </
a><br>
<
td class="thead" height="150" width="320" align="center">
 <
a  HREF="attachment.php?attachmentid=$rand_gallery[attachmentid]">
<
img src="attachment.php?attachmentid=$rand_gallery[attachmentid]&stc=1&thumb=1" border=0 align="center"></a>
 </
td>
 </
tr>
 <
tr>
 <
td  valign="center" align="center" width="320" height="40">
 <
br  />
 <
a  href="showthread.php?t=$rand_gallery[threadid]">
 
$rand_gallery[title]
 </
a><br>
<
td class="thead" height="150" width="320" align="center">
 <
a  HREF="attachment.php?attachmentid=$rand_gallery[attachmentid]">
<
img src="attachment.php?attachmentid=$rand_gallery[attachmentid]&stc=1&thumb=1" border=0 align="center"></a>
 </
td>
 </
tr>
 <
tr>
 <
td  valign="center" align="center" width="320" height="40">
 <
br  />
 <
a  href="showthread.php?t=$rand_gallery[threadid]">
 
$rand_gallery[title]
 </
a><br>
</
center
I've not tested this, so I have no clue if it will work or not.
Reply With Quote
  #388  
Old 11-22-2005, 11:12 AM
Harald_T Harald_T is offline
 
Join Date: Aug 2003
Location: Kleve, Germany
Posts: 531
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, but this won't work in the desired way, as the code isn't evaluated in the template.

I'm working on it.
Reply With Quote
  #389  
Old 11-22-2005, 11:34 AM
lexx27's Avatar
lexx27 lexx27 is offline
 
Join Date: May 2005
Location: Athens
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you christianb, I used your code and Achieved the vertical view with some editing for 4 pictures...but they are the same lol.
Reply With Quote
  #390  
Old 11-22-2005, 11:47 AM
admin0's Avatar
admin0 admin0 is offline
 
Join Date: Mar 2003
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is this the next best thing after the vba gallery ?
Reply With Quote
  #391  
Old 11-22-2005, 11:54 AM
lexx27's Avatar
lexx27 lexx27 is offline
 
Join Date: May 2005
Location: Athens
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For me yes! Even better cause its free
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 02:58 PM.


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.10141 seconds
  • Memory Usage 2,340KB
  • 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
  • (1)bbcode_php
  • (2)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