![]() |
hello, need some help with php vs. vb
hey.
i'm using vb 3.6.8. i'm struggling with this code: maor.php: Code:
<?php Code:
<a href=forumdisplay.php?f=$forumid><strong>$title</a><br> as you can guess it does not work. it show that: http://www.kts.co.il/bah.JPG if i dont use a template and put an "echo" on the PHP file, it shows what it is supposed to but on the top of my page above the logo, so that's not good either... thanks for your help ;) |
Are you using the global.php file from vBulletin forum root?
If so: PHP Code:
Code:
<a href=forumdisplay.php?f=$row[forumid]><strong>$row[title]</a><br> |
yep, that works.
thanks alot :) |
hmm another question, as i see, in order to recognize a catagory, it looks like this:
childlist: 1-,10,4,5 as i dont know what 1- says, the 2nd parameter is the current forumid and 4 and 5 is the child forums of this catagory. now, how do i make the script know that this forumid has child forums? like, if ($row['childlist] ?HAS MORE THEN 2 PARAMS?) { $num=number of childforums; $parentid = forumdid of parent; $childforum[1] = forumid; $childforum[2] = forumid; ... } i have read $array guide at php.net and dont seem to get it... my main idea is that it will look like this: CATAGORY: CATAGORY: forum1 forum1 forum2 forum2 forum3 forum3 CATAGORY: CATAGORY: forum1 forum1 forum2 forum2 forum3 forum3 thanks for your help :) |
All times are GMT. The time now is 03:28 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:
|