Home
>
Outdated forums
>
Phorum 3 forums (READ ONLY)
>
Finished Mods and Plug-ins (READ ONLY)
>
Topic
>
Page 3
Easysmilies for Phorum 3.4
Posted by JP
Re: Icons for german users January 14, 2004 11:14AM |
Registered: 20 years ago Posts: 5 |
German Icons January 14, 2004 04:57PM |
Registered: 20 years ago Posts: 5 |
Download: [www.rauschwolf.de]
Re: Easysmilies for Phorum 3.4 January 15, 2004 04:09PM |
Registered: 22 years ago Posts: 57 |
Hi,
Sorry, I have been a little bit busy these days. Here is some answers :
> does it work for Phorum 3.4.6 ?
Yes, the form.php file has not changed from 3.4.5 to 3.4.6 ; and the form.php is the only file I have changed. Other files are added.
> Between, what is the code to add if I don't want to change completely the form.php ?
Look at the form.php file and search for "easysmilies" word. I have commented every modifications.
> But does it work on Phorum 5.0.2, anyone ?
No. Phorum 5 is totally different from Phorum 3.
Sorry, I have been a little bit busy these days. Here is some answers :
> does it work for Phorum 3.4.6 ?
Yes, the form.php file has not changed from 3.4.5 to 3.4.6 ; and the form.php is the only file I have changed. Other files are added.
> Between, what is the code to add if I don't want to change completely the form.php ?
Look at the form.php file and search for "easysmilies" word. I have commented every modifications.
> But does it work on Phorum 5.0.2, anyone ?
No. Phorum 5 is totally different from Phorum 3.
Re: Easysmilies for Phorum 3.4 January 25, 2004 05:34AM |
And if you can't write to the folder because it's out of reach (as it shoud be because it's recommended by phorum), do the following:
Upload settings/easysmilies.php to phorum/admin/smiliesettings/easysmilies.php
and then....
-----------------------------------------------------------------
1) Add the easysmilies_dir line to common.php. (change the value of $easysmilies_dir to the path where your phorum is).
$settings_dir='/home/sites/site150/phorum_settings';
$easysmilies_dir='/home/sites/site150/web/gcc/forum/admin/smiliesettings';
and ad a definition in rule 231 t/m 235 of common.php:
$PHORUM['settings_dir']=$settings_dir;
$PHORUM['easysmilies_dir']=$easysmilies_dir;
$PHORUM['include']='./include';
$PHORUM['group_cache']="$settings_dir/cache_user2group.php";
$PHORUM['moderator_cache']="$settings_dir/cache_moderators.php";
-----------------------------------------------------------------
2) Change the settings dir in include/esf.php:
<?PHP
include ($PHORUM['easysmilies_dir']."/easysmilies.php");
-----------------------------------------------------------------
3) Change the settings dir in plugin/easysmilies/plugin.php:
<?php
if ( !defined( "_COMMON_PHP" ) ) return;
if(!file_exists($PHORUM['easysmilies_dir']."/easysmilies.php")) return;
include($PHORUM['easysmilies_dir']."/easysmilies.php");
-----------------------------------------------------------------
4) Change the settings in plugin/easysmilies/admin.php;
<?PHP
if ( !defined( "_COMMON_PHP" ) ) return;
if($do!="props") return;
$ReplaceDir = $PHORUM['easysmilies_dir'];
That's it, I did this setting for Phorum 3.4.6 and it worked! :o)
Upload settings/easysmilies.php to phorum/admin/smiliesettings/easysmilies.php
and then....
-----------------------------------------------------------------
1) Add the easysmilies_dir line to common.php. (change the value of $easysmilies_dir to the path where your phorum is).
$settings_dir='/home/sites/site150/phorum_settings';
$easysmilies_dir='/home/sites/site150/web/gcc/forum/admin/smiliesettings';
and ad a definition in rule 231 t/m 235 of common.php:
$PHORUM['settings_dir']=$settings_dir;
$PHORUM['easysmilies_dir']=$easysmilies_dir;
$PHORUM['include']='./include';
$PHORUM['group_cache']="$settings_dir/cache_user2group.php";
$PHORUM['moderator_cache']="$settings_dir/cache_moderators.php";
-----------------------------------------------------------------
2) Change the settings dir in include/esf.php:
<?PHP
include ($PHORUM['easysmilies_dir']."/easysmilies.php");
-----------------------------------------------------------------
3) Change the settings dir in plugin/easysmilies/plugin.php:
<?php
if ( !defined( "_COMMON_PHP" ) ) return;
if(!file_exists($PHORUM['easysmilies_dir']."/easysmilies.php")) return;
include($PHORUM['easysmilies_dir']."/easysmilies.php");
-----------------------------------------------------------------
4) Change the settings in plugin/easysmilies/admin.php;
<?PHP
if ( !defined( "_COMMON_PHP" ) ) return;
if($do!="props") return;
$ReplaceDir = $PHORUM['easysmilies_dir'];
That's it, I did this setting for Phorum 3.4.6 and it worked! :o)
Re: Easysmilies for Phorum 3.4 January 25, 2004 08:36PM |
+
Re: Easysmilies for Phorum 3.4 January 26, 2004 07:44AM |
Re: Easysmilies for Phorum 3.4 January 26, 2004 04:20PM |
Registered: 22 years ago Posts: 57 |
Re: Easysmilies for Phorum 3.4 January 27, 2004 02:09AM |
Re: Easysmilies for Phorum 3.4 January 27, 2004 08:09AM |
Registered: 22 years ago Posts: 57 |
Re: Easysmilies for Phorum 3.4 January 31, 2004 09:38AM |
Dobbo
Re: Easysmilies for Phorum 3.4 March 03, 2004 12:01PM |
syskhann™
Re: Easysmilies for Phorum 3.4 March 08, 2004 12:07PM |
Re: Easysmilies for Phorum 3.4 March 08, 2004 06:28PM |
Registered: 22 years ago Posts: 57 |
Re: Easysmilies for Phorum 3.4 April 10, 2004 09:47PM |
BenDR
Code but no image April 15, 2004 09:15AM |
HI
I just see the code of the smilies, images are right on the form but I can't see them in the post.
Sorry to post this message I have noticed that someone asked the same thing, but the solution you gave didn't fixed my pb!
I have phorum 3.4.8.
Any advise would be appreciate,
Thanks
Ben
I just see the code of the smilies, images are right on the form but I can't see them in the post.
Sorry to post this message I have noticed that someone asked the same thing, but the solution you gave didn't fixed my pb!
I have phorum 3.4.8.
Any advise would be appreciate,
Thanks
Ben
Re: Code but no image April 15, 2004 05:26PM |
Registered: 22 years ago Posts: 57 |
Re: Easysmilies for Phorum 3.4 April 15, 2004 06:33PM |
Re: Easysmilies for Phorum 3.4 April 16, 2004 08:00AM |
Registered: 22 years ago Posts: 57 |
Re: Easysmilies for Phorum 3.4 April 16, 2004 11:26AM |
Re: Easysmilies for Phorum 3.4 April 18, 2004 11:04AM |
Registered: 22 years ago Posts: 57 |
Sorry, you do not have permission to post/reply in this forum.