Firefox PHP

Easysmilies for Phorum 3.3.2c

Posted by JP 
JP
Re: Easysmilies for Phorum 3.3.2c
February 09, 2003 09:49AM
This is a PHP initialization problem.
In the php.ini file of your server, you should have a ligne which tells PHP where to look for inclusion. Something like :

include_path=".;C:\EasyPHP\php\pear\"

The dot tells PHP to look first in the current directory. If you have access to the php.ini file of your server, check this ligne.

If you have not access to the php.ini file, try to change :

In esf.php file the ligne :
include ("easysmiliesinc.php");
by :
include ("./easysmiliesinc.php");

In easysmilies.php file the ligne :
include ("estags.php");
by :
include ("./estags.php");

If it still don't work, then try to give absolutes pathes instead of relatives

Re: Easysmilies for Phorum 3.3.2c
February 09, 2003 11:17AM
i did exactly as you described and get

Warning: Failed opening './easysmiliesinc.php' for inclusion (include_path='') in /home/infinite/public_html/infinite/easysmilies/esf.php on line 2

i do not have access to php.ini :(

i will probably end up having to remove easysmilies :(
JP
Re: Easysmilies for Phorum 3.3.2c
February 09, 2003 12:45PM
Try by replacing :

In esf.php file the ligne :
include ("easysmiliesinc.php");
by :
include ("/home/infinite/public_html/infinite/easysmilies/easysmiliesinc.php");

In easysmilies.php file the ligne :
include ("estags.php");
by :
include ("/home/infinite/public_html/infinite/easysmilies/estags.php");

Re: Easysmilies for Phorum 3.3.2c
February 09, 2003 09:13PM
<I noticed I posted this in the wrong subject. I'm running 3.4.1 and did install the correct easysmilies for my version>

I'm getting the following errors when attempting to run easysmilies.php:

Notice: Undefined variable: Update in C:\Inetpub\wwwroot\Brothers\forum\easysmilies\easysmilies.php on line 66

Notice: Undefined offset: 14 in C:\Inetpub\wwwroot\Brothers\forum\easysmilies\easysmilies.php on line 328
(for offsets 14 through 61)

Notice: Undefined offset: 4 in C:\Inetpub\wwwroot\Brothers\forum\easysmilies\easysmilies.php on line 374
(for offsets 4 through 61)

I'm also getting the error in the drop-down boxes, but it states on line 339 and 385.

Any ideas?



Post Edited (02-09-03 23:23)

--
Natja.
French support
Jabber : Natja@jabber.org
JP
Re: Easysmilies for Phorum 3.3.2c
February 10, 2003 08:44AM
Sorry don't know what's wrong.

Re: Easysmilies for Phorum 3.3.2c
April 21, 2003 09:11AM
Hi,

Thank you for your job with smileys!

I install it without any error mesages, and I think that everyting is OK, but smileys still not working. You can see it at: [club.biberonbg.com]

Do you have any idea why it's not working?

Thank you in advance!

Please excuse me for my bad english.

Tonev



Post Edited (04-21-03 08:30)
JP
Re: Easysmilies for Phorum 3.3.2c
April 23, 2003 03:18PM
I have look at your site, and It seems to work well !
What is your problem ?

Anonymous User
Re: Easysmilies for Phorum 3.3.2c
April 25, 2003 05:08AM
Hi JP,

Before all, thank you for your job with smileys!

I´ve just installed easysmilies for phorum 3.4 on my web syte and it seem to be working. But i´m having one problem, bold and italic mark are working ok but when i insert an icon (smiley) after post the message when i read the message i can´t see the gif image, only the marks.

Could you help me!!!

My Phorum configuration is:

Phorum
Phorum/smileys
Phorum/easysmilies

So,

$PhorumDir="../";
$SmiliesDir="smileys";

Regards,

Jesus
JP
Re: Easysmilies for Phorum 3.3.2c
April 25, 2003 05:59AM
Hi,

Do you have activeted the smiley plug in from the admin screen ?

Anonymous User
Re: Easysmilies for Phorum 3.3.2c
April 25, 2003 06:00AM
Yes, i´ve done it.



Post Edited (04-25-03 06:29)
JP
Re: Easysmilies for Phorum 3.3.2c
April 26, 2003 05:17PM
Go to the admin screen and select smiley plugin "properties". You should see your configuration (smiley icons and their tags). If not, you have probably a path problem.

Anonymous User
Re: Easysmilies for Phorum 3.3.2c
April 28, 2003 05:03AM
Hi JP,

I can see my configuration (smiley icons and their tags), and the "smiley v0.1" plug-in is active.

Jesus
JP
Re: Easysmilies for Phorum 3.3.2c
April 29, 2003 03:06PM
The replacement of tags by icons is done by Phorum, not by Easysmilies.
It seems that in the last version of Phorum, the tag [ s ] [ /s ] is used for striking strings (?). If you use this tag, try to change it with something else like [:] [/:].
Let me know if this was the problem.

Anonymous User
Re: Easysmilies for Phorum 3.3.2c
May 06, 2003 08:39AM
I´ve changed the tags from to [:][/:] and continue whitout working.

Thanks

Regards,

Jesus
Anonymous User
Re: Easysmilies for Phorum 3.3.2c
May 07, 2003 01:15PM
Finally I´ve been able of put to work this MOD, but i´ve need to modify manually the phorum/admin/settings/smiley.php file to include the smilies I want to use.

So, easysmilies/easysmilies.php don´t seem to work.???

Jesus
Anonymous User
Re: Easysmilies for Phorum 3.3.2c
May 08, 2003 05:18AM
phorum/admin/settings/smiley.php

is the standard-smileys plugin. just use the plugin-admin to fill this file.

Anonymous User
Re: Easysmilies for Phorum 3.3.2c
May 09, 2003 08:20AM
This is what i´ve done, because, at lest for me, easysmilies don´t seem to be working very well.

Jesus



Post Edited (05-12-03 05:44)
Re: Easysmilies for Phorum 3.3.2c
May 12, 2003 04:57PM
Hi,

Re: Easysmilies for Phorum 3.3.2c
May 12, 2003 05:02PM
Hi,

I have problem with phorum 3.4.3 and easysmiles. I did everything like in readme.txt, but still don't have any new plugins in Adamin page.

Anonymous User
Re: Easysmilies for Phorum 3.3.2c
May 13, 2003 01:15PM
Hi slz,

smiley-plugin was kept from the earlier release (3.4.3), and have been active again on 3.4.3a.

See this note.

[www.phorum.org]

Jesus
Sorry, you do not have permission to post/reply in this forum.