Current time: 03-21-2010, 03:30 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 3 Votes - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Skype MyBB! 1.4.1
04-19-2008, 11:41 AM
Post: #21
RE: Skype MyBB! 1.0
Hi,

I activated the Plugin successfully. However, I do have a problem with the Skype-Button in my PMs.

It looks like this image of talisman:

[Image: p388436221.gif]

Inside the threads the skype-button is shown and all is ok. The source of a thread shows the url of skype but the source of a PM does not.
I guess, PMs and Threads use the same postbit-template and therefore I do not understand why this difference come up.

Does anyone know, how to solve this problem? Would be great. Thank you in advance. Wink
Find all posts by this user
Quote this message in a reply
04-20-2008, 12:10 AM (This post was last modified: 04-20-2008 12:11 AM by Kuzba.)
Post: #22
RE: Skype MyBB! 1.0
so i put the downloaded file for the plugin in the folder where it says to put it, with the rest of my plugins.

but when i go to activate it, it isnt there.

any ideas what i can try?

i am 100% sure that its in the plugin folder.
i have the latest version of myb. 1.2.12 or whatever it is Smile
Find all posts by this user
Quote this message in a reply
04-21-2008, 11:50 PM
Post: #23
RE: Skype MyBB! 1.0
anyone?
Find all posts by this user
Quote this message in a reply
04-30-2008, 10:19 PM
Post: #24
RE: Skype MyBB! 1.0
Does anyone know if it would make sense to contact mavericck via PN? It seems that he do not look very often into this thread. Wink
Find all posts by this user
Quote this message in a reply
06-22-2008, 04:12 PM
Post: #25
RE: Skype MyBB! 1.0
is there any help?
my contacts on skype in the forum are always showed as offline, but they are online!
Visit this user's website Find all posts by this user
Quote this message in a reply
06-26-2008, 06:41 AM
Post: #26
RE: Skype MyBB! 1.0
@the_griffin
the pms should use the same template of postbit, so there should not be any difference in visualization. Please post the html code of the button bar of pms.

@kuzba
this plugin has the standard syntax of others plugin. Try to download the packet another time.

@Mia
Have you read the instructions written here? http://mavericck.mybboard.it/skype-mybb.html , the installation section

mavericck

Visit this user's website Find all posts by this user
Quote this message in a reply
06-26-2008, 08:54 AM
Post: #27
RE: Skype MyBB! 1.0
(06-26-2008 06:41 AM)mavericck Wrote:  the pms should use the same template of postbit, so there should not be any difference in visualization. Please post the html code of the button bar of pms.

Hi mavericck,

great to see your here and thank your for your reply. Smile

The skype button is visible in each post via {$post['fidxy']} in the postbit Template.

The HTML-code of the PMs is like:
Code:
<td align="left" ><span class="smalltext">mySkypeName<!-- start: postbit_email -->
Unfortunately I can not find the according template for the button bar in the templates group.

Thank you in advance! Smile
Find all posts by this user
Quote this message in a reply
06-26-2008, 10:04 AM
Post: #28
RE: Skype MyBB! 1.0
well... yepWink sorry... now it's working. thank you for thatSmile great plugin!

cheers
mia
Visit this user's website Find all posts by this user
Quote this message in a reply
06-26-2008, 10:39 AM
Post: #29
RE: Skype MyBB! 1.0
@the_griffin

add these three lines

PHP Code:
$plugins->add_hook('postbit_pm''skype_mybb_parse');
$plugins->add_hook('postbit_announcement''skype_mybb_parse');
$plugins->add_hook('postbit_prev''skype_mybb_parse'); 

after
PHP Code:
$plugins->add_hook('postbit''skype_mybb_parse'); 

at the top of the plugin file.

mavericck

Visit this user's website Find all posts by this user
Quote this message in a reply
06-26-2008, 06:42 PM
Post: #30
RE: Skype MyBB! 1.0
Great, thats it!!!!!!!! Big Grin

Thank you very much, mavericck!!!! Smile
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: