miniBB ®

miniBB

®
Support Forums
  
 · Start · Sign in · Register · Search · Statistics · File Bank · Manual ·
Official Addons and Solutions miniBB Support Forums / Official Addons and Solutions /  
 

Smileys

 
 
Page  Page 6 of 6 :  « Previous  1  2  3  4  5  6

Author Paul
Lead Lead Developer
#76 · Posted: 3 May 2007 12:30Reply Quote
I include the addon in the bb_addons2.php too

- I don't know why ;-) Instructions don't say it.

Author Anonymous
Guest
#77 · Posted: 6 May 2007 09:38Reply Quote
The addon doesn't work the first time, and i think try to write in the bb_addons2.php.
My fault :-).
THX

Author Haa21com
Partaker
#78 · Posted: 24 May 2007 16:15Reply Quote
ok i have been thru the 3 pages of this topic an i cant seem to figure it out still

I get the smilies, i can insert them in the thread, but once its posted the smilies dont work e.g. the smile face image shows fine untill its in the message.. then its just :) what gives?

Author Paul
Lead Lead Developer
#79 · Posted: 25 May 2007 03:52Reply Quote
Haa21com
It seems smileys are just not converted into images. Be sure you have included the smileys code for bb_plugins.php file properly.

Author Haa21com
Partaker
#80 · Posted: 25 May 2007 10:44Reply Quote
ok.. i really screwed things up last nite....

I get this error now;

Fatal error: Cannot redeclare smilethis() (previously declared in /home/haa21com/public_html/addon_smilies.php:18) in /home/haa21com/public_html/addon_smilies.php on line 28

I also noticed that i dont have 'addon_smilies2.php' in my zip file?

Author Paul
Lead Lead Developer
#81 · Posted: 25 May 2007 12:59Reply Quote
Oops... there was just a typo in the README.txt left from the previous release... fixed now. That's right - you must have 'addon_smilies.php' file and copy it to the forums folder.

About Cannot redeclare see the post above at 3 May 2007 00:27.

Author pops
Guest
#82 · Posted: 26 Jun 2007 01:00Reply Quote
Hi,

I just started using miniBB and I really like it. I am having a problem with the smilies, however.

I am able to use the first four which show up next to the link URL link button. But when I click on the ... between the forth smilie and the "Disable smilies" checkbox, the javascript window opens with $main_url. It seems like the action=displaysmilies is not a registered action.

I appreciate any ideas anyone has to offer.

Thanks,
Brad

Author Paul
Lead Lead Developer
#83 · Posted: 26 Jun 2007 03:51Reply Quote
Be sure you have put the proper code for bb_plugins.php. As you see on minibbtest it is a registered action, so the problem is somewhere on your side...

Author R.U.R.
Guest
#84 · Posted: 18 Jul 2008 08:04Reply Quote
I suggest updating the [ img ] format used by Smilies Addon to the form [ imq=url ]alt[ /img ], so that the images then have got alt and title attributes - something like this:

[code]
if ($aPost) {
foreach($GLOBALS['smilies']
as $key=>$val) $postText=str_replace($key, "[img=".$GLOBALS['main_url']."/img/".$GLOBALS['dirname']."/".$val."]".$key." [/img]", $postText);
}
elseif ($aEdit) {
foreach($GLOBALS['smilies']
as $key=>$val) $postText=str_replace("[img=".$GLOBALS['main_url']."/img/".$GLOBALS['dirname']."/".$val."]".$key." [/img]", $key, $postText);
}
[/code]

Author Prince
Partaker
#85 · Posted: 30 Sep 2010 05:03Reply Quote
HOw can I use smiles in other server or domain and work in my domain..?

Author Paul
Lead Lead Developer
#86 · Posted: 30 Sep 2010 05:17Reply Quote
There is no way for this except using the standard [IMG] code.

You must copy all smilies to your local server first, and specify them in the add-on's configuration. Only this will allow them being posted on forums as "smilies", not just static images.

Page  Page 6 of 6 :  « Previous  1  2  3  4  5  6 
Official Addons and Solutions miniBB Support Forums / Official Addons and Solutions /
 Smileys
 Share Topic's Link

Your Reply Click this icon to move up to the quoted message

BB code for the Bold StyleBB code for the Italic StyleBB Code for the PictureBB code for the URLUpload a File

  ?
Post as a Guest, leaving the Password field blank. You could also enter a Guest name, if it's not taken by a member yet. Sign-in and post at once, or just sign-in, bypassing the message's text.


Before posting, make sure your message is compliant with forum rules; otherwise it could be locked or removed with no explanation.

 

 
 
miniBB Support Forums Powered by Forum Software miniBB ® Home  Features  Requirements  Demo  Download  Showcase  Gallery of Arts
Compiler  Premium Extensions  Premium Support  License  Contact Us
Proceed with the File and Picture Attachments add-on: extend your miniBB-forums, attaching images and files.