MyBB Community Forums

Full Version: post bit help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Replace the above code with this:

{$lang->postbit_posts} {$post['postnum']}<br />
{$lang->postbit_joined} {$post['userregdate']}
{$post['replink']}{$post['warninglevel']}<br/><a href="{$post['fbpro']}" title="Click to view {$post['username']}`s facebook profile" target="{$mybb->settings['social_6']}"><img src="{$mybb->settings['social_1']}"></a> <a href="ymsgr:sendIM?{$post['yhpro']}" title="Click to connect to {$post['username']} on yahoo messenger"><img src="{$mybb->settings['social_2']}"></a> <img src="{$mybb->settings['social_3']}" title="{$post['username']}`s Msn Messenger ID: {$post['mspro']}" style="cursor:help"> <img src="{$mybb->settings['social_4']}" title="{$post['username']}`s ICQ ID: {$post['ICQTR']}" style="cursor:help"></a> <img src="{$mybb->settings['social_5']}" title="{$post['username']}`s Skype ID: {$post['skype']}" style="cursor:help"><a href="http://twitter.com/share" class="twitter-share-button" data-text="{$mybb->settings['twittweet_1']}" data-count="none">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script><style></style> 
Why isn't there nothing about the points system? Confused

Anyways try this? I think it would remove space between twitter and MyMood.

{$lang->postbit_posts} {$post['postnum']}<br />
{$lang->postbit_joined} {$post['userregdate']}
{$post['replink']}{$post['warninglevel']}<br/><a href="{$post['fbpro']}" title="Click to view {$post['username']}`s facebook profile" target="{$mybb->settings['social_6']}"><img src="{$mybb->settings['social_1']}"></a> <a href="ymsgr:sendIM?{$post['yhpro']}" title="Click to connect to {$post['username']} on yahoo messenger"><img src="{$mybb->settings['social_2']}"></a> <img src="{$mybb->settings['social_3']}" title="{$post['username']}`s Msn Messenger ID: {$post['mspro']}" style="cursor:help"> <img src="{$mybb->settings['social_4']}" title="{$post['username']}`s ICQ ID: {$post['ICQTR']}" style="cursor:help"></a> <img src="{$mybb->settings['social_5']}" title="{$post['username']}`s Skype ID: {$post['skype']}" style="cursor:help"><br/><a href="http://twitter.com/share" class="twitter-share-button" data-text="{$mybb->settings['twittweet_1']}" data-count="none">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script><style></style>
crazy4cs, looks like we have the same ideas in mind. Toungue
cool
thnax for both trilobyte- and crazy4cs for the help
(2011-04-10, 05:49 AM)trilobyte- Wrote: [ -> ]crazy4cs, looks like we have the same ideas in mind. Toungue
eheheh. Toungue

Pages: 1 2