The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBExternal v1.6 Details »» | |||||||||||||||||||||||||
Alright, the people waiting for the quiz hack are gonna kill me for making this while i'm supposed to be developing v2.. heh.
Anyway, welcome to vBExternal, the answer to all your questions of "how can i get this to show on my website from my forum?" vBExternal provides you the user with the availability to include several forms of information from your own forum, on your own website, with minimal work required! UPDATE - 1.5: This update provides more stability, the vBExternal file will only call 1 query for $vboptions and 1 query for the action, a maximum potential of 2 queries (some may execute 3 dependant on functionality used) UPDATE - 1.6: Several minor bugs fixed, 2 main one's were users online (repeating names) and emoticons (being red x's). Also using vBExternal is completely different as to before (the download contains instructions on how to set up vBExternal the new way) To update: Re-upload vBExternal.php Features:
Installation: All you have to do is upload a few files, no running an installer, no file edits, no template additions/edits, nothing!! Resources: The system uses the default 1 vB queries onload, and then only ONE additional query (if action is successful) Using vBExternal: First of all, your site will have to be php, if your site is say .htm/.html, no worries, just rename the file type to .php, it will all be the same. Then read 'Usage Instructions' contained within the download to see how to set it up Customizing HTML Output: Go inside yourforumdir/vBExternal/ You'll find a few HTML files, these files are the template "structure" for each action, you can change the HTML to your own liking, however leave in the macro's --> {bla} (These are swapped with data called from your forum) I think that's it really, really simple, really easy to use, so there ya go PS: Feel free to send me any donations, my paypal is: webmaster@gzevolution.net Enjoy, - Zero Tolerance Show Your Support
|
Comments |
#122
|
|||
|
|||
This is just great, Zero Tolarance this hack should be consider a contender for hack of month. The only I will like to see is an option to put polls in other pages, can this be done?
|
#123
|
|||
|
|||
great hack, works flawless...
BUT, is it possible to force CSS style on the output? If anyone can advise, please do. Thanks for the hack! |
#124
|
|||
|
|||
sorted my problem now
edited: |
#125
|
|||
|
|||
Quote:
everytime i try add a table it messes up How can i make a good table for the newest members a table just like top X stats well not the vb style but the table sizes and stuff please let me no |
#126
|
|||
|
|||
Love your work Zero Tolerance, but I have limited space in my menu bar and it looks as though your hack extends my menu bar too big.
Any chance you can maybe release a new version that will limit the output to a certain width, to save it from stretching the page or menu it sits on? EDIT: Using the online users on my home page now so I've clicked install |
#127
|
|||
|
|||
Just thought I'd let you know I made a small modification to the vBExternal.php file... I wanted it to display a message if no users were online so I've changed:
PHP Code:
PHP Code:
|
#128
|
|||
|
|||
If I use the BB-code for images (the img tag) I get the picture with the script.
But on one forum I have I'm allowing html and when I try to post images it dosen't show up with vBexternal. vBexternal just paste the html... is it a bug? /Fredrik - that really loves vBexternal |
#129
|
|||
|
|||
I think this hack had great potential as many of us wanted to start building external pages. It's really a shame ZT has abandoned the hack as it was really close to being quite usable. Maybe some of us can get the features we want coded in ourselves...
Im trying to display news items as well as many of us and displaying the date is really essential to a news posting. I mean without a date its really pointless displaying news items. I wasted about 3 hours trying to format the date properly. I managed to pull the data from the 'dateline' field but when trying to format it with vbdate() is just doesn't do anything. The output is whitespace. Here is the change I made to vbExternal.php: Code:
while($News = $DB->fetch_array($NewestNews)){ $Data .= ParseTemplate($Template, array( 'threadid' => $News['threadid'], 'threadname' => $News['title'], 'postuserid' => $News['postuserid'], 'postusername' => $News['postusername'], 'post' => parse_bbcode2($News['pagetext'], 0, 1, 1, 1), 'comments' => vb_number_format($News['replycount']), 'date' => vbdate($vboptions['dateformat'], $News['dateline']), ) ); } If you leave the line as just: Code:
'date' => $News['dateline']), Secondly images posted in articles do not work which for my applications really make the hack unusable. I think if these 2 issues were cleaned up this hack would be the best and only one of its kind...And extremely useful for many of us. Not sure why the author is releasing the same hack for vb3.5 with these rather minor yet glaring issues but I sure hope someone is willing to pick up the reigns. |
#130
|
|||
|
|||
Did not really want to have to take this road because using vbdate() will keep in mind the users time location options BUT as a work around you can use this line:
Code:
'date' => date("d M Y h:i a" ,$News['dateline']), |
#131
|
|||
|
|||
Has anyone tested this version of this hack with vB 3.5?Just wondering because this hack will be an essential part of my site and i am thinking on upgrading to 3.5.Thanks to anyone who can answer this question for me
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|