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 2 of 6 :  « Previous  1  2  3  4  5  6  Next »

Author quasi
Partaker
#16 · Posted: 25 Jun 2006 23:58
I've read almost all of the posts regarding smilies and though my problem is mentioned the solution escapes me. I hate to bring it up again:

I see the smilies selections when writing a post. In the posts all I have is: [img]/img/smilies/up.gif[/img]

Please help.

Author quasi
Partaker
#17 · Posted: 26 Jun 2006 02:27
OK, it's fixed.
I had tried to remove the second include of addon_smilies2.php which was suggested, this broke things more in an unseen way. I also added the full url path to $main_url which is really the main problem.
After random tweaking and finally putting the $main_url back(http://www....) AND returning the include of addon_smilies2.php I finally have it working.
I'm confused on why the full url path is needed though.

Author Paul
Lead Lead Developer
#18 · Posted: 26 Jun 2006 07:39
quasi

I'm confused on why the full url path is needed though.

Because it's a web standard.

I had tried to remove the second include of addon_smilies2.php which was suggested - it's still very inclear for our team, what you guys are doing. Another kind of newbie mistake?.. I don't see README somewhere mentions you should put the code TWICE somewhere.

Author Anonymous
Guest
#19 · Posted: 1 Sep 2006 00:03
Hi all!

Well I have a serious problem. No matter what I do I can not get the smiley's to appear.

I am very frustrated.. (Of course..)

I have follow the instructions to the t. And my smilies dir is in the IMG folder.

Any help would be appreciated...

Author Paul
Lead Lead Developer
#20 · Posted: 1 Sep 2006 07:34
Well I have a serious problem - I already smiled reading this :-) There can not be a serious problem in such kind of kiddy addon...

Look at the main_post_form.code which you need to paste in templates/main_post_form.html... If you want smileys to appear, first make it sure it contains necessary HTML code :-D

Author Anonymous
Guest
#21 · Posted: 1 Sep 2006 20:20
Ok now I feel real dumb!

But why is there no reference of this process in the How To..?

Oh well.... working 100% now..

Thks! Paul

Author Paul
Lead Lead Developer
#22 · Posted: 1 Sep 2006 22:05
This is clearly described in how to. Look into ==NOTES== section.

Author loficat
Partaker
#23 · Posted: 19 Dec 2002 00:14
6 Oct 2006 05:15 - Attached on merging:
Smilies HTML Snippet

Hello - just wondering how one utilizes the HTML snippet included with the Smilies pack.

It would be nice to have a guide to all characters or even a box that allows you to click the smilies and have it appear in your message.

Perhaps it does do this and I configured it wrong. Much thanks!

Author fribse
Partaker
#24 · Posted: 19 Dec 2002 01:27
You should go and edit
main_post_form.html

And after the line

<input type=checkbox name=disbbcode>{$l_disableBbCode} <small> *<a href="{$indexphp}action=manual#bbcodes">{$l_whatIsIt}</a></small>

Add the HTML snippet there

Like this:
<input type=checkbox name=disbbcode>{$l_disableBbCode} <small> *<a href="{$indexphp}action=manual#bbcodes">{$l_whatIsIt}</a></small>

<br>
<a href="JavaScript:paste_strinL(':)',0)"><img src="./img/smilies/grin.gif" border=0></a>
<a href="JavaScript:paste_strinL(';)',0)"><img src="./img/smilies/wink.gif" border=0></a>
<a href="JavaScript:paste_strinL(':up:',0)"><img src="./img/smilies/up.gif" border=0></a>
<a href="JavaScript:paste_strinL(':down:',0)"><img src="./img/smilies/down.gif" border=0></a>
<a href="JavaScript:paste_strinL(':biglol:',0)"><img src="./img/smilies/biglol.gif" border=0></a>
<a href="JavaScript:paste_strinL(':confused:',0)"><img src="./img/smilies/confused.gif" border=0></a>
<a href="JavaScript:paste_strinL(':cool:',0)"><img src="./img/smilies/cool.gif" border=0></a>
<a href="JavaScript:paste_strinL(':mad:',0)"><img src="./img/smilies/mad.gif" border=0></a>
<a href="JavaScript:paste_strinL(':sad:',0)"><img src="./img/smilies/sad.gif" border=0></a>
<a href="JavaScript:paste_strinL(':shame:',0)"><img src="./img/smilies/shame.gif" border=0></a>
<a href="JavaScript:paste_strinL(':smirk:',0)"><img src="./img/smilies/smirk.gif" border=0></a>
<a href="JavaScript:paste_strinL(':tongue:',0)"><img src="./img/smilies/tongue.gif" border=0></a>

