Activity Stream
48,167 MEMBERS
62796 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7
  1.     
    #1
    Member
    Website's:
    EliteNerds.org iTuts.org MadScene.org GW2Jerks.com

    Default 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


    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)

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    Warez-Serbia.com RapidMoviez.org NetloadPorn.in
    check pm

  4.     
    #3
    Doing things differently.
    Search in globalTemplates > userinfopane

    Code: 
    <if test="postCount:|:$author['member_id']">
    between there and </ul> remove and add the following:


    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>

  5.     
    #4
    Member
    Website's:
    EliteNerds.org iTuts.org MadScene.org GW2Jerks.com
    and 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)

  6.     
    #5
    Doing 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>
    and add the following:

    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>

  7.     
    #6
    Member
    Website's:
    EliteNerds.org iTuts.org MadScene.org GW2Jerks.com
    Thanks 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)

  8.     
    #7
    Member
    Website's:
    EliteNerds.org iTuts.org MadScene.org GW2Jerks.com
    ok 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>
    but as you can see the word posts is smaller than the Joined date, and location is not bold:




    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)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Better Postbit
    By Phamous in forum Feedback and Suggestions
    Replies: 15
    Last Post: 30th Oct 2011, 09:53 PM
  2. postbit help
    By Chris2k in forum vBulletin
    Replies: 0
    Last Post: 9th Mar 2010, 11:11 PM
  3. Postbit Help!
    By Goob3r in forum vBulletin
    Replies: 4
    Last Post: 12th Dec 2009, 12:54 AM
  4. Postbit
    By Sl!M in forum vBulletin
    Replies: 4
    Last Post: 28th Mar 2009, 08:44 PM
  5. Just a little help with Postbit!
    By trinayangogoi in forum vBulletin
    Replies: 3
    Last Post: 3rd Mar 2009, 01:34 PM

Tags for this Thread

BE SOCIAL