Jump to content


* * * * * 1 votes

[Unsupported] [RC22]Messenger Icons in Topic View


  • Please log in to reply
31 replies to this topic

#21 heaven_master_ash4

heaven_master_ash4

    Heavens_king

  • Banned
  • PipPipPipPipPipPip
  • 445 posts
  • Location:India / Mumbai
  • Real Name:Ash Talreja
  • IPB Version:v2.3.x
Contributor

Posted 31 October 2007 - 09:49 PM

Hi Bro I got This Mod From Maybe Invisionize.com

can this help to make yahoo clickable as i need that

CODE
Y!M status of ibp 2.1.x
file can sua : -  sources/action_public/topics.php

open file : topics.php

find

CODE

if ( $member['id'] )
        {
            $member['addresscard'] = $this->ipsclass->compiled_templates['skin_topic']->member_icon_vcard( $member['id'] );
        }

add below :

CODE

//Yahoo online intopic IBP2.1.x
if ($member['yahoo']) {
$member['yahoo_status'] = "Y!M  : <a href=ymsgr:sendim?{$member['yahoo']}><img border=0 src=http://opi.yahoo.com/online?u={$member['yahoo']}&m=g&t=3></a>";
  }  
else
{
  $member['yahoo_status'] = "Not Telling";
}
//Yahoo online in topic IBP2.1.x


ACP Home > Skin Manager Home > Managing Template Set "IPB Default Skin"
Open  : Topic view ~~> RenderRow

Find :

CODE

{$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}

add after


CODE

<br><br>$author['yahoo_status']}<br>

Have Done . !!! ^__^


please help out

thanx

Posted Image
Skin Installations 2-5$'s
Mod Installations 3-9$'s Depends On Mod


#22 RuneCore

RuneCore

    <(^^,)>

  • IM Supporters
  • PipPipPipPipPipPipPip
  • 719 posts
  • Location:Texas
  • Real Name:JB
  • IPB Version:v2.3.x
Contributor

Posted 02 November 2007 - 02:58 AM

updated, now all icons are clickable to the same effect.

to upgrade, just upload the new mod_install xml file, and using the Universal Mod Installer, "Reinstall"...then change the old RenderRow edit to the new one provided in the install instructions.
Posted Image
http://www.virtualdump.net
--------------
My Mods:
[RC23]Songs in Profiles / Demo
^Winner of the Best Medium Mod of October 2007 award on Invisionize
^Second place in the Semi-Annual Mod Competition
[RC23]Individual Member Adsense
^Winner of the Best Medium Mod of November 2007 award on Invisionize
[RC22]Messenger Icons in Topic View
[RC23]Banned Sig Replacement
More...

Posted Image

#23 heaven_master_ash4

heaven_master_ash4

    Heavens_king

  • Banned
  • PipPipPipPipPipPip
  • 445 posts
  • Location:India / Mumbai
  • Real Name:Ash Talreja
  • IPB Version:v2.3.x
Contributor

Posted 02 November 2007 - 05:49 AM

Hey great

Thanx Works great like a charm

however u didnt upload the latest tools and setting xml file this maybe create problem for new downloader


and if update it with xml file added please reply here so that i can download

Thanx A lot

Edited by heaven_master_ash4, 02 November 2007 - 05:55 AM.

Posted Image
Skin Installations 2-5$'s
Mod Installations 3-9$'s Depends On Mod


#24 RuneCore

RuneCore

    <(^^,)>

  • IM Supporters
  • PipPipPipPipPipPipPip
  • 719 posts
  • Location:Texas
  • Real Name:JB
  • IPB Version:v2.3.x
Contributor

Posted 02 November 2007 - 06:00 AM

I just checked and the XML file is the correct version. The only thing that should have changed is instead of it saying "Choose whether the MSN icon is clickable" is now says "Choose whether the icons are clickable".
Posted Image
http://www.virtualdump.net
--------------
My Mods:
[RC23]Songs in Profiles / Demo
^Winner of the Best Medium Mod of October 2007 award on Invisionize
^Second place in the Semi-Annual Mod Competition
[RC23]Individual Member Adsense
^Winner of the Best Medium Mod of November 2007 award on Invisionize
[RC22]Messenger Icons in Topic View
[RC23]Banned Sig Replacement
More...

Posted Image

#25 williamb

williamb

    Advanced Member

  • IM Supporters
  • PipPipPipPip
  • 54 posts
  • Real Name:William
  • IPB Version:v2.3.x

Posted 22 January 2008 - 02:23 AM

This functions in IPB v2.3.4 just FYI

I created a help file for my members so I don't have to keep educating them...I just point them to the file...thanks Venom!

HERE IS A COPY OF THAT and their fields

Quote

HELP FILE TITLE
Instant Messenger Fix

HELP FILE DESCRIPTION
Getting the message<br />"{Browswer Name} doesn't know how to open this address, because the protocol (msnnim,aim,yahoomessenger) isn't associated with any program."<br />Here is the fix!

HELP FILE TEXT

Instant Messenger Fix

If you are getting the message

Quote

{Browswer Name} doesn't know how to open this address, because the protocol (msnnim,aim,yahoomessenger) isn't associated with any program.

Here is the fix

Quote

AOL IM FIX
1) Create a new text file and name it "AOL_Fix.txt)
2) Copy the following code in to it
REGEDIT4

[HKEY_CLASSES_ROOT\aim]
@="URL:aim Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\aim\shell]

[HKEY_CLASSES_ROOT\aim\shell\open]

[HKEY_CLASSES_ROOT\aim\shell\open\command]
@="\"C:\\Program Files\\AIM6\\AIM6.exe\" \"%1\""
3) Now double click on it and it will enter in to your Windows Registry to register the application.
NOTE:You must have AOL IM v6.x installed FIRST, DOWNLOAD IT HERE

--------

Quote

Yahoo IM FIX
1) Create a new text file and name it "Yahoo_Fix.txt)
2) Copy the following code in to it
REGEDIT4

[HKEY_CLASSES_ROOT\yahoo]
@="URL:ymsgr Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\yahoo\shell]

[HKEY_CLASSES_ROOT\yahoo\shell\open]

[HKEY_CLASSES_ROOT\yahoo\shell\open\command]
@="\"C:\\Program Files\\Yahoo!\\Messenger\\YahooMessenger.exe\" \"%1\""
3) Now double click on it and it will enter in to your Windows Registry to register the application.
NOTE:You must have Yahoo IM installed FIRST, DOWNLOAD IT HERE

--------

Quote

Windows Live Messenger FIX
1) Create a new text file and name it "MSN_Fix.txt)
2) Copy the following code in to it
REGEDIT4

[HKEY_CLASSES_ROOT\msnim]
@="URL:msnim Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\msnim\shell]

[HKEY_CLASSES_ROOT\msnim\shell\open]

[HKEY_CLASSES_ROOT\msnim\shell\open\command]
@="\"C:\\Program Files\\Windows Live\\Messenger\\msnmsgr.exe\" \"%1\""
3) Now double click on it and it will enter in to your Windows Registry to register the application.
NOTE:You must have ICQ IM installed FIRST, DOWNLOAD IT HERE

Posted Image
SoCalSportRiders.com
William -Owner/Sr. Admin.
A southern California based sport bike group encouraging new and experienced riders while striving to work with SoCal sport bike shops and track organizations for mutual benefits.
-PrePaidLegal Associate, because life happens and you shouldn't pay for someone else's ineptness or mistakes.

#26 blkhmster

blkhmster

    n00b

  • Members
  • Pip
  • 1 posts
  • Location:Kansas
  • Real Name:beth
  • IPB Version:v2.3.x

Posted 25 April 2008 - 07:15 PM

it no worky worky for me ;)

#27 Aslanis

Aslanis

    n00b

  • Members
  • Pip
  • 2 posts
  • IPB Version:v2.3.x

Posted 27 April 2008 - 07:06 PM

Nice Mod  ;)

#28 frankwhite

frankwhite

    Novice

  • Members
  • PipPip
  • 14 posts
  • Real Name:Frank
  • IPB Version:v2.3.x

Posted 27 June 2008 - 01:11 PM

