Quote:
I think this post applies to what we want to do. (This is speaking of images, but I think the same methodology for calling other pages applies) I'd really like to display a separate PHP file in the main window. Seems this isn't like working in frames like HMTL... |
is there a version of this for vB3.5 series?
|
It works on 3.5. The only change you should make is to move $headinclude up before <title> in the template.
|
You mean like this:
Code:
$stylevar[htmldoctype] |
Yes, thats right. Nothing in the PHP file needs to be changed.
|
Quote:
|
Thanks worked perfect on Vb 3.0.12 :up:
|
I'm gonna bookmark this page. Not got the time right now, but excellent work nonetheless. Well done.
|
How do you get the Who's Online to work in 3.5.3?
I did the original edit, but it came back with "Unknown" and a link to a file on my server. I see that when you click on "Currently Active Users" it's online.php that handles it. What do I change in there? Meanwhile, I'll keep trying some things. |
Great tutorial. Thanks ;)
|
How can this be made to work from outside your forums folder?
What code changes would have to be made |
Quote:
Ditto - html shows upe just fine - phrase do not... Any help would be appreciated. |
Does anybody know how you can get the lastest thread titles displayed on the test template taken from the forum boards, that display the thread title as a link that when clicked leads to the thread itself
|
Quote:
I added 'register' to special phrase gorups. See below PHP Code:
|
For some reason, when i do a query to the database within this page i get the following error
"Fatal error: Call to a member function on a non-object in /vservers/lustiesn/htdocs/vbulletin/main.php on line 45" and there is the code that i'm using to query to the database PHP Code:
|
What version of vB are you running?
If you are using vB3.5, you will need to use $vbulletin->db->query_first instead of $DB_site->query_first. PS I think there is a similar HOW-TO in our 3.5 Tutorial section. |
1 Attachment(s)
Look:
https://vborg.vbsupport.ru/external/2006/02/5.jpg How can I change this so it IS a know location? |
Quote:
|
Quote:
|
3.5 users may be interested in GTCUSTOM PAGES
|
I need add this code to php file but doesn't work.
$ch = curl_init ("http://www.domain.name?".$QueryString); curl_setopt ($ch, CURLOPT_HEADER, 0); curl_exec ($ch); if(curl_error($ch)) echo "Error processing request"; curl_close ($ch); But if I comment this line it works, but is not a vbulletin page anymore :-( eval('print_output("' . fetch_template('my_template') . '");'); I've solved the problem. |
loook i made this .... but need ur help .
hi ! i have a little problem in reading and viewing some html from my database which i make it .... acually iam trying to make some differnt hack which can read templates from the database instead to include it to the style templates the idea comes to me when i was trying to add some html templates to the style and i saw that its from the stupidity to add a houndred templates to a styles so it will make the forum style very heavy for me . any way here is the idea .... i create that Code:
CREATE TABLE `testdb` ( i have more than 100 id with 100 full html text pages for that . so i make a php file with a name of test.php and include that code inside it : PHP Code:
while browseing the file , a blank page appears to me !!!1 so ........... if i include 'test_h' template to the style it will open it nicely but i need to read from my database by its id so to browse is as its browsed from the style it self:- now if i want to read the templates from my styles i just make that changes // pre-cache templates used by all actions PHP Code:
PHP Code:
and off couse the test_h template is included and it tooks a style like that :- Code:
$stylevar[htmldoctype] |
Hi Guys!
I read this: https://vborg.vbsupport.ru/showthread.php?t=98009 But I can't get it working. It's about this page: http://www.nucia.nl/forum/donatie.php So what I do is: Quote:
Quote:
|
Mine does that, but the page looks good and works - that's the important part to me. The location thing is nothing more than an annoyance at the moment.
|
how can i let only people that are logged in see this page?, and if not logged in it will take them to the log in page, or the page of choice.
*sorry for the newbie question* |
Guessing some have more constructive things to do than nail others - or some of us don't really grow up huh?
|
Quote:
|
blackwidow and Jordan17: Try somehting like this:
Code:
<?php |
thanks :)
|
I made the php file and the template exactly as you described and when I point my url to test.php I get this
Code:
Warning: Division by zero in /includes/functions.php(4320) : eval()'d code on line 98 |
Quote:
|
My PHP file
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Code:
$stylevar[htmldoctype] |
Your PHP file shouldn't have any HTML in it!
PHP Code:
|
Doh! How stupid am I! It's late and I'm falling asleep, please forgive me ;)
|
Quote:
Good luck! |
I want to display thumbnails on my page of all the same size and when they are clicked it opens the image in a new browser (like google image search). How would I go about doing this?
|
I am novice in php code just know how .html and use dreamweaver
I could make the test.php file but lost after that I mean where to make teplate and how to link them ... So, I would be grateful if someone could explain me step by step what, how and where to do thanks a lot |
I tried Iframe code in the template but it didn't display the website that I wanted to display in the costume page created.
Can anyone help me how to display through template or how to create a page with just header navbar and footer or say no need to fetch template thanks |
Edit: I fixed it, I was putting the PHP file into the template instead of the HTML stuff.
|
this method wont work with 3.5.4
|
All times are GMT. The time now is 07:55 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|