The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
widget code to web page
I have a widget
PHP Code:
I need to be able to output this script to a simple standalone webpage. Anyone whip it up for me? Please? |
#2
|
|||
|
|||
What do you mean by standalone, exactly? Can it be a "vb powered" page? If so you can probably use this: https://vborg.vbsupport.ru/showthread.php?t=228112 . I don't think you need the ob_start/ob_end_clean calls. You may need a template with the header and footer if you want to include those things on the page.
|
#3
|
||||
|
||||
Quote:
I simply need it to run as a webpage outside of vBulletin. I want to use the query to insert into an email. So the query needs to run and create a webpage. |
#4
|
||||
|
||||
I have this so far.
PHP Code:
Sample -> http://forum.nccbmwcca.org/testscript.php What I want is to only output titles beginning with today and beyond. I'm guessing it has something to do with the original code in my widget PHP Code:
The widget code is in post 1. --------------- Added [DATE]1319672786[/DATE] at [TIME]1319672786[/TIME] --------------- Not purposely bumping my own thread. I stumbled on how to add <hr> between months to work. Now to figure how to display only those thread titles beginning with today's date (MM/DD/YYYY) and beyond.. PHP Code:
I think I got it. TIMENOW must be a vBulletin variable. I substituted TIMENOW for TIME() and it appears to be working. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|