vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - Mark Threads As 'Solved' (https://vborg.vbsupport.ru/showthread.php?t=211020)

bigcurt 04-14-2009 09:20 PM

Does this not work at all, or did it just not work for him? Explain please :). Thanks.

g0dfather1984 04-14-2009 09:23 PM

I can not get it to work either.

Eric 04-15-2009 03:06 AM

It works. I have installed it on 3 different forums, and it works fine.

Doesn't seem to work for DjEddie though. I'm thinking possibly it's due to another mod he has installed.

Eric 04-15-2009 03:31 AM

Made some changes to the product XML - version number not changing.

Those having problems, please uninstall the mod completely - and try reinstalling. If the product won't uninstall:

Go to Manage Products -> Mark Threads As 'Solved' -> Edit -> Go

Edit the uninstall code, find and remove:

PHP Code:

// #######################################################################
$solvedthread_prefixsetdm =& datamanager_init('PrefixSet'$vbulletinERRTYPE_CP);

$solvedthread_prefixset $db->query_first("
    SELECT *
    FROM " 
TABLE_PREFIX "prefixset
    WHERE prefixsetid = 'solvedthread'
"
);

$solvedthread_prefixsetdm->set_existing($solvedthread_prefixset);
$solvedthread_prefixsetdm->delete();
unset(
$solvedthread_prefixsetdm);

if (!
function_exists('build_prefix_datastore'))
{
    require_once(
DIR '/includes/adminfunctions_prefix.php');
}

build_prefix_datastore();

// #######################################################################
$solvedthread_prefixdm =& datamanager_init('Prefix'$vbulletinERRTYPE_CP);

$solvedthread_prefix $db->query_first("
    SELECT *
    FROM " 
TABLE_PREFIX "prefix
    WHERE prefixid = 'solvedthread_solved'
"
);

$solvedthread_prefixdm->set_existing($solvedthread_prefix);
$solvedthread_prefixdm->delete();
unset(
$solvedthread_prefixdm);

build_prefix_datastore(); 

Save.

Then try to uninstall again.

mystikmedia 04-15-2009 06:08 AM

This may be outside of the scope of your mod, but would it be possible to add an image before or after the title of a thread instead of the "Solved" prefix?

Markos 04-15-2009 09:13 AM

it works fine for me is it necessary to update it secondv cos im having no probs with the other one

Nathan Brown 04-15-2009 11:37 AM

How exactly is this meant to work? I uploaded the files and the XML, made the template edits. I have the [SOLVED] prefixes, how am I meant to mark as solved? I see no tick box or otherwise. Am I meant to edit the thread and add the prefix manually?

AshMagic 04-15-2009 11:50 AM

Thanks that helped me to uninstall the product. Hopefully when I re upload the XML it will work.

AshMagic 04-15-2009 11:51 AM

Quote:

Originally Posted by Nathan Brown (Post 1791655)
How exactly is this meant to work? I uploaded the files and the XML, made the template edits. I have the [SOLVED] prefixes, how am I meant to mark as solved? I see no tick box or otherwise. Am I meant to edit the thread and add the prefix manually?

You need to click 'Thread Tools' to be able to mark the thread as solved. If the template edits were done correctly then there will be a icon saying 'Mark as solved'

Eric 04-15-2009 11:52 AM

Quote:

Originally Posted by Markos (Post 1791594)
it works fine for me is it necessary to update it secondv cos im having no probs with the other one

If it works for you, that's fine, no need to :)

Quote:

Originally Posted by Nathan Brown (Post 1791655)
How exactly is this meant to work? I uploaded the files and the XML, made the template edits. I have the [SOLVED] prefixes, how am I meant to mark as solved? I see no tick box or otherwise. Am I meant to edit the thread and add the prefix manually?

It uses the "Thread Tools" menu. You should see an option to solve/unsolve a thread. Be sure to edit usergroup permissions, thread prefix permissions, etc.

Quote:

Originally Posted by AshMagic (Post 1791660)
Thanks that helped me to uninstall the product. Hopefully when I re upload the XML it will work.

:up: here's to hoping it does :)


All times are GMT. The time now is 07:16 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.02665 seconds
  • Memory Usage 1,749KB
  • 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
  • (1)bbcode_php_printable
  • (4)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