Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Re:badword component dosent work.. (1 viewing) (1) Guest
TOPIC: Re:badword component dosent work..
#53562
Re:badword component dosent work.. 6 Months ago  
Did you find a solution to this? I'm having the exact same problem.
jarofvegemite (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#57803
Re:badword component dosent work.. 4 Months ago  
Did you fix this I'm having the same issue.
An Error Has Occurred! Unable to open config file to write!

Looking for a badwords component that works with the latest joomla and FB
techclan (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#57807
Re:badword component dosent work.. 4 Months ago  
I ended up using ReReplacer, it works perfectly. Never could get badwords2 to work properly.

extensions.joomla.org/component/option,c...nk_id,4336/Itemid,35
techclan (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#59553
Re:badword component dosent work.. 3 Months, 1 Week ago  
Hi guys,
I had this problem too, the one with
Code:

An Error Has Occurred! Unable to open config file to write!
huh finally after a few hours search, I found the solution, it is a require_once problem.

in file admin.badwords2.php at line 25 there is a
Code:

require_once('settings.badwords2.perm.php');

This file contains the variables regarding the config files for badwords, badregexp, etc.
in the functions
Code:

editBwRow(), saveBwRow(), showBwData(), removeBwData()
comment out the line
Code:

global $bw_file_badwords, $bw_file_admins, $bw_file_regexps;
, in each of this functions and add
Code:

require_once('settings.badwords2.perm.php');
.
This worked for me. Now I see the list of the badwords, I can Edit and Save.
attiato (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top