Kenneth

Author loficat
Partaker
#25 · Posted: 19 Dec 2002 04:10
Thank you. It works now - I didn't know where to look...

Author loficat
Partaker
#26 · Posted: 19 Dec 2002 04:53
While we're on this topic, does anyone know of any other sets of smilies, icons et al? Much thanks!

Author fribse
Partaker
#27 · Posted: 19 Dec 2002 09:26
I took a set of smilies from Trillian (trillian.cc) and I've made a nice big set with them. There are also a thread somewhere with a lot of URL's for downloadable smilies.

The strange part is, that when I use them, they get inserted properly, but when they get displayed, it shows a strange URL, and not the smilie.

Is there a problem if the 'Smilie-code' has a '-' in it?

Author Team
8-)
#28 · Posted: 19 Dec 2002 10:29
Funny smilies links:

https://www.minibb.com/forums/1_144_0.html

fribse
I don't know what do you mean by '-' - everything we wrote ourselves is working.... so, we don't know what is happening with your modification :)

Author fribse
Partaker
#29 · Posted: 20 Dec 2002 19:45
Well, MY modification looks like this (sorry for the extensive post).

<a href="JavaScript:paste_strinL(':)',0)"><img src="./img/smilies/'01.gif" border=0></a>
<a href="JavaScript:paste_strinL(':(',0)"><img src="./img/smilies/02.gif" border=0></a>
<a href="JavaScript:paste_strinL(':o',0)"><img src="./img/smilies/03.gif" border=0></a>
<a href="JavaScript:paste_strinL(':D',0)"><img src="./img/smilies/04.gif" border=0></a>
<a href="JavaScript:paste_strinL(':P',0)"><img src="./img/smilies/05.gif" border=0></a>
<a href="JavaScript:paste_strinL(':|',0)"><img src="./img/smilies/06.gif" border=0></a>
<a href="JavaScript:paste_strinL(':S',0)"><img src="./img/smilies/07.gif" border=0></a>
<a href="JavaScript:paste_strinL(';)',0)"><img src="./img/smilies/08.gif" border=0></a>
<a href="JavaScript:paste_strinL(':@',0)"><img src="./img/smilies/09.gif" border=0></a>
<a href="JavaScript:paste_strinL(':O',0)"><img src="./img/smilies/10.gif" border=0></a>
<a href="JavaScript:paste_strinL(':*',0)"><img src="./img/smilies/11.gif" border=0></a>
<a href="JavaScript:paste_strinL('>@',0)"><img src="./img/smilies/12.gif" border=0></a>
<a href="JavaScript:paste_strinL('8)',0)"><img src="./img/smilies/13.gif" border=0></a>
<a href="JavaScript:paste_strinL('$D',0)"><img src="./img/smilies/14.gif" border=0></a>
<a href="JavaScript:paste_strinL(':!',0)"><img src="./img/smilies/15.gif" border=0></a>
<a href="JavaScript:paste_strinL(':<"><img src="./img/smilies/16.gif" border=0></a>
<a href="JavaScript:paste_strinL(':/',0)"><img src="./img/smilies/17.gif" border=0></a>
<a href="JavaScript:paste_strinL(':\',0)"><img src="./img/smilies/18.gif" border=0></a>
<a href="JavaScript:paste_strinL('(cry)',0)"><img src="./img/smilies/19.gif" border=0></a>
<a href="JavaScript:paste_strinL(':X',0)"><img src="./img/smilies/20.gif" border=0></a>
<a href="JavaScript:paste_strinL('(y)',0)"><img src="./img/smilies/21.gif" border=0></a>
<a href="JavaScript:paste_strinL('(n)',0)"><img src="./img/smilies/22.gif" border=0></a>
<a href="JavaScript:paste_strinL('(l)',0)"><img src="./img/smilies/23.gif" border=0></a>
<a href="JavaScript:paste_strinL('(u)',0)"><img src="./img/smilies/24.gif" border=0></a>
<a href="JavaScript:paste_strinL('(k)',0)"><img src="./img/smilies/25.gif" border=0></a>
<a href="JavaScript:paste_strinL('(g)',0)"><img src="./img/smilies/26.gif" border=0></a>
<a href="JavaScript:paste_strinL('(f)',0)"><img src="./img/smilies/27.gif" border=0></a>
<a href="JavaScript:paste_strinL('(x)',0)"><img src="./img/smilies/28.gif" border=0></a>
<a href="JavaScript:paste_strinL('(z)',0)"><img src="./img/smilies/29.gif" border=0></a>
<a href="JavaScript:paste_strinL('(w)',0)"><img src="./img/smilies/30.gif" border=0></a>
<a href="JavaScript:paste_strinL('(p)',0)"><img src="./img/smilies/31.gif" border=0></a>
<a href="JavaScript:paste_strinL('(b)',0)"><img src="./img/smilies/32.gif" border=0></a>
<a href="JavaScript:paste_strinL('(d)',0)"><img src="./img/smilies/33.gif" border=0></a>
<a href="JavaScript:paste_strinL('(t)',0)"><img src="./img/smilies/34.gif" border=0></a>
<a href="JavaScript:paste_strinL('(#)',0)"><img src="./img/smilies/35.gif" border=0></a>
<a href="JavaScript:paste_strinL('(s)',0)"><img src="./img/smilies/36.gif" border=0></a>
<a href="JavaScript:paste_strinL('(*)',0)"><img src="./img/smilies/37.gif" border=0></a>
<a href="JavaScript:paste_strinL('($)',0)"><img src="./img/smilies/38.gif" border=0></a>
<a href="JavaScript:paste_strinL('(e)',0)"><img src="./img/smilies/39.gif" border=0></a>
<a href="JavaScript:paste_strinL('(m)',0)"><img src="./img/smilies/40.gif" border=0></a>
<a href="JavaScript:paste_strinL('(v)',0)"><img src="./img/smilies/41.gif" border=0></a>
<a href="JavaScript:paste_strinL('(cd)',0)"><img src="./img/smilies/42.gif" border=0></a>
<a href="JavaScript:paste_strinL('(w)',0)"><img src="./img/smilies/43.gif" border=0></a>
<a href="JavaScript:paste_strinL('({)',0)"><img src="./img/smilies/44.gif" border=0></a>
<a href="JavaScript:paste_strinL('(})',0)"><img src="./img/smilies/45.gif" border=0></a>
<a href="JavaScript:paste_strinL('(?)',0)"><img src="./img/smilies/46.gif" border=0></a>
<a href="JavaScript:paste_strinL('(r)',0)"><img src="./img/smilies/47.gif" border=0></a>
<a href="JavaScript:paste_strinL('(r)',0)"><img src="./img/smilies/48.gif" border=0></a>
<a href="JavaScript:paste_strinL('(h)',0)"><img src="./img/smilies/49.gif" border=0></a>
<a href="JavaScript:paste_strinL('(&)',0)"><img src="./img/smilies/50.gif" border=0></a>
<a href="JavaScript:paste_strinL('(o)',0)"><img src="./img/smilies/51.gif" border=0></a>
<a href="JavaScript:paste_strinL('(blush)',0)"><img src="./img/smilies/52.gif" border=0></a>
<a href="JavaScript:paste_strinL(':>',0)"><img src="./img/smilies/53.gif" border=0></a>
<a href="JavaScript:paste_strinL('LOL',0)"><img src="./img/smilies/54.gif" border=0></a>
<a href="JavaScript:paste_strinL(':;',0)"><img src="./img/smilies/55.gif" border=0></a>
<a href="JavaScript:paste_strinL('|)',0)"><img src="./img/smilies/56.gif" border=0></a>
<a href="JavaScript:paste_strinL('X(',0)"><img src="./img/smilies/57.gif" border=0></a>
...
We also made this smdesc:
<?
:-)
01.gif
:)
01.gif
:-(
02.gif
:(
02.gif
:-o
03.gif
:o
03.gif
:-D
04.gif
:D
04.gif
:-P
05.gif
:P
05.gif
:-|
06.gif
:|
06.gif
:-S
...

For some reason it inserts the smilies correctly, but then when it displays them, it shows some strange code:
[img]httpXX/intranet.fribert.dk/php/minibb/img/smilies/10.gif[/img]

The XX is a field like 'picture not found'.

Any ideas?

Kenneth

Author Team
8-)
#30 · Posted: 23 Dec 2002 10:53
Try to remove the smiley :/

Page  Page 2 of 6 :  « Previous  1  2  3  4  5  6  Next » 
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


  ?
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
Did you know that you may be allowed to hide miniBB credits and remove miniBB's copyright notice?