PDA

View Full Version : vBulletin 4 custom page (just like DP)


jan1024188
05-05-2010, 11:32 AM
Hello,

I am wondering how do I make custom integrated vBulletin page that can handle custom HTML, JS and PHP like DP has here.
http://tools.digitalpoint.com/

I really want to make a similar thing for my vB 4 site.

your24hourstore
05-05-2010, 12:31 PM
https://vborg.vbsupport.ru/showthread.php?t=229194
thats easy use this information to make a custom_template:D



<div class="blockbody">

<-add your code about here->

<div class="blockrow">





</div>
</div>

borbole
05-05-2010, 04:11 PM
There are also a couple of mods at the Mod section that do that. You might want to have a look there.

jan1024188
05-06-2010, 06:07 PM
I have followed this tutorial:
https://vborg.vbsupport.ru/showthread.php?t=62164

But I have bunch of errors:
http://janbirsa.com/tools.php

Lynne
05-06-2010, 07:28 PM
You followed a tutorial to make pages in vB3. You need to look in the vB4 articles forum for articles. Follow this one - [HOW TO - vB4] Create your own vBulletin page (https://vborg.vbsupport.ru/showthread.php?t=228112)

freexav
05-06-2010, 09:09 PM
Hi there!

I was wondering if it is possible to create a custom page in vBulletin with some AJAX content in it.
I am thinking of implementing a web application in a custom page done with Alpha Five to display a database!
http://www.alphasoftware.com/products/v10/

Any idea?

Lynne
05-06-2010, 11:18 PM
You may put ajax code in your own page. You may put whatever you want in it (well, whatever you can code, that is).