The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Maybe a look at online.php might help you better but that would require you to use php.
|
#12
|
|||
|
|||
Quote:
My question is about the last template part, what part is this refering to? I know about the templates in vB or are you talking about something else? You can see my result here http://www.os-db.net/test1.php |
#13
|
||||
|
||||
Quote:
|
#14
|
|||
|
|||
Quote:
I'm obviously missing the plot here because I can't beleive displaying the usersonline is so difficult to display. Am I right in saying the PHP code is calling the info, so how do I display it? |
#15
|
||||
|
||||
How do you display you information on your index.php (formerly html) page? Is it straight php with no templates? If so, I suppose you could just add the html lines I posted in the article into your page. However, you do need to include the global.php and functions_bigthree.php pages in your php page in order to parse those vbphrases and such.
You might want to post your php page here and perhaps we can work out what you need to add. |
#16
|
|||
|
|||
removed data
|
#17
|
||||
|
||||
I'm getting an error on your index page and I think it's because you have not defined your doctype:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
#18
|
|||
|
|||
There you go, basically I want to show the usersonline under the community area with no underline.
|
#19
|
||||
|
||||
I just copied your code and put it up on my test site and I actually see a page without errors (although the page does have problems). Have you checked your "chdir" to make sure it's valid for you site? Try inputing the full path:
PHP Code:
|
#20
|
|||
|
|||
It must be something on the page index1.php because http://www.os-db.net/index3.php shows users online and this is basically your instructions with an echo echo $activeusers;
--------------- Added [DATE]1219091894[/DATE] at [TIME]1219091894[/TIME] --------------- I've given up on this, thanks for the help Lynne but if it's this frustrating to add then it's not for me. --------------- Added [DATE]1219130473[/DATE] at [TIME]1219130473[/TIME] --------------- Right, since I've done so much work on this I'm finding it hard to let go. This is what I've done, copied the sections into a index1.php and created a test.html and added the first part of the HTML code. The outcome is here http://www.os-db.net/test.html any ideas? --------------- Added [DATE]1219131989[/DATE] at [TIME]1219131989[/TIME] --------------- Ok, I can only think that the html code that you have referred to is not enough here, what additional code do I need to place in the template (html file) to display the info. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|