View Single Post
  #112  
Old 09-26-2006, 06:32 PM
vBFreak's Avatar
vBFreak vBFreak is offline
 
Join Date: Nov 2001
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VViper
I love 4 images and so do the members.

hey has anyone got a method for pulling in random images from the gallery into Vbadvanced?
Ok, there we go.

1) Download the attached random.php (I've modified the one from that mod a bit to fit with vBAdvanced).
Edit it and change:
PHP Code:
define('ROOT_PATH''./4images/'); 
To the folder of your 4images installation. Upload it to the modules/ folder in your forum's root directory (where your vBA-Module files are).

2) Create a new template called adv_portal_gallery and put the following content into it (Don't forget to change ./4images/ to your 4images path:
Code:
<tr>
	<td class="$bgclass">
		Name: $image_name<br /><br />
		<a href="./4images/details.php?image_id=$image_id" target="_blank"><img src="$thumb_src" alt="" border="0" /></a><br /><br />
		Comments: $image_comments
	</td>
</tr>
3) Add a the module to your vBAdvanced, choose PHP-File as the source.
Enter the following data into the fields:
  • Module Title: Gallery
  • Column: Left or Right, depends on where you want to have it (Don't use center!)
  • File to Include: random.php
  • Identifier: gallery
  • Templates Used: adv_portal_gallery

You may now use the following variables in your template:
$total_images - The total number of images in your 4images gallery
$image_id - The ID of the random image
$cat_id - The category of the random image
$image_name - The name of the random image
$image_comments - The number of comments made for the random image
$thumb_src - The link to the random thumbnail file

See also the attached screenshot, it works fine for me
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01159 seconds
  • Memory Usage 1,770KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete