Replace
PHP Code:
PHP Code:
Or the other way 'round :) Hi Lynne ;) |
Quote:
|
Quote:
|
I'm getting this error all the sudden for anyone not logged in:
Unable to add cookies, header already sent. File: store.php Line: 5 Code:
<html> |
Quote:
|
OK great thanks Lynne. Odd that it worked fine for those of us who were logged in.
|
Hi Lynne,
Thanks for the tut! I used it for the google search bar to show up the results in that customized page. Works like a charm! A small comment, i put that test.php file almost in every directory. I didn't know where to upload. Think you forgot to mention that :D |
Quote:
Nothing is mentioned regarding where to upload the test.php file because it can be put anywhere as long as you put the correct paths to the files you include in your page. |
Quote:
|
i loved this soo much thank you :D :D :D :D :D
|
Quote:
|
Quote:
|
Hey.
I just added this, good work. However, what PHP Code would I use to make the Who's Online appear on this custom page (but it only shows people on that page?) Thanks for the hack, good work =] |
I am trying to add a custome page and I am getting this error
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar in [path]/includes/functions.php on line 3893 Parse error: syntax error, unexpected T_STRING in /data/10/0/120/59/772548/user/790634/htdocs/forum/test.php(42) : eval()'d code on line 1 Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: TEST in [path]/includes/functions.php on line 3893 thanks Steve |
Quote:
|
Lynne,
How would I do this with the new version vb4 thanks Steve |
Quote:
|
Not working for me...
I get the following error message Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /usr/home/satellit/public_html/thelist/test.php on line 43 The global.php file is located at ././global.php Line 43 is... eval('$navbar = "' . fetch_template('navbar') . '";'); Running vbulletin 3.8.4 Any ideas? --------------- Added [DATE]1264784289[/DATE] at [TIME]1264784289[/TIME] --------------- Not working for me... I get the following error message Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /usr/home/satellit/public_html/thelist/test.php on line 43 The global.php file is located at ././global.php Line 43 is... eval('$navbar = "' . fetch_template('navbar') . '";'); Running vbulletin 3.8.4 Any ideas? --------------- Added [DATE]1264786172[/DATE] at [TIME]1264786172[/TIME] --------------- Not working for me... I get the following error message Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /usr/home/satellit/public_html/thelist/test.php on line 43 The global.php file is located at ././global.php Line 43 is... eval('$navbar = "' . fetch_template('navbar') . '";'); Running vbulletin 3.8.4 Any ideas? --------------- Added [DATE]1264787628[/DATE] at [TIME]1264787628[/TIME] --------------- Not working for me... I get the following error message Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /usr/home/satellit/public_html/thelist/test.php on line 43 The global.php file is located at ././global.php Line 43 is... eval('$navbar = "' . fetch_template('navbar') . '";'); Running vbulletin 3.8.4 Any ideas? |
Whoa, quadruple post!
Quote:
Also, I don't know what you mean when you say where global.php is located, but unless you have some very customized file locations, there was no reason to edit the line refering to global.php. require_once('./global.php'); shouldn't need to be changed. |
././global.php is the same as ./global.php which is also the same as ./././././././././././././././global.php
. refers to the current directory and .. refers to parent directory. |
Quote:
|
Hello:
I'm a vB noob, trying to create a static page w/ vB 3.8.4 I placed the test.php file in the forums folder, and created the template as a new template in the admincp, but am getting a "page not found" when I type in the url for the page. Obviously, I'm not doing something right! Could someone offer me some advice? Thanks. |
If you're getting a 404, you either did not upload the file, did not upload to the correct place, did not enter the correct URL or have a typo.
|
LOL!
The site I was working on is not my own, and though I thought I was in the right place, the owner has over 100 web properties, and at this point has lost track of many of them. Luckily, the servers he uses are managed. When I spoke with them, I found that the document root I was using, though it looked correct, was not in fact the correct one. Thank you, Cellarius for taking the time to respond to me. |
Quote:
Quote:
|
Quote:
Quote:
|
Hi all ...
Which templates do I need to include to get a list of latest threads? Similar to what we get by going to /forums/search.php?do=getnew I am sure his has been asked before but I could not find an answer. Thanks |
This question has nothing to do with this mod, however dump this in your new template:
HTML Code:
<!-- show latest active threads --> |
I've followed your guide and its worked pretty well, apart from I have the following error at the top of my page:
Quote:
|
Quote:
|
Quote:
I was getting the same problem when I installed v3arcade. I've downgraded the PHP on my server to v5.2.13, which I wasnt happy about - but it seems to have fixed the problem. This and other mods should be configured with the latest stable release of PHP, as most people will want to use the latest PHP version, or atleast the server managers. |
Quote:
|
Quote:
Quote:
|
A link to this post explaining what to do to suppress the deprecated-warnings is even present in the first post.
|
Quote:
Quote:
Quote:
New version asin PHP 6, which will be released later on in the year.. so I hear. |
Thanks Dan, we look forward to it :)
|
Should be great to have this mod for vb4!
|
Quote:
https://vborg.vbsupport.ru/showthread.php?t=228112 |
Hey Guys,
I'm working on a client's site and he wants to have http://forums.tunedtech.ca/advertise/ so he can add content for Advertising Plans, etc. Now since that page is outside vBulletin's Forum Root I had to change the "REQUIRE BACK-END" part of the code to point to it, no problem. Everything is working and showing up, but it's not loading the CSS from vBulletin on there. Take a look ... http://forums.tunedtech.ca/advertise/ (Does not show vBulletin CSS as it should) I went ahead and created the page using "custom_" in front of the Template name, so that I could access it via the "misc.php" link as well. This helps, so that I know what the page is suppose to look like. Anyways, please take a look here and compare to see what I mean. That's how its suppose to look like when I visit http://forums.tunedtech.ca/advertise/ but it does not. I'm thinking its due to it being outside the vBulletin Forum Root. So what should I add or change to make it work? Any help would be greatly appreciated. Thanks in advanced, Danny My PHP Code: PHP Code:
Code:
$stylevar[htmldoctype] EDIT: Found the fix, much thanks to SirAdrian! If you are also experiencing this issue take a look here for the solution: https://vborg.vbsupport.ru/showpost....postcount=1074 ... Add that code to the Template you created right before the "$headerinclude" line withing the <head> tags ... Enjoy! |
Does anyone know how to do this when you are using sub domains I am putting a chatroom in its own subdomain so the subdomain is chat.mywebsite.com but i always get this error
Quote:
|
All times are GMT. The time now is 01:10 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 | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|