If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: Lithium_Grim
Forum Index » Profile for Lithium_Grim » Messages posted by Lithium_Grim
Author Message
Do you have smilies in the regular comments? Checked that smilies are on in the general settings?
Ok, found it myself.... In gb.class.php replace the line

$com['comments'] = nl2br($com['comments']);

with

$com['comments'] = ($this->db->VARS['smilies'] == 1) ? nl2br($this->db->emotion($com['comments'])) : nl2br($com['comments']);
Hi there,

I use the 2.4.3 and in every topic the smilies work. However it does not in the comments. Where and what do i need to change to get smilies in comments?

Thanx!!
Lol But aren't you afraid that they will adapt the bots to fill in smurphing (had a look at lazarus.. very kewl btw)?
Is it a realtime build jpg or one stored in a database?
Carbonize wrote:Yes your first mod is somethign I am adding to Lazarus for version 1.6 by request. The second is something I already have in Lazarus but I made Lazarus store both IP and Hostname.

great! I just finished work so that the human identification works with random words and not only armadillo. Just added a new table book_verify with an id and word field and than let it randomly pick a word that the user has to type. Maybe a good idea for you too?
I modified the guestbook so that messages containing the censor words are blocked. Offcourse you have to make a good list of censorwords, but it helps a lot! It checks the words in the url/email and message fields. I also added a banip option in the easy admin tab so that i don't need to copy paste the whole time. For this to work i also had to replace the host adress with the real ip from the spammer.
 
Forum Index » Profile for Lithium_Grim » Messages posted by Lithium_Grim
Go to:   
Based on the open source JForum