![]() |
Quote:
Code:
$direktory = "./images/banners"; Code:
$direktory = "./forums/images/banners"; Code:
$bild = "./images/banners/$file"; Code:
$bild = "./forums/images/banners/$file"; |
[quote]Warning: opendir(./forums/images/banners): failed to open dir: No such file or directory in /LinkMe.php on line 24
Warning: readdir(): supplied argument is not a valid Directory resource in /LinkMe.php on line 25 Warning: asort() expects parameter 1 to be array, null given in /LinkMe.php on line 28 Warning: Variable passed to each() is not an array or object in /LinkMe.php on line 29 |
In your vboptions what do you have the url set to?
|
Quote:
Code:
<IMG SRC=\"$vboptions[bburl]/forums/images/banners/".$file."\"> |
Quote:
|
Quote:
|
Quote:
and then redo what I posted here: https://vborg.vbsupport.ru/showpost....77&postcount=9 |
works great thanks
|
Neat!
How tough would it be to make the link work from a portal page like drupal (with the vBdrupal integration product)? |
well with me it doesn't work as is..
$vboptions[bburl] is empty in a php file! i have to use $vbulletin->options['bburl'] instead!!! actually i have to replace: <IMG SRC=\"$vboptions[bburl]/forums/images/banners/".$file."\"> with <IMG SRC=\"".$vbulletin->options['bburl']."/forums/images/banners/".$file."\"> and so on.... arer u sure this is for 3.54??????? Felix |
All times are GMT. The time now is 02:50 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|