 | [Solved] Locked topics? |  |
Posted: 04/27/2007 7:44 AM |
|
|
|
|
|
| Sparrow |
| Posts |
11 |
| Word Cnt. |
291 |
| BDay |
N/A |
| Sign |
N/A |
| Sex |
 |
|
|
|
Joined: Apr 24, 2007
Local time: 2:30 AM
|

|
|
|
|
 |
| This has been going on for a while, now... For some reason, whenever there is a topic locked, both the New Topic and Reply buttons say locked. I've looked at other forums using subSilver and just the reply says locked. Is this normal and can it be fixed? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Locked topics? |  |
Posted: 04/27/2007 1:12 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:30 AM
Location: St Pete, FL
|

|
|
|
|
 |
My guess is that there is a problem with the code in your viewtopic.php file. If you provide a text link to it for me, I would be happy to take a look at it for you. The code where this is assigned could look something like this:
| Code:
|
|
$post_img = ( $forum_topic_data['forum_status'] == FORUM_LOCKED ) ? $images['post_locked'] : $images['post_new'];
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Locked topics? |  |
Posted: 04/27/2007 1:58 PM |
|
|
|
|
|
| Sparrow |
| Posts |
11 |
| Word Cnt. |
291 |
| BDay |
N/A |
| Sign |
N/A |
| Sex |
 |
|
|
|
Joined: Apr 24, 2007
Local time: 2:30 AM
|

|
|
|
|
 |
| Ok, I think I uploaded it. It's in the .zip folder. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Locked topics? |  |
Posted: 04/27/2007 2:16 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:30 AM
Location: St Pete, FL
|

|
|
|
|
 |
The code in your viewtopic.php file appears to be correct. The only way I can see the behavior that you mentioned is if the Forum is Locked, which doesn't seem to be what you have done based on what you've posted. I really can't see any explanation for what you are witnessing...
Could you provide a text link to your viewtopic_body.tpl and template's css file? What template are you using???
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Locked topics? |  |
Posted: 04/27/2007 3:17 PM |
|
|
|
|
|
| Sparrow |
| Posts |
11 |
| Word Cnt. |
291 |
| BDay |
N/A |
| Sign |
N/A |
| Sex |
 |
|
|
|
Joined: Apr 24, 2007
Local time: 2:30 AM
|

|
|
|
|
 |
| I'm using subSilver. Here's the files you wanted. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Locked topics? |  |
Posted: 04/27/2007 3:36 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:30 AM
Location: St Pete, FL
|

|
|
|
|
 |
Nope, I don't see any problems in these files either. Can you provide a link to an example topic where this is happening on your forum???
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Locked topics? |  |
Posted: 04/27/2007 7:48 PM |
|
|
|
|
|
| Sparrow |
| Posts |
11 |
| Word Cnt. |
291 |
| BDay |
N/A |
| Sign |
N/A |
| Sex |
 |
|
|
|
Joined: Apr 24, 2007
Local time: 2:30 AM
|

|
|
|
|
 |
Ohh...... I'm terribly sorry... The reason they both said locked was because it was in a the SPAM thread, which I keep locked. I'm so sorry for wasting your time...  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Locked topics? |  |
Posted: 04/27/2007 10:06 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:30 AM
Location: St Pete, FL
|

|
|
|
|
 |
No problem. I'm just glad that we uncovered the logical explanation to the problem. It's all a learning process...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|