Page 1 of 1
How to write such a php script?
Posted: Fri 1. Apr 2005, 03:21
by vrain
Hi, I would like to write such a script that would be executed every time an article is created in phpwcms. Basically, this script will signal for a vBulletin topic to be created of the same title and automatically paste the link at the bottom of the article.
Any ideas on how to go about it?
Thanks,
VR
Posted: Fri 1. Apr 2005, 12:25
by pico
Hi
have seen something like this for outher ForumSoftware like phpBBS but never for vBulletin - for a Script that can do this you must search maybe in all the vBulletin Support and Userpages.
If you found a Script then you can insert this or a call to the Script in every Layoutpart (Head, Left,Right,Footer or if you use V.1.2.1 in Content Anywhere) you want to show the results.
Posted: Mon 4. Apr 2005, 03:09
by vrain
Well, Im sure its easily done with {php:} tag, but I'll need to look deep withing vBull to monitor which commands call new topics, etc. Unless they are hidden. vBull support didnt really clarify it for me.
I guess it will be something new!
VR