Log in

View Full Version : End-User Options - UKBL ~ Twitter profile link on Postbit ~ Clickable


UKBusinessLive
04-25-2009, 10:00 PM
UKBL ~ Twitter profile link on Postbit ~ Clickable !!

Member on Twitter? Show other members that you have a Twitter presance by adding a Twitter Icon to your postbit ;)

Not been on for a while but i've had numerous requests for this Twitter hack so here we go....

This is a cool hack which will let your members add a Twitter Icon to their Postbit template, They need to add their Twitter Profile user name in their userCP for this to show, If they don't enter one, then the badge don't show :D

Runs along the same lines as the Facebook Hack, so if you've installed that, you'll love this :D

https://vborg.vbsupport.ru/external/2009/04/3.gif

https://vborg.vbsupport.ru/external/2009/04/4.gif
How to install.

Its really easy to do, as always, so if your sitting comfortably, lets begin ;)

Now we need to create a User Custome field, so.....

AdminCP and add a custom field > User Profile fields > Add New User Profile Field

Title = Twitter User Name

Description = Enter Your Twitter username from your Twitter User Profile

Default Value = Leave empty

Max length of allowed user input = 20

Display Size = 10

Display Order = 10 or 15

Field Required = No as default

Field Editable by User = Yes in case member wants to delete, Later

Private Field = No

Field Searchable on Members List = No

Show on Members List = Yes

Regular Expression = leave empty

Save the field ;)

Once you've saved you can see what the field number is, So lets say its Field11 for example, Remember this as will need it for your Postbit Edits :up:

Thats the first bit done, now Part Two :rolleyes:

Go to the template you are using in Styles & Templates/Style Manager, and select Edit templates.

Go to "postbit templates" and select the template you are using, either postbit or postbit_legacy.

Find the following

<if condition="$post['joindate']"><div class="postbit">$vbphrase[join_date]: $post[joindate]</div></if>

Directly above it add

<if condition="is_member_of($bbuserinfo, 6, 7, 9)">
<if condition="$post['field11']">
<a href="https://twitter.com/$post[field11]">
<img alt="My Twitter" border="0" src="http://i475.photobucket.com/albums/rr114/ukbusinesslive/twitter3.gif" border="0"/>
</if></if>

replace the RED Field attribute for your own and dont forget to replace the twitter image show in the above code for your own, see below

http://i475.photobucket.com/albums/rr114/ukbusinesslive/twitter3.gif

I've added several twitter images below but feel free to use your own

They are in .gif and .png, use the ones you feel happiest with ;)

https://vborg.vbsupport.ru/external/2009/04/5.gif
https://vborg.vbsupport.ru/external/2009/04/10.png
https://vborg.vbsupport.ru/external/2009/04/3.gif
https://vborg.vbsupport.ru/external/2009/04/4.gif
https://vborg.vbsupport.ru/external/2009/04/11.png
https://vborg.vbsupport.ru/

Now when members sign up their Twitter badge and enter their profile user ID into the "Enter your twitter username from your Twitter User Profile" section in their UserCP, The Badge will automatically appear in their Postbit :eek:

Don't forget to change the usergroup condition with the number of the usergroups that you want to be able to view this

<if condition="is_member_of($bbuserinfo, 6, 7, 9)">

That means that guests and banned users will not be able to view members Twitter profile urls ;)

Members who do not add a user id will not be shown anything.

Next, Upload the Twitter icon to your forums/images/misc folder and add the full url to the part in the code which shows the image.

if you are just seeing a red cross on your postbit, then its because your image url is not right ;)

Oh Forgot to say, Badge is fully clickable so members can click directly to Twitter ;)



Please Click Installed and I'll support you 100%

Thanks

UKBusinessLive
04-26-2009, 04:03 PM
:) Reserved ;)

RobbieZ
04-26-2009, 06:12 PM
Cool for expanding forums.. I like it.

FreeWebspace
04-28-2009, 04:44 PM
Installed, but the link https://twitter.com/[field11] is not the correct one. I have to change it to https://twitter.com/$post[field11]

UKBusinessLive
04-28-2009, 05:15 PM
Installed, but the link https://twitter.com/[field11] is not the correct one. I have to change it to https://twitter.com/$post[field11]

Thanks buddy, i'll change that now ;)

TimberFloorAu
04-28-2009, 08:32 PM
Welcome back Gerry.

I coded this on our forums a few weeks back, and am happy with it. Albeit I think Twitter is crap, lol

MaR?
04-29-2009, 12:15 AM
Does the Twitter status shows on postbit legacy?.. do you have screen or demo site? THANKS!

UKBusinessLive
04-29-2009, 12:20 AM
Does the Twitter status shows on postbit legacy?.. do you have screen or demo site? THANKS!

Does show in the Post bit legacy if you post the code there, No demo but you can get the same sort of idea with the facebook hack i did ;) Pictures in that one :D

UKBusinessLive
04-29-2009, 12:22 AM
Welcome back Gerry.

I coded this on our forums a few weeks back, and am happy with it. Albeit I think Twitter is crap, lol

Hi Steve,

Yeah Twitter is not as popular but it seems to be getting there, so i guess its cool to cater for it :)

as7apcool
04-29-2009, 01:16 AM
very cooool

thanks

Brandon Sheley
04-29-2009, 01:40 AM
can you post a screenshot of the mod being used?

TimberFloorAu
04-29-2009, 01:55 AM
Our version looks like this.

kursed
04-29-2009, 12:36 PM
<a href="http://img207.imageshack.us/img207/719/twitter1.jpg" target="_blank">http://img207.imageshack.us/img207/719/twitter1.jpg</a>

As you can see in the above pic, it turns all the text under the twitter pic into a link. How can I correct that?

kersti
05-02-2009, 11:12 AM
-the end link tag is missing...

border="0"/></a>
</if></if>

solidstate
05-02-2009, 01:04 PM
excellent mod. cool

kursed
05-02-2009, 01:55 PM
-the end link tag is missing...

border="0"/></a>
</if></if>

Thank you, I should've noticed that. =/

scottjonesqpr
06-10-2009, 11:53 AM
this is brilliant!

thank you!

excuse my idiocy but how do i get the twitter link to open a new page??

UKBusinessLive
06-10-2009, 06:37 PM
this is brilliant!

thank you!

excuse my idiocy but how do i get the twitter link to open a new page??


To get the link to open in a new browser window, what you do is add the target="_blank" attribute to your code, like this

<a href="https://twitter.com/$post[field11]" target="_blank">

If you do that , then you don't navigate away from your site ;)

scottjonesqpr
06-11-2009, 10:39 AM
Cheers!

ErnieTheMilk
06-11-2009, 11:01 AM
Great!

However, I've been trying to run both this and the FB mod side by side and all I get is a mix of the two :( What I actually get is the FB profile linking to the Twitter profile pic, or the Twitter image not showing at all!

Any ideas how I can get both to work together in perfect harmony?

<if condition="is_member_of($bbuserinfo, 2, 5, 6, 7, 10)">
<if condition="$post['field5']">
<a href="http://www.facebook.com/home.php/#/profile.php?id=$post[field5]&ref=profile">
<img alt="My Facebook" border="0" src="http://www.mysite.com/forum/images/facebook.png" border="0"/>
</if></if>

<if condition="is_member_of($bbuserinfo, 2, 5, 6, 7, 10)">
<if condition="$post['field6']">
<a href="https://twitter.com/$post[field6]
<img alt="My Twitter" border="0" src="http://www.mysite.com/forum/images/twitter1.png" border="0"/>
</if></if>

rrudeboy
06-11-2009, 11:46 AM
sweet mod....

not sure, but maybe i want the icon next to the IM icons.

ErnieTheMilk
06-14-2009, 07:15 PM
Great!

However, I've been trying to run both this and the FB mod side by side and all I get is a mix of the two :( What I actually get is the FB profile linking to the Twitter profile pic, or the Twitter image not showing at all!

Any ideas how I can get both to work together in perfect harmony?

<if condition="is_member_of($bbuserinfo, 2, 5, 6, 7, 10)">
<if condition="$post['field5']">
<a href="http://www.facebook.com/home.php/#/profile.php?id=$post[field5]&ref=profile">
<img alt="My Facebook" border="0" src="http://www.mysite.com/forum/images/facebook.png" border="0"/>
</if></if>

<if condition="is_member_of($bbuserinfo, 2, 5, 6, 7, 10)">
<if condition="$post['field6']">
<a href="https://twitter.com/$post[field6]
<img alt="My Twitter" border="0" src="http://www.mysite.com/forum/images/twitter1.png" border="0"/>
</if></if>

