Page 1 of 1

smilies :(

Posted: Wed Jun 08, 2005 4:50 pm
by Glo
Script URL: http://www.ladyhurricanes.net/mboard/mboard.php
Version of script: 1.2
Version of PHP: 4.3.11
Hosting company: echrisitianwebhosting
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try: I checked to see that my settings.php indicated unix. I checked that the textarea name (message) and parent.opener.document.form.message.value agree. I reuploaded the images folder making sure to use binary. Read the readme again.

Write your message below:
Smilies will not appear in mesages.

Posted: Wed Jun 08, 2005 6:24 pm
by Klemen
Hi,

Hmmm, not sure what is wrong. In your settings.php file try adding www. to the $settings['mboard_url'] value and see if that helps (reload MBoard before testing).

Regards

Smilies :(

Posted: Thu Jun 09, 2005 1:32 pm
by Glo
Nope. That did not fix it. Smilies are a nicety not a necessity. So I'll just eliminate that function of the board ... unless you have another idea.

I really do like your board for its simplicity. Anyone can use it with confidence. I have boards such as this phpBB are intimidating to many.

Hmm. Just a thought: I have your board installed on another site (same host) and smilies work there:

http://www.massreformedchurch.org/mboard/mboard.php

When I have the time, I'll compare the differences in the two installations.

I added an .htaccess entry on massreformedchurch.org to disable magicquotes -- could that be the difference?

Posted: Fri Jun 10, 2005 11:16 am
by Klemen
No, disabling magic quotes doesn't matter here.

Post your settings.php content here and I will have a look (change password to ****).

Regards

Smilies :( settings

Posted: Fri Jun 10, 2005 11:25 am
by Glo
<?php
// >>> SETUP YOUR MESSAGE BOARD <<< //
// Detailed information found in the readme file

// What type of server is your website on?
// 1 = UNIX (Linux), 2 = Windows, 3 = Machintos
$settings['system']=1;

// Password for admin area
$settings['apass']="xxxxxx";

// Website title
$settings['website_title']="Lady Hurricanes";

// Website URL
$settings['website_url']="http://www.ladyhurricanes.net/";

// Message board title
$settings['mboard_title']="Lady Hurricanes - Kicking it around";

// URL to folder where message board is installed
// DO NOT a trailing "/" !
$settings['mboard_url']="http://ladyhurricanes.net/mboard";

// Allow smileys? 1 = YES, 0 = NO
$settings['smileys']=1;

// Send you an e-mail when a new entry is added? 1 = YES, 0 = NO
$settings['notify']=1;

// Your e-mail. Only required if $settings['notify'] is set to 1.
$settings['admin_email']="lkraemer@optonline.net";

// Display IP number of members posting? 1 = YES, 0 = NO
$settings['display_IP']=1;

// Maximum number of posts displayed on the first page
$settings['maxposts']=50;

// Keep or delete old posts? 1 = KEEP, 0 = DELETE
$settings['keepoldmsg']=1;

// File exstention for message files
$settings['extension']="html";

/* Filter bad words? 1 = YES, 0 = NO */
$settings['filter']=1;

/* Filter language. Please refer to readme for info on how to add more bad words
to the list! */
$settings['filter_lang']="en";

// >>> DO NOT EDIT BELOW <<< //
$settings['verzija']="1.2";
?>

Posted: Fri Jun 10, 2005 1:26 pm
by Klemen
Try changing

$settings['mboard_url']="http://ladyhurricanes.net/mboard";

to:

$settings['mboard_url']="http://www.ladyhurricanes.net/mboard";

Posted: Fri Jun 10, 2005 5:36 pm
by Glo
I tried; it makes no difference.

Posted: Fri Jun 10, 2005 5:37 pm
by Glo
Is there a way to do a clean install while keeping the messages intact.

Posted: Fri Jun 10, 2005 8:46 pm
by Klemen
You can do a clean install, just DON'T do this:

- delete msg folder or any files inside
- keep your EXISTING threads.txt and count.txt files, don't upload blank ones

I suggest you backup your mboard folder before installing fresh, just to be sure.

Regards

interesting thing is...

Posted: Tue Jun 14, 2005 1:17 pm
by Glo
One of my visitors successfully posted smilies:

http://www.ladyhurricanes.net/mboard/msg/92.html

strange but true

Posted: Tue Jun 14, 2005 1:24 pm
by Glo
And now, without any modifications to my code, settings or anything else, I , too, can post smilies:

http://www.ladyhurricanes.net/mboard/msg/95.html

:shock: :D

Posted: Sun Jul 24, 2005 2:17 am
by wkilc
Hello,

I think I figured out the logic of why it works sometimes:

viewtopic.php?p=1099#1099

~Wayne