so will it be clickable in FF or only IE? thanks for replies in advance guys

#29 frankwhite

frankwhite

    Novice

  • Members
  • PipPip
  • 14 posts
  • Real Name:Frank
  • IPB Version:v2.3.x

Posted 27 June 2008 - 09:20 PM

anyone?

#30 frankwhite

frankwhite

    Novice

  • Members
  • PipPip
  • 14 posts
  • Real Name:Frank
  • IPB Version:v2.3.x

Posted 01 July 2008 - 03:01 AM

View Postwilliamb, on Jan 21 2008, 09:23 PM, said:

This functions in IPB v2.3.4 just FYI

I created a help file for my members so I don't have to keep educating them...I just point them to the file...thanks Venom!

HERE IS A COPY OF THAT and their fields

Quote

HELP FILE TITLE
Instant Messenger Fix

HELP FILE DESCRIPTION
Getting the message<br />"{Browswer Name} doesn't know how to open this address, because the protocol (msnnim,aim,yahoomessenger) isn't associated with any program."<br />Here is the fix!

HELP FILE TEXT

Instant Messenger Fix

If you are getting the message

Quote

{Browswer Name} doesn't know how to open this address, because the protocol (msnnim,aim,yahoomessenger) isn't associated with any program.

Here is the fix

Quote

AOL IM FIX
1) Create a new text file and name it "AOL_Fix.txt)
2) Copy the following code in to it
REGEDIT4

[HKEY_CLASSES_ROOT\aim]
@="URL:aim Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\aim\shell]

[HKEY_CLASSES_ROOT\aim\shell\open]

[HKEY_CLASSES_ROOT\aim\shell\open\command]
@="\"C:\\Program Files\\AIM6\\AIM6.exe\" \"%1\""
3) Now double click on it and it will enter in to your Windows Registry to register the application.
NOTE:You must have AOL IM v6.x installed FIRST, DOWNLOAD IT HERE

--------

Quote

Yahoo IM FIX
1) Create a new text file and name it "Yahoo_Fix.txt)
2) Copy the following code in to it
REGEDIT4

[HKEY_CLASSES_ROOT\yahoo]
@="URL:ymsgr Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\yahoo\shell]

[HKEY_CLASSES_ROOT\yahoo\shell\open]

[HKEY_CLASSES_ROOT\yahoo\shell\open\command]
@="\"C:\\Program Files\\Yahoo!\\Messenger\\YahooMessenger.exe\" \"%1\""
3) Now double click on it and it will enter in to your Windows Registry to register the application.
NOTE:You must have Yahoo IM installed FIRST, DOWNLOAD IT HERE

--------

Quote

Windows Live Messenger FIX
1) Create a new text file and name it "MSN_Fix.txt)
2) Copy the following code in to it
REGEDIT4

[HKEY_CLASSES_ROOT\msnim]
@="URL:msnim Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\msnim\shell]

[HKEY_CLASSES_ROOT\msnim\shell\open]

[HKEY_CLASSES_ROOT\msnim\shell\open\command]
@="\"C:\\Program Files\\Windows Live\\Messenger\\msnmsgr.exe\" \"%1\""
3) Now double click on it and it will enter in to your Windows Registry to register the application.
NOTE:You must have ICQ IM installed FIRST, DOWNLOAD IT HERE
need a little coaching here please. AIM works but the rest give me the error

Edited by frankwhite, 01 July 2008 - 03:02 AM.


#31 ReBoot

ReBoot

    Member

  • Members
  • PipPipPip
  • 40 posts
  • Real Name:Darius
  • IPB Version:v3.0.x

Posted 30 August 2008 - 11:30 PM

Hello there :)

Please, could you make it also with skype icon and skype function too? Because these days it is very useful!

Thanx in advance,

Darius ;)

#32 ReBoot

ReBoot

    Member

  • Members
  • PipPipPip
  • 40 posts
  • Real Name:Darius
  • IPB Version:v3.0.x

Posted 05 September 2008 - 05:07 PM

friendly bump ;)

would be great to get some suggestions about Skype icon and option under member avatar as messenger, etc. Anyone has any solutions?

Thanx in advance




2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users