Author Topic: [Mod] bbcode Smileys  (Read 186563 times)

0 Members and 2 Guests are viewing this topic.

Offline clubsociety

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: [Mod] bbcode Smileys
« Reply #120 on: June 07, 2009, 09:22:30 PM »
Thanx a lot!! :D

Everything is working fine.

clubsociety

Offline neverkas

  • Jr. Member
  • **
  • Posts: 63
    • View Profile
    • FullPosteo
Re: [Mod] bbcode Smileys
« Reply #121 on: June 10, 2009, 03:56:05 AM »
Like I say, but I do not work and use another.
http://www.fullposteo.com.ar/



La nueva forma de compartir tus fotos y vídeos con tus amigos!

The new form to share photos and videos width your friends!

Offline Sebas Bonito

  • Sr. Member
  • ****
  • Posts: 271
  • Sebas Bonito
    • View Profile
Re: [Mod] bbcode Smileys
« Reply #122 on: June 22, 2009, 02:34:09 AM »
I'd like to have a smiley-"dopdown"-menü for the shoutbox. So only a tiny button left beneath the "send"-button to include the smileys. To list all "smiley-buttons" (like in the comments) would be too much, I guess. BTW: I only use the smileys for the bb-code, nothing else.

Offline stdio

  • Newbie
  • *
  • Posts: 41
    • View Profile
Re: [Mod] bbcode Smileys
« Reply #123 on: March 21, 2010, 07:36:31 PM »
Hi!

This mod works good but sometimes when a user posts a comment and puts a smiley, the smiley isn't display. Instead the url of the smiley is displayed. Does anyone know why?

Thank you

Offline stdio

  • Newbie
  • *
  • Posts: 41
    • View Profile
Re: [Mod] bbcode Smileys
« Reply #124 on: April 07, 2010, 12:38:43 AM »
Does anyone know how to disable smilies in image title?
This is what I DON'T like about this community. The authors of the mods should support their releases. Many have/had the problems with this mod but no one cares to look into the issue and try to provide a fix.

I also wanted (I started a topic) to disable such characters in the image title but no one cares to help. I am not being mean but if you release a mod, at least provide SOME support for it.

Sorry if I offended anyone, but some things are wrong here. :(

Rembrandt

  • Guest
Re: [Mod] bbcode Smileys
« Reply #125 on: April 07, 2010, 05:41:25 AM »
....
I also wanted (I started a topic) to disable such characters in the image title but no one cares to help.....
http://www.4homepages.de/forum/index.php?topic=6646.msg114267#msg114267

Offline stdio

  • Newbie
  • *
  • Posts: 41
    • View Profile
Re: [Mod] bbcode Smileys
« Reply #126 on: April 07, 2010, 01:35:53 PM »
Hello Joss

I have found a better solution:

index.php
Search:

Code: [Select]
"comment_text" => format_text($text, $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments'], 1, 0),$config['bb_comments'] should be "1" in settings [ACP -> Settings -> Allow BB-Code in comments = YES]
Rembrandt, I do not understand what to do with this line. I searched for comment_text in index.php but can't find this line. I apologize if I sound like a noob. I have *some* experience but I really can't understand what to do with this code. Please advise.

Thank you.

Offline madnnes

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [Mod] bbcode Smileys
« Reply #127 on: November 09, 2011, 11:13:19 AM »
Hi guys,
I haved the same issue but when I deleted <!-- Smilie Mod --> and <!-- End Smilie Mod --> im style.css now it"s work perfect.
Thanks a lot for this MOD!!!

<!-- Smilie Mod -->
.smilie {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none; cursor:hand;
}
<!-- End Smilie Mod -->

Rembrandt

  • Guest
Re: [Mod] bbcode Smileys
« Reply #128 on: November 09, 2011, 03:18:34 PM »
the correct syntax in *.css:

/* Smilie Mod */
.smilie {
  
background-colortransparent;
  
background-repeatno-repeat;
  
bordernonecursor:hand;
}
/* End Smilie Mod */