Quote:
Originally Posted by krustyx
So this version is not using the marksolved.gif ?
Is there any way to add link with this icon somewhere instead of using the "Thread Tools" ?
I've setup this thing to use it as SOLD and its working #1!
Thanks!
|
Correct, with the changes in vB4 the image is no longer necessary. If you'd like to add this to somewhere other than "Thread Tools", the HTML code you'd use is:
Code:
<vb:if condition="$show['solvedthread']">
<a href="solved.php?{vb:raw session.sessionurl}do=marksolved&t={vb:raw threadid}">{vb:rawphrase solvedthread_marksolved}</a>
<vb:else />
<vb:if condition="$show['solvedthread_unsolve']">
<a href="solved.php?{vb:raw session.sessionurl}do=markunsolved&t={vb:raw threadid}">{vb:rawphrase solvedthread_markunsolved}</a>
</vb:if>
</vb:if>
Quote:
Originally Posted by mhme
I want to permit a group of users to mark threads as solved. I have installed and follow configuration steps. but they can mark their own threads and not all threads.
How can I permit a group to mark all threads?!
|
The mod is not setup to allow "normal" users to mark any thread as solved, why would you even want that?
Quote:
Originally Posted by mikem164
Installed and marked! But........why does it "require" a member to Select a Prefix...or it will not allow the post?? It will give "Error, a prefix must be selected". Thanks and keep up the good work.
PS. I checked permissions and settings and I see nothing to allow post with no prefix. Thanks
|
It doesn't require members to select a prefix, you may want to re-check your prefix permissions and forum settings.