The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to add a webscript to my vbulletin Template
Hi,
I want to add a webscript that i putted in a folder in my website its a sort of stats http://www.muppetsonweed.net/HgStats/ that you can see here but how can i add this so it uses the same template from my website now http://www.muppetsonweed.net/ i want to have so the stats could be implemented into my template i use now is that possible ? |
#2
|
||||
|
||||
It depends on where you want to add it on your web site.
|
#3
|
|||
|
|||
thx for the reply well i just would like to have it in the navbar maybe and call it lets say "Serverstats" but i would like so that i can have it so it has the same look as my forum adn insert it like that if you understand what i mean grtz
edit; here is an example how i would like to have it http://gyazo.com/34cb2d0220f9b968b77018193dbdc1f9 so it acctually should have ame look as my forum showing thez stats i hope that is possible |
#4
|
||||
|
||||
Ok as for the look and feel it would depend on the code you have for this as to what can be done with it. What you are asking is possible to do but its a lot of work and would take a lot of time to accomplish and if you are not code savvy or know code at all it probably would be better to post in the Paid Requests forum instead.
|
Благодарность от: | ||
MarkFL |
#5
|
|||
|
|||
Quote:
ok thx alot for the information |
Благодарность от: | ||
MarkFL |
#6
|
||||
|
||||
Is that a PHP Script with its own database? If it is, I think the best way to put that into vB, is to use an iFrame.
This is an iFrame on my site, I have a Web IRC Client that connects to my IRC Server (You may need to be logged in to see it): https://thetechgenius.net/irc.php Its pretty easy to use an iFrame, if you need any help let me know. |
#7
|
||||
|
||||
Link me to where you will be getting the stats script from.
|
#8
|
|||
|
|||
Quote:
--------------- Added [DATE]1421578513[/DATE] at [TIME]1421578513[/TIME] --------------- http://www.muppetsonweed.net/SurfStats/ its not toally finished but like you can see it looks really ugly like this it would be awesome if i could implement that in my theme from vbulletin grtz |
#9
|
||||
|
||||
You will need to first create a new page by following the instructions here.
In the template you will be creating via the instructions linked above you will see the following code. Code:
<h2 class="blockhead">Title</h2> <div class="blockbody"> <div class="blockrow"> Text </div> </div> Code:
<iframe src="http://www.muppetsonweed.net/SurfStats/" width="1000" height="1000"> <p>Your browser does not support iframes.However, we'll still <A HREF="http://www.muppetsonweed.net/SurfStats/">link</A>you to the file. </p> </iframe> Save... Now, you need to match up the stats css to match your site css Pm me a link to where I can download the stats script please. I added it to my 3.8.8 site just to show you it can be done, view it here. But can not make it look like the site without editing the css for that script. Happy Editing! |
#10
|
||||
|
||||
Yes, like Blind-Eddie said. After you have it working right on your site, then you can start to style it with CSS and HTML so it blends in and looks good with the rest of your site.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|