Log in

View Full Version : A mod to create custom pages?


makaveli420
06-17-2006, 09:07 PM
Hi,

I am looking for a Mod that would allow me to create custom pages within the vbulletin template system. Reason I need this is because I want to make a page to list some links on.

I am using VB 3.5.4

could someone point me in the right direction?
thanks

Christine
06-17-2006, 09:30 PM
There is a tutorial on that. Let me find it for you.

Edit to add: https://vborg.vbsupport.ru/showthread.php?t=62164

This is for v3, but the concepts are the same. Just use a 3.5 (or 3.6) core php file as your starting point. :)

Many mods also use custom pages with integration into the templating system -- my gallery is an example. If it is easier, you can download that and see how the page is built.

makaveli420
06-17-2006, 09:32 PM
hehe thanks

Christine
06-17-2006, 09:42 PM
You can feel free to take my gallery php file and strip out the center code to add your own if that is easier.

:)

makaveli420
06-17-2006, 09:52 PM
Just use a 3.5 (or 3.6) core php file as your starting point. :)



where would I find the core php file?

would'nt this work?

code removed, sorry

or where can I get your gallery file?

sorry lol

Christine
06-17-2006, 09:54 PM
Any core php file should work, but you need to remove that as posting a php file in its entirety is against forum rules.

My gallery hack is in my profile.

* Christine is too lazy to grab the link

:p

Edit to add -- I didn't look closely, I thought that was a vB file. Sorry about that! There are some differences between the v3 and v3.5 files, so use that tutorial as a guideline, but use actual 3.5 code as your actual starting point.

makaveli420
06-18-2006, 12:37 AM
alright, thanks i'll give it a shot :)

awesome, worked perfect!