vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Random Images Anywhere (https://vborg.vbsupport.ru/showthread.php?t=94433)

melodiq 11-22-2005 01:27 PM

I must be a complete noob because I cannot get this to work at all.. my big question is what template and where do you add $randpic???

dodgechargerfan 11-22-2005 02:18 PM

Well, really, you can put it wherever you want the picture to show up.

In my case, I edited the header, and put the variables right under the logo.

All you have to do is put the variable in where you want it. You can format it if you want, too.

I have mine in a table like this:

Code:

<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
        <td align="center">$randpic1</a></td>
        <td align="center">$randpic2</a></td>
        <td align="center">$randpic3</a></td>
        <td align="center">$randpic4</a></td>
        <td align="center">$randpic5</a></td>
        <td align="center">$randpic6</a></td>
        <td align="$stylevar[right]">
                &nbsp;
        </td>
</tr>
</table>

That puts 6 random images in a row across the top of my forums just below the logo and above the forum content.

melodiq 11-22-2005 02:35 PM

still ain't working... below is my header code...

where do i put the code you suggested?

<!-- logo -->
<a name="top"></a>
<table border="2" bordercolor=#3E5C92 bgcolor=#738FBF width="$stylevar[outertablewidth]" cellpadding="2" cellspacing="2" align="center">
<tr>
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

dodgechargerfan 11-22-2005 07:53 PM

<!-- logo -->
<a name="top"></a>
<table border="2" bordercolor=#3E5C92 bgcolor=#738FBF width="$stylevar[outertablewidth]" cellpadding="2" cellspacing="2" align="center">
<tr>
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->
$randpic
<!-- content table -->
$spacer_open

melodiq 11-22-2005 08:10 PM

still not working... i know i have my paths set correctly for the images but they are not showing up...

melodiq 11-22-2005 08:23 PM

just figured it out... i didn't have the trailing front slash for the paths... thnx fellas...

fabriceg 11-26-2005 12:29 PM

Hi,

Sorry for this silly question, butÂ… where did you set vars (the path, etc.) ?

$folder = $vbulletin->options['randimg_path'];
$imgurl = $vbulletin->options['randimg_url'];
$exts = $vbulletin->options['randimg_types'];

c0rupted 11-29-2005 02:28 PM

can't seem to get this working for me, no matter where i put the $randpic it still doesn't show. I've tried all kind of different paths and it still hasn't worked.

melodiq 11-29-2005 02:30 PM

make sure there are no trailing slashes on your paths.... that's what screwed me up...

Quote:

Originally Posted by c0rupted
can't seem to get this working for me, no matter where i put the $randpic it still doesn't show. I've tried all kind of different paths and it still hasn't worked.


c0rupted 11-29-2005 02:51 PM

Quote:

Originally Posted by melodiq
make sure there are no trailing slashes on your paths.... that's what screwed me up...

nope.


All times are GMT. The time now is 11:50 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01211 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete