Results 1 to 7 of 7
-
12th Oct 2011, 03:12 PM #1OPMemberWebsite's:
EliteNerds.org iTuts.org MadScene.org GW2Jerks.comIPB Postbit
My postbit looks like this at the moment:
http://puu.sh/6Sej which is pretty basic and simple as you can see!
I want to convert it to something like:
http://puu.sh/6SdM which looks nicer and cooler, its the postbit that IPBForumSkins.com has for the forums as you can see
Any ideas?gmaister22 Reviewed by gmaister22 on . IPB Postbit My postbit looks like this at the moment: http://puu.sh/6Sej which is pretty basic and simple as you can see! I want to convert it to something like: http://puu.sh/6SdM which looks nicer and cooler, its the postbit that IPBForumSkins.com has for the forums as you can see Rating: 5? GW2Jerks.com ? :: Your #1 Guild Wars 2 Fansite - Info Hub Community
News, Media, Guides, Forums and much more!
? Looking for Moderators & Global Moderators ? (PM Me)
-
12th Oct 2011, 03:17 PM #2BannedWebsite's:
Warez-Serbia.com RapidMoviez.org NetloadPorn.incheck pm
-
12th Oct 2011, 03:53 PM #3Doing things differently.
Search in globalTemplates > userinfopane
Code:<if test="postCount:|:$author['member_id']">
Code:<li class='post_count desc lighter'> <span class='group_title'>Posts:</span> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} </li> <span class='group_title'>Joined Date:</span> <span class='post_count desc lighter'>{parse date="$author['joined']" format="joined"}</span> </if> </ul>
So it looks like
Code:<if test="postCount:|:$author['member_id']"> <li class='post_count desc lighter'> <span class='group_title'>Posts:</span> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} </li> <span class='group_title'>Joined Date:</span> <span class='post_count desc lighter'>{parse date="$author['joined']" format="joined"}</span> </if> </ul>
-
12th Oct 2011, 03:56 PM #4OPMemberWebsite's:
EliteNerds.org iTuts.org MadScene.org GW2Jerks.comand if i wanna also add the usergroup, so it looks like:
? GW2Jerks.com ? :: Your #1 Guild Wars 2 Fansite - Info Hub Community
News, Media, Guides, Forums and much more!
? Looking for Moderators & Global Moderators ? (PM Me)
-
12th Oct 2011, 04:04 PM #5Doing things differently.
Search:
{$author['member_rank_img']}
just below your see
</if>
</li>
</if>
remove this
Code:<if test="postCount:|:$author['member_id']"> <li class='post_count desc lighter'> <span class='group_title'>Posts:</span> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} </li> <span class='group_title'>Joined Date:</span> <span class='post_count desc lighter'>{parse date="$author['joined']" format="joined"}</span> </if> </ul>
Code:<li class='group_title'> <span class='group_title'>Group:</span> {$author['_group_formatted']} </li> <if test="postCount:|:$author['member_id']"> <li class='post_count desc lighter'> <span class='group_title'>Posts:</span> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} </li> <span class='group_title'>Joined Date:</span> <span class='post_count desc lighter'>{parse date="$author['joined']" format="joined"}</span> </if> </ul>
-
12th Oct 2011, 04:14 PM #6OPMemberWebsite's:
EliteNerds.org iTuts.org MadScene.org GW2Jerks.comThanks mate! I'm gunna try it out
? GW2Jerks.com ? :: Your #1 Guild Wars 2 Fansite - Info Hub Community
News, Media, Guides, Forums and much more!
? Looking for Moderators & Global Moderators ? (PM Me)
-
12th Oct 2011, 04:22 PM #7OPMemberWebsite's:
EliteNerds.org iTuts.org MadScene.org GW2Jerks.comok i did the first part of code:
Code:<if test="postCount:|:$author['member_id']"> <li class='post_count desc lighter'> <!-- {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']} --> <li class='post_count desc lighter'> <span class='group_title'>Posts:</span> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} </li> <span class='group_title'>Joined Date:</span> <span class='post_count desc lighter'>{parse date="$author['joined']" format="joined"}</span> </if> </ul> </li> </if> </ul>
EDIT1: I fixed the font size thru CSS, i cant figure out how to fix the custom fields though (location for example)
EDIT2: Ok everything is done? GW2Jerks.com ? :: Your #1 Guild Wars 2 Fansite - Info Hub Community
News, Media, Guides, Forums and much more!
? Looking for Moderators & Global Moderators ? (PM Me)
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Better Postbit
By Phamous in forum Feedback and SuggestionsReplies: 15Last Post: 30th Oct 2011, 09:53 PM -
postbit help
By Chris2k in forum vBulletinReplies: 0Last Post: 9th Mar 2010, 11:11 PM -
Postbit Help!
By Goob3r in forum vBulletinReplies: 4Last Post: 12th Dec 2009, 12:54 AM -
Postbit
By Sl!M in forum vBulletinReplies: 4Last Post: 28th Mar 2009, 08:44 PM -
Just a little help with Postbit!
By trinayangogoi in forum vBulletinReplies: 3Last Post: 3rd Mar 2009, 01:34 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...