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 |
#102
|
|||
|
|||
Quote:
I'll hook this up for you......i'll PM you and post it here. |
#103
|
|||
|
|||
Quote:
I actually spoke to ZT a while ago,He said this feature may be avalible in a future release of his hack so there are hopes.Unfortunatly he isn't exactly sure when this new version will be released so if you do happen to find out how to include the time/date using vBexternal please let me know |
#104
|
|||
|
|||
I'm having trouble getting this mod to work.
I uploaded per the instructions to my forums root (http://www.bigblueball.com/forums/) and I've made the following edits to this page: http://www.bigblueball.com/im/msn/indexnew.php PHP Code:
|
#105
|
|||
|
|||
Hello Getgamer.com,
I had a similar problem and the solution is rather simple.you had to edit the following code with the correct server root paths to the correct files.for example you currently have this chdir('./forums'); require_once('./vBExternal.php'); you should have something like this.. chdir('/home/servername/public_html/forums'); require_once('/home/servername/public_html/forums'/vBExternal.php'); this should solve your problem also not sure if this really matters but move that line of code underneath of the code "</head>" this is how i have it set on my page and it works great |
#106
|
|||
|
|||
Quote:
|
#107
|
|||
|
|||
Quote:
User's avatar would be a nice feature, too... *goes away and thinks* |
#108
|
|||
|
|||
This is a great mod! I'm glad I ran across it.
I have a few suggestions:
I would love to have the most recent news story in full at the top of a page, followed by the next five (2-6) articles using the news_bit, followed by the next 10 articles (7-16) using just titles only. It's a great way to show a lot of information on a page without cluttering it up. Very similar to what you see at Dave's iPAQ. Obviously, it would be nice to automatically exclude private forums, but in addition to that, I've found another but that crops up with you use the news_bit modification. If you limit the characters, you could end up with unclosed tags and unpredictable formatting (especially with things like lists). EDIT: I believe I'm on track to modify this to do the different ranges. I found this reference in the MySQL Reference Manual: Quote:
|
#109
|
|||
|
|||
/me thanks for allowing me to install it
|
#110
|
|||
|
|||
Very happy I found this script, it has made my life easier but there are a couple of things that need to be fixed and added.
1. Bug: Trouble with images. It appears that if you wish to show an image using the img tags and said image is located at a url that has /images/ in it, it inserts the url to the forums image directory within the original url. This means that the thumbnail doesn't show up in the news. 2. Addition: Displaying the Date Is it possible to export the date of the news post so that we can display it on the main page? |
#111
|
|||
|
|||
I am trying to find a way to do this as well (add the date) but sadly i know nothing about how vB is coded so i dont know where to begin to try and add this fuction.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|