![]() |
Here's what I was able to achieve with some creative modification of the code:
http://www.greenhybrid.com/ |
Quote:
|
i need to know the name of the table to extract the info.
How do i find out plz :] |
I'm having a big bug with this hack.
Apparently calling global.php, as this hack does, is erasing all other variables in the php defined before it. I've associated pages on my site with forums and have stored a forumid for each page in my db. I wanted to pull that forumid, pass it to this script, and have it print out topics. However upon calling global.php the variable holding my forumid is erased. I don't know why, I can't explain it, but I tested it and its happening. So, there is no way to dynamically feed this script information, for god knows what reason... |
This is how global.php does work. It will reset all variables to protect against abuse.
Try to place global.php at the top of your script before you fill any other var's. |
Quote:
Code:
<?php Scheme: http Domain: www.yahoo.com Path: /index.php Anchor: examples You can tweak it from there. Have fun! |
Quote:
|
I was also wondering how one can have an excerpted post for news threads that links back to your custom CMS page. See example in action here. (I figured out that this site is using the vBulletin-WordPress Bridge hack)
|
can anyone please help me with that problem?
I just upgraded to 3.5 (this script worked without any problems in 3.0.9 - sorry I know that it is not written for 3.5) I'm getting mad because of no idea / brain on the bbcode parser. Original does not work (in 3.5): PHP Code:
Code:
Fatal error: Call to a member function on a non-object in D:\server\mobilejoe\joeforums\includes\functions_bbcodeparse.php on line 398 PHP Code:
|
Oups?
Problem: You cannot use old parser, connect dies within script. I finally got this to work. A friend of mine found out, that the db connect was broken and the new parser didn't work because of that issue. Here's what I did on my page to get this working in 3.5 including new Parser and Fix within db connect (including advertising after 3 news): See this line: $xdb = mysql_select_db("$dbname", $connection) or die ("Could not select database."); PHP Code:
|
All times are GMT. The time now is 06:54 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|