The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
CMS - www.united-forum.de
We released our completely reworked cms part some days ago. And i just thought this would be the right place to ask what and if we are missing something/ where we can improve it.
Link: www.united-forum.de/news Style: UF_Standard (the default style for our board - cms part of the other styles isn't completely ready yet) Targetgroup: German Command&Conquer players (thats a RTS computergameseries ) Desired feel the site should have: Newsmagazine Fire away. |
#2
|
|||||
|
|||||
I've also posted this on vb.com as a response to your post there, but for the sake of completeness, here it is:
Mooff, that's an outstanding job!!! How did you create the image captions? How did you do this: http://awesomescreenshot.com/0c9m161c7 There is a text overlap on http://www.united-forum.de/news/command-amp-conquer-s5/uebersicht-command-conquer-tiberium-wars-283.html#!prettyPhoto See: http://awesomescreenshot.com/0d8m1420d Quote:
The link 'Zum Forum' on the preview missed the threadid. http://www.united-forum.de/showthread.php?t= Quote:
Thats very nice. What exactly are you showing? A gallery from a certain user or from a certain category? Quote:
Quote:
Quote:
|
#3
|
|||
|
|||
Looks awesome! Wish you were on our team to do our CMS!!
|
#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. |
#5
|
|||
|
|||
WOW just WOW! That's really nice. (Mine should look so good)
|
#6
|
|||
|
|||
OHMIGAWD.
Fantastico, looks awesome, I never really seen something like it. Great job! |
#7
|
|||
|
|||
Shame it doesnt match your forum!
|
#9
|
|||
|
|||
setishock is right - the different colors are a design choice
Our board is about 12 years old (10 on vbulletin) and our default forum theme has allways been dark. We cannot change that without alienating our users and we don't want to change that since we think dark colors do fit a gaming forum better. For the newspage we think this isn't the case. Here a white background works better. So we used the same colorscheme as our default forum style, but, well more white. We hope the connection is still there, so the users do know it's the same network and at the same time are looking into how to improve this connection. As for our other styles the colors of newssite and board do match. And those are a bit more gamerish in the cms aswell, using colorful background images. |
#10
|
|||
|
|||
Mooff, your CMS customization is truly something to look up to.
It shows how much customization you can do with vBCMS, but it will take I'd say for the most of us a while to be able to create such front page. CMS should look like that out of the box |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|