PDA

View Full Version : Urgent Help


danishravian
05-14-2010, 09:42 AM
Can You Please tell Me How To Add A Page To Vbulletin4 With Default Template. I googled and found some forums implemented given code but it was not working.

And how to give a link of my page on forum page.?

--------------- Added 1273834686 at 1273834686 ---------------

And can you please tell me how to insert data in sql ???
will simple query work? or i will have to add something ectra to my code?

--------------- Added 1273838761 at 1273838761 ---------------

How To Add Module To Vbulletin 4 ???

borbole
05-14-2010, 11:44 AM
Can You Please tell Me How To Add A Page To Vbulletin4 With Default Template. I googled and found some forums implemented given code but it was not working.

And how to give a link of my page on forum page.?

--------------- Added 1273834686 at 1273834686 ---------------

And can you please tell me how to insert data in sql ???
will simple query work? or i will have to add something ectra to my code?

--------------- Added 1273838761 at 1273838761 ---------------

How To Add Module To Vbulletin 4 ???


Have a look at this article on how to add an extra page at your forum:

https://vborg.vbsupport.ru/showthread.php?t=228112

Or you can use my mod, it does just that:

https://vborg.vbsupport.ru/showthread.php?t=235359


As far as your other questions go I am afraid I didn''t understand them. What do you mean exactly by "give a link of my page on forum page" and what data you want to insert at your db?

Anyway, you can insert data in the db with this mysql query

INSERT INTO 'table_name' VALUES
(list of values here);

You can also specify the the field names (optional)

danishravian
05-14-2010, 11:54 AM
suppose i make a page with your module or by some other way.
how to show a link of it on forum page. at top.

borbole
05-14-2010, 12:17 PM
suppose i make a page with your module or by some other way.
how to show a link of it on forum page. at top.

If you used my mod, it does that automatically. You will have to enable it at the mod settings in your acp. if you create it manually then you must enter the link manually at your navbar template.