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!
Posting Still allowed in locked threads *SOLVED* (1 viewing) (1) Guest
Go to bottom Favoured: 1
TOPIC: Posting Still allowed in locked threads *SOLVED*
#25303
Posting Still allowed in locked threads *SOLVED* 1 Year, 1 Month ago  
On my forum i can lock the thread for and people still have the ability to post in that thread. I thought it was just my moderators, but any registered user can continue posting in a topic that i have locked... am i not locking it right? or what?
jayfive56 (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/10/03 13:51 By jayfive56.
 
The administrator has disabled public write access.  
#25391
Re:Posting Still allowed in locked threads 1 Year, 1 Month ago  
Hi,
how does you exactly lock the forum? What version of FB and Joomla! do you use?

Regards, Jan.
Sisko1990 (User)
FB Translation Team
Translation Coordinator
Moderator
Posts: 134
graphgraph
User Offline Click here to see the profile of this user
Gender: Male sisko1990 Zassenhaus Location: Germany: Minden Birthdate: 1988-11-01
Logged Logged
 
Jan Erik Zassenhaus - Fireboard Translation Coordinator and German translator. Spoken languages: German and English
 
The administrator has disabled public write access.  
#25438
Re:Posting Still allowed in locked threads 1 Year, 1 Month ago  
ok so far ive found it only lets you post with quick reply... but i have the latest version of fb 1.0.3 and joomla 1.0.13... but i post the topic and message... i sticky it and than hit the lock button.. done deal or so i thought.. here is the site...www.floridasportriding.com
jayfive56 (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#25493
Re:Posting Still allowed in locked threads 1 Year, 1 Month ago  
Hi,
that's right. The "Quick Reply" function can be used to avoid the lock function. I report that bug to one of our developer and maybe he can fix it in SVN (and so in the next release it should be fixed)

Regards, Jan.
Sisko1990 (User)
FB Translation Team
Translation Coordinator
Moderator
Posts: 134
graphgraph
User Offline Click here to see the profile of this user
Gender: Male sisko1990 Zassenhaus Location: Germany: Minden Birthdate: 1988-11-01
Logged Logged
 
Jan Erik Zassenhaus - Fireboard Translation Coordinator and German translator. Spoken languages: German and English
 
The administrator has disabled public write access.  
#25497
Re:Posting Still allowed in locked threads 1 Year, 1 Month ago  
Look into file com_fireboard/template/default/view.php
at line 471
if ($topicID)
modify it
if ($_lockTopicID)

It works fine.
viet4777 (User)
Senior Boarder
Posts: 291
graphgraph
User Offline Click here to see the profile of this user
Luyenkim.NET
Logged Logged
 
Luyenkim.Net
utf-8 Vietnamese language package will be complete in mid of Oct.
luyenkim.net/home9/index.php?option=com_...5&id=282#282
 
The administrator has disabled public write access.  
#25500
Re:Posting Still allowed in locked threads 1 Year, 1 Month ago  
Yes viet - thanks

I was seeking for that error now pretty a long time. And right when i caught it - you posted it too :-7

Now i commited to SVN - next release will get that right.

GR: MDi
Miro Dietiker (User)
Senior Boarder
Posts: 155
graphgraph
User Offline Click here to see the profile of this user
Gender: Male miro_dietiker MD Systems miro.dietiker@md-systems.ch Location: Zurich, Switzerland Birthdate: 1980-10-30
Logged Logged
 
Boarding with FIRE .-) -- Professional OpenSource developer
 
The administrator has disabled public write access.  
#25714
Re:Posting Still allowed in locked threads 1 Year, 1 Month ago  
As long as you're taking a look at the code, IMO the "New Thread" and "Reply" buttons should be disabled or at least changed to something else when the forum or thread is locked. It is counter-intuitive to click "New Thread" only to be told you can't post... or "reply" when you can't reply. Seems to me it would be better to just not have the option unless or until the forum or thread is unlocked.

That's my two cents, thanks for listening.

Pam
Pam1234 (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#25727
Re:Posting Still allowed in locked threads 1 Year, 1 Month ago  
Generally, that's the way it is intended like.
At least with reply & quickreply this will be so (and was not so due a tiny error in code)

Is "new topic" really shown somewhere when not possible? :O

See Ya!
Miro Dietiker (User)
Senior Boarder
Posts: 155
graphgraph
User Offline Click here to see the profile of this user
Gender: Male miro_dietiker MD Systems miro.dietiker@md-systems.ch Location: Zurich, Switzerland Birthdate: 1980-10-30
Logged Logged
 
Boarding with FIRE .-) -- Professional OpenSource developer
 
The administrator has disabled public write access.  
#25740
Re:Posting Still allowed in locked threads 1 Year, 1 Month ago  
Thanks for the reply, yes "New Topic" appears on locked forums on my site. It's a production site not ready for the public, if you need a link let me know and I'll send you a PM. Thanks,

Pam
Pam1234 (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#29484
Re:Posting Still allowed in locked threads *SOLVED* 1 Year ago  
I changed to "if ($_lockTopicID)" too.

But "Reply Topic" button still there

Help please
goldc0der (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top