vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - Mark Threads As "Solved" (https://vborg.vbsupport.ru/showthread.php?t=234935)

krustyx 09-10-2010 12:48 AM

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!

Eric 09-10-2010 10:30 PM

Quote:

Originally Posted by krustyx (Post 2096037)
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&amp;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&amp;t={vb:raw threadid}">{vb:rawphrase solvedthread_markunsolved}</a>
    </vb:if>
</vb:if>

Quote:

Originally Posted by mhme (Post 2094451)
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 (Post 2093966)
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.

SEW810 09-17-2010 03:37 AM

Quote:

Originally Posted by Yaung Sein (Post 2083149)
Not work on vb 4.0.6

I have modify the SHOWTHREAD tamplate but nothing is appear in thread tools.

Too bad, same here.
Waiting 4 an update!!!
Regards!!!

Eric 09-17-2010 06:07 AM

Just saying it doesn't work without providing details doesn't help diagnose the problem.

Anyway:

Check you made the template edits correctly, have set proper permissions in the usergroup manager, and have setup the prefix permissions.

blue7 09-22-2010 08:29 PM

hi dude, dont work with vb 4.0.7.

will you update this mod?

Eric 09-22-2010 10:17 PM

Quote:

Originally Posted by blue7 (Post 2101967)
hi dude, dont work with vb 4.0.7.

will you update this mod?

Quote:

Originally Posted by SecondV (Post 2099490)
Just saying it doesn't work without providing details doesn't help diagnose the problem.

Anyway:

Check you made the template edits correctly, have set proper permissions in the usergroup manager, and have setup the prefix permissions.

Like I said above ^

And besides, my 3.x license expired, the last vB4 version I have access to is 4.0.6, and do not have the $$ to upgrade the license.

blue7 09-23-2010 10:45 AM

u r right. work on SHOWTHREAD (vb 4.0.7)

i want this mod work in postbit_legacy

Not working ??
Code:

<vb:if condition="$show['solvedthread']">
Working but i changed ??
Code:

<a href="solved.php?{vb:raw session.sessionurl}do=marksolved&amp;t={vb:raw thread.threadid}">{vb:rawphrase solvedthread_marksolved}</a>

TilkiBey 09-24-2010 10:01 AM

tagged for future :thumbup:

Wajdan 10-01-2010 12:22 PM

This mod should be auto template. Tagged for future use.

porschinho 10-21-2010 08:14 AM

for me it doesn´t work on 4.0.7

i set the permissions, edited the template, but don´t see the threadoptions to mark as solved.


All times are GMT. The time now is 11:34 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01067 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete