Log in

View Full Version : Adding a "link" item to a forum list


whereisapi
03-25-2008, 06:46 PM
Hi guys.

I've read through the docs at http://www.vbulletin.com/docs/html/, but items relevant to plugin development are a bit sparse.

I'm looking to do something very simple, which is create a plug-in that accepts a few parameters that queries a URL via PHP.

Which plugin hook would I extend to add to this board (as example) a link to google at the end of the listing for "News And Announcements"?

+News And Announcements
-- News and Announcements
-- VBulletin Presales Questions
-- Visit Google!

Hope this makes sense!
Appreciate the direction.

Lynne
03-25-2008, 07:44 PM
Have you tried entering it into the Forum Link part of the forum manager? That might work for you.

whereisapi
03-28-2008, 08:14 PM
The idea is that these will be generated programmatically. Just hoping someone can point me in the right direction.

I haven't been able to find a list somewhere, of which hooks connect where, and which variables are available to which hooks at the individual locations.

Are we expected to just read the source, or are there resources available to these ends?

Thanks!

Lynne
03-28-2008, 10:04 PM
Hmmm, I think to find which hooks you have available, the best thing to do is open the page your want to use (forumdisplay.php for instance) and see which hooks are in the page.

You may want to look through the vBulletin Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=187) forum. There are a ton of great helpful articles in there.