Quote:
Originally Posted by danishravian
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 [DATE]1273834686[/DATE] at [TIME]1273834686[/TIME] ---------------
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 [DATE]1273838761[/DATE] at [TIME]1273838761[/TIME] ---------------
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
Code:
INSERT INTO 'table_name' VALUES
(list of values here);
You can also specify the the field names (optional)