Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
ObjectClarity Discussbot & Permission problem.. (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: ObjectClarity Discussbot & Permission problem..
#36466
ObjectClarity Discussbot & Permission problem.. 11 Months, 1 Week ago  
Hi, I've installed the ObjectClarity Discussbot 1.0.3 in 2 sites and works perfectly. Yesterday I installed 1.0.4 version (fresh install) in a new website , Fireboard version is 1.0.4 also.

So the problem is that registered users posts with no problem at forum, but the discussbot's quick relply form, throws a Permission error... It is strange.

Why they have permissions to post at forum and not through the discussbot?

The discussbot is enabled, and the url of the site is *www.mammyland.com

Please any suggestions ??
poliscas (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#36474
Re:ObjectClarity Discussbot & Permission probl 11 Months, 1 Week ago  
I managed to register and try to post from the bot's QuickPost feature. It failed without a message at least not one that I noticed. I can't read any of it so I may have missed it.

Did you try the same test with the Debug Info enabled? Did that provide any insight?

-M
4umfreak (User)
Senior Boarder
Posts: 248
graphgraph
User Offline Click here to see the profile of this user
ObjectClarity.com
Logged Logged
 
Last Edit: 2007/12/30 04:30 By 4umfreak.
 
The administrator has disabled public write access.  
#36478
Re:ObjectClarity Discussbot & Permission probl 11 Months, 1 Week ago  
Tried another test that may have shed some light. I think my choice for a default in the permissions checking method may be wrong. If I were to send you an update, do you have a 'test' site where you could try it out?

Or would you prefer to simply edit a file and make a change for your own testing?

-M
4umfreak (User)
Senior Boarder
Posts: 248
graphgraph
User Offline Click here to see the profile of this user
ObjectClarity.com
Logged Logged
 
The administrator has disabled public write access.  
#36532
Re:ObjectClarity Discussbot & Permission problem.. 11 Months, 1 Week ago  
Thanks for your prompt reply!

I would prefer to just edit the file and make a testing.

Thanks!
poliscas (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#36581
Re:ObjectClarity Discussbot & Permission problem.. 11 Months, 1 Week ago  
Search for the following in "mambots/content/fbdiscussbot.php" and change the default to "0".

[code:1]
$topicLock = 1; // Default Locked
[/code:1]
Try setting that to zero and try posting again...

-M
4umfreak (User)
Senior Boarder
Posts: 248
graphgraph
User Offline Click here to see the profile of this user
ObjectClarity.com
Logged Logged
 
The administrator has disabled public write access.  
#36606
Re:ObjectClarity Discussbot & Permission problem.. 11 Months, 1 Week ago  
Noop, I 've just tried that and throws this error:

Invalid action...
poliscas (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#36614
Re:ObjectClarity Discussbot & Permission problem.. 11 Months, 1 Week ago  
It shouldn't...

Like so:
[code:1]
$topicLock = 0; // Default Unlocked
[/code:1]
4umfreak (User)
Senior Boarder
Posts: 248
graphgraph
User Offline Click here to see the profile of this user
ObjectClarity.com
Logged Logged
 
The administrator has disabled public write access.  
#36639
Re:ObjectClarity Discussbot & Permission probl 11 Months, 1 Week ago  
Posted a 1.0.5c version to include this default change and a backwards compatible (PHP versions prior to 5.1) htmlspecialchars_decode function.
4umfreak (User)
Senior Boarder
Posts: 248
graphgraph
User Offline Click here to see the profile of this user
ObjectClarity.com
Logged Logged
 
Last Edit: 2007/12/31 00:22 By 4umfreak.
 
The administrator has disabled public write access.  
Go to top