The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||||
|
||||||
![]()
Thanks for the praise. =)
Quote:
Admin puts in 4 ids in the frontend and the php widget grabs the according preview-picture, subtitle and title and throws them together with some css Quote:
Quote:
Quote:
Quote:
Create a gallery via jAlbum (a custom plugin creates the index.html we need for prettyphoto) Upload that gallery (thumb-folder, big-pictures and index.html) to our FTP Use the gallery bbcode and give the appropriate options. f.e. /gallery="folder=foldername"/ the php behind the bbcode does the rest and generates either the gallery, or gallery as content. Quote:
The yui2 source code just looks awful (yui3 is a lot better). So if you want multiple colums and footers or headers, or some really fancy stuff you end up with tons and tons of code like that: (that would be one widget block in yui2) Code:
<div class=yui-b> <div class=yui-gx> <div class=yui-main> <div class=yui-b yui-g> <div class=yui-first> <ul class="widgetcolumn"> ---vb4-stuff--- <li> <div class=block/widget/article> ... and finally your content </div> </li> </ul> --end vb4-stuff </div></div></div></div></div></div> so we changed it to something like that: (that would be a full cms grid - slider, articles + sidebar, 3 columns next to each other as footer) Code:
<ul class=uf_slider> vb4-stuff </ul> <div class=uf_main> <ul class=uf_articles> vb4-stuff </ul> <ul class=uf_sidebar> ... </ul> </div> <ul class=uf_column> ... </ul> <ul class=uf_column> ... </ul> <ul class=uf_column> ... </ul> btw. the flatten-grid function vb4 offers is awesome and if you know what you are doing (css and html wise) it makes not using yui relatively easy. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|