Any ideas anyone, I really want to make these sit side by side....

Cheers
ETM

DNG
06-15-2009, 05:14 PM
thanks,, nice add on

TheLastSuperman
06-16-2009, 04:20 PM
TY UK, had a client who wanted this installed :D

DNG
06-22-2009, 10:34 AM
thanks 4 the great mod :)

DNG
06-24-2009, 04:29 PM
a Q..

what does this line mean?

<if condition="is_member_of($bbuserinfo, 6, 7, 9)">

??

<< i have xbox avatar mod installed when i installed this mod the avatar pic become another link to my twitter page !!

how come?

UKBusinessLive
06-24-2009, 04:53 PM
a Q..

what does this line mean?

<if condition="is_member_of($bbuserinfo, 6, 7, 9)">

??

<< i have xbox avatar mod installed when i installed this mod the avatar pic become another link to my twitter page !!

how come?

Thats the conditional, It lets members of the stated usergroups view the mod. You need to change the 6, 7, 9 to your own Usergroups that you wish the mod to show for :D

DNG
06-24-2009, 05:09 PM
what to write to make it available 4 all usergroups?
also how to make the twitter page open in new window & how to make the icon on center?

thanks 4 ur kind reply

ctrlbrk
07-01-2009, 09:29 PM
Thanks, installed!

Here is another graphic I made that you might like.

I wish I could get this to go in the "Instant Messaging" section of the profile... Any ideas?

101357

Mike

maXmood
08-06-2009, 09:07 AM
i followed the instructions step by step. still won't display on on user's post.

i included all group IDs, i uploaded the image under images/misc.

what am i missing?

btw, i'm running 3.8.0

UKBusinessLive
08-07-2009, 05:05 AM
Thanks, installed!

Here is another graphic I made that you might like.

I wish I could get this to go in the "Instant Messaging" section of the profile... Any ideas?

101357

Mike

Just look for where the other "Instant Messaging" icons in the file and add it near them, i can't quite remember where exactly, but its not extremely hard ;)

UKBusinessLive
08-07-2009, 05:08 AM
i followed the instructions step by step. still won't display on on user's post.


i included all group IDs, i uploaded the image under images/misc.

what am i missing?

btw, i'm running 3.8.0

Are you sure you have all the field setup OK, The majority of errors occur when the incorrect field value is entered ;)

maXmood
08-07-2009, 08:31 AM
all is correct, i went through it couple of times and made sure everything is right. but it didn't work. so i revert it back to the original (default), and i did the installation one more time, to no avail.

i'm not getting an error message, but the twitter icon won't appear.!

UKBusinessLive
08-08-2009, 05:21 PM
all is correct, i went through it couple of times and made sure everything is right. but it didn't work. so i revert it back to the original (default), and i did the installation one more time, to no avail.

i'm not getting an error message, but the twitter icon won't appear.!

Post a copy of your file here and we'll have a look, has to be something simple, its such an easy hack to add ;)

Are you getting a RED Cross???

maXmood
08-08-2009, 10:47 PM
no red cross, and no error in the code..

here is the full file.

$template_hook[postbit_start]
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
<if condition="$show['announcement']">
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" colspan="2">
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" />
<phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
</td>
<else />
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[right]: 0px" $post[scrolltothis]>
<!-- status icon and date -->
<a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
$post[firstnewinsert]
<!-- / status icon and date -->
</td>
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px" align="$stylevar[right]">
&nbsp;
<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
<if condition="$show['inlinemod']">
<input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" />
</if>
</td>
</if>
</tr>
<tr valign="top">
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">

<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>

<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
$template_hook[postbit_userinfo_left]

<if condition="$show['avatar']">
<div class="smallfont">
&nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>

<div class="smallfont">
&nbsp;<br />
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
<div>
$vbphrase[posts]: $post[posts]
</div>
$template_hook[postbit_userinfo_right_after_posts]
<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
$template_hook[postbit_userinfo_right]
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>

<if condition="is_member_of($bbuserinfo, 2, 5, 6, 7, 9, 44, 45, 47, 50)">
<if condition="$post['field6']">
<a href="https://twitter.com/$post[field6]">
<img alt="My Twitter" border="0" src="http://www.krazykamel.net/images/misc/twitter.png" border="0"/></a>
</if></if>


</div>

</td>
<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
<else />
<td class="alt1" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
</if>
$template_hook[postbit_messagearea_start]
<if condition="$show['messageicon'] OR $post['title']">
<!-- icon and title -->
<div class="smallfont">
<if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
<if condition="$post['title']"><strong>$post[title]</strong></if>
</div>
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<!-- / icon and title -->
</if>

<!-- message -->
<div id="post_message_$post[postid]">
$ad_location[ad_showthread_firstpost_start]
$post[message]
</div>
<!-- / message -->

<if condition="$show['attachments']">
<!-- attachments -->
<div style="padding:$stylevar[cellpadding]px">

<if condition="$show['thumbnailattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_thumbnails]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[thumbnailattachments]
</div>
</fieldset>
</if>

<if condition="$show['imageattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_images]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[imageattachments]
</div>
</fieldset>
</if>

<if condition="$show['imageattachmentlink']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_images]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[imageattachmentlinks]
</table>
</fieldset>
</if>

<if condition="$show['otherattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_files]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[otherattachments]
</table>
</fieldset>
</if>

<if condition="$show['moderatedattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attachments_pending_approval]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[moderatedattachments]
</table>
</fieldset>
</if>

</div>
<!-- / attachments -->
</if>

$template_hook[postbit_signature_start]
$ad_location[ad_showthread_firstpost_sig]

<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>

$template_hook[postbit_signature_end]

<if condition="$show['postedited']">
<!-- edit note -->
<div class="smallfont">
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<em>
<if condition="$show['postedithistory']">
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>
<else />
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>
</if>
<if condition="$post['edit_reason']">
$vbphrase[reason]: $post[edit_reason]
</if>
</em>
</div>
<!-- / edit note -->
</if>

</td>
</tr>
<tr>
<td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px">
$post[onlinestatus]
<if condition="$show['reputationlink']">
<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
<if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if>
</if>
<if condition="$show['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&amp;p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a></if>
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
$post[iplogged]
&nbsp;
</td>
<if condition="$show['moderated']">
<td class="alt2" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px; border-top: 0px">
<else />
<td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px; border-top: 0px">
</if>
<!-- controls -->
<if condition="$post['editlink']">
<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
</if>
<if condition="$post['forwardlink']">
<a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
</if>
<if condition="$post['replylink']">
<a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if>
<if condition="$show['multiquote_post']">
<a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
</if>
<if condition="$show['quickreply'] AND !$show['threadedmode']">
<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
</if>
<if condition="$show['moderated']">
<img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
</if>
<if condition="$show['spam']">
<img src="$stylevar[imgdir_misc]/spam_detected.png" alt="$vbphrase[spam_post]" border="0" />
</if>
<if condition="$show['deletedpost']">
<if condition="$show['managepost']">
<a href="postings.php?$session[sessionurl]do=managepost&amp;p=$post[postid]"><img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[manage]" border="0" /></a>
<else />
<img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" />
</if>
</if>
<if condition="$show['redcard']">
<a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a>
<else />
<if condition="$show['yellowcard']">
<a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a>
</if>
</if>
$template_hook[postbit_controls]
<!-- / controls -->
</td>
</tr>
</table>
$template_hook[postbit_end]

<!-- post $post[postid] popup menu -->
<div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$post[username]</td>
</tr>
<if condition="$show['profile']">
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
</if>
<if condition="$show['pmlink']">
<tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
</if>
<if condition="$show['emaillink']">
<tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr>
</if>
<if condition="$show['homepage']">
<tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
</if>
<if condition="$show['search']">
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
</if>
<if condition="$post['userid'] AND $show['member']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_contacts]</phrase></a></td></tr>
</if>
$template_hook[postbit_user_popup]
</table>
</div>
<!-- / post $post[postid] popup menu -->

maXmood
08-10-2009, 03:16 PM
BUMP.... any help will be appreciate it.

thnx

maXmood
08-11-2009, 06:02 PM
Bump..............

UKBusinessLive
08-11-2009, 06:05 PM
Bump..............

LOL Hi Buddy Just gonna have a look for you now

maXmood
08-12-2009, 07:40 PM
LOL Hi Buddy Just gonna have a look for you now

okay..? that's 24hrs... :(

maXmood
08-13-2009, 07:57 PM
Uninstalled, and Terrible rating.

Verionia
08-14-2009, 04:17 AM
It works great in 3.84 but how can I get the icons to show in users profile as well?

Verionia
08-14-2009, 12:07 PM
Uninstalled, and Terrible rating.

What postbit file where u using, the legacy or regular one? Use legacy if ur postbit is to the left and regular postbit for the postbit on top.. I could help you get it to work, you might have installed it on wrong file...

sharemee
11-23-2009, 03:09 PM
Im haveing some problems here and support would be very gratefull

i have the tweet image showing but when i clic it it takes me to a page that says :

https://twitter.com/Show%20Tweet

Sorry, that page doesn’t exist!

i am desperate to get this working ASAP

thanks in advance

Andy

If you need to see this for your self, then just go here and click the ttwitter button in my postbit :
http://www.sharemee.com/clones/4467-smiles-generator-2-0-a.html#post6840

(you may have to join to view, but if you have a facebook account you can log in with that :) )

TheLastSuperman
12-09-2009, 02:21 PM
Im haveing some problems here and support would be very gratefull

i have the tweet image showing but when i clic it it takes me to a page that says :

https://twitter.com/Show%20Tweet

Sorry, that page doesn?t exist!

i am desperate to get this working ASAP

thanks in advance

Andy

If you need to see this for your self, then just go here and click the ttwitter button in my postbit :
http://www.sharemee.com/clones/4467-smiles-generator-2-0-a.html#post6840

(you may have to join to view, but if you have a facebook account you can log in with that :) )

Meh! So tired of registering on other sites :p but here to help... it seems like you simply did the code wrong or gave the wrong twitter info, if you can provide a temp account and pm me the details I'll be glad to check it out, please reference this post when you PM and thanks!

Mike

digitaldome
05-07-2010, 06:01 PM
any update for vb 4.0.3 ?

NP Carling26
05-26-2010, 08:37 PM
There is an error that causes all items in the profile portion of the postbit to become hotlinked to your twiter account. If some new HTML code that fixes this could be released, that'd be great!

TheLastSuperman
05-26-2010, 09:33 PM
There is an error that causes all items in the profile portion of the postbit to become hotlinked to your twiter account. If some new HTML code that fixes this could be released, that'd be great!

The code UKBL originally listed is missing the closing tag for a href i.e. here is his code:

<if condition="is_member_of($bbuserinfo, 6, 7, 9)">
<if condition="$post['field11']">
<a href="https://twitter.com/$post[field11]">
<img alt="My Twitter" border="0" src="http://i475.photobucket.com/albums/rr114/ukbusinesslive/twitter3.gif" border="0"/>
</if></if>

Which should be this:

<if condition="is_member_of($bbuserinfo, 6, 7, 9)">
<if condition="$post['field11']">
<a href="https://twitter.com/$post[field11]">
<img alt="My Twitter" border="0" src="http://i475.photobucket.com/albums/rr114/ukbusinesslive/twitter3.gif" border="0"/></a>
</if></if>

As you can see I simply added the </a> at the very end which will now render the rest of your links properly as that tag is closed otherwise it does assume the worst and applies that URL to all others etc.

sunnycher
06-30-2010, 02:28 PM
I've followed this to a T, not working for me either, image doesn't show up at all.

yamahapaul
06-30-2010, 05:43 PM
I've followed this to a T, not working for me either, image doesn't show up at all.

I like this but for the purposes of networking etc its just as easy to just add it to your signature as a clickable link-

http://www.midlandsheritage.co.uk/midlands-heritage-boundary/1961-guide-forum-boundaries.html

w-elbalad.com
06-30-2010, 11:24 PM
nice work

TheLastSuperman
07-01-2010, 01:33 AM
I've followed this to a T, not working for me either, image doesn't show up at all.

I checked and the image is still on photobucket (http://i475.photobucket.com/albums/rr114/ukbusinesslive/twitter3.gif) so it's possible you did something wrong please double-check this as it's a very simple template edit based on a profile field so it should not give you much trouble at all is what I'm trying to get at ;).

ludachris
07-01-2010, 06:19 PM
So, I like this hack, but, how would we get the field to show up under the "Instant Messaging" options in the Edit Profile form?

Comp
07-18-2010, 09:32 AM
I would like to show member profile page. How can Edit the which template?