vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Show Thread Enhancements - Resolved Threads (https://vborg.vbsupport.ru/showthread.php?t=71415)

ozmazdaclub 12-12-2004 09:35 PM

Also can the title change be different on different forum sections? I have a sell section and a website suggestion section and would like to use sold on the sell section and actioned/completed on the website suggestion section. Is this possible?

Dennis B 12-13-2004 11:02 PM

Live Wire,

I installed it and it worked just fine in my tests, but a member just reported that all members that replied in the specific thread can also see the "resolved" link.

Any clues?
Thx

Moncha 12-19-2004 01:05 AM

Anyone have an idea of why I would be getting this message upon redirect?

"Could not find phrase 'resolved_thread'."

It displays in a regular looking redirect message with the link for when you don't want to wait any longer. I've checked all of my set up and went back through all but can't see where that would be coming from.

dwh 01-07-2005 01:47 AM

CAVEAT, I didn't study the code, just glanced at it.

Although I like the idea and if you called it the Resolved / Sold hack, former for tech support type forums and the latter for classified ad type forums, it would get an even bigger audience.

I probably won't install it though because it seems like overkill and too much overhead to add fields to forum and thread. Personally I think the hack would be better if it just changed the title without creating a flag (field) for resolved in the thread table.

As for specifying which forum it belongs in, I believe if you use conditionals, you can achieve the same effect by hard coding which forums you want it to operate in rather than adding isresolved to the forum table.

j_86 01-08-2005 05:05 PM

This hack is VB 3.05 compatiable.

hotnuts21 03-24-2005 01:17 PM

Is it possible to move the thread to a specific forum, after its resolved?

We have a resolved forum! However we have a resolved forum for each section, so it would be good to be able to point which forum topics are moved to which resolved forums.

Thnx

The Realist 03-31-2005 02:08 PM

Can someone give some help in getting this to work with 3.0.7, and how to add a link to the thread tools dropdown so only admins, mods and the thread starter.

Laters

danrak 04-08-2005 02:53 PM

Hmm... I don't get it. I added it, and so far only the thread starter and a certain usergroup can see it. But I never added that usergroup to see the link.

I used the exact code in the instructions:
Code:

<if condition="$firstpostinfo[userid] == $bbuserinfo[userid]">
    $resolvedlink
    </if>

But the usergroup #8 can still see the link.

danrak 04-08-2005 02:58 PM

Quote:

Originally Posted by The Realist
Can someone give some help in getting this to work with 3.0.7, and how to add a link to the thread tools dropdown so only admins, mods and the thread starter.

Laters


add the following to where you want it. So if you want it under Add a Poll to this Thread search for that and add it under.
Code:

<if condition="$firstpostinfo[userid] == $bbuserinfo[userid] OR $bbuserinfo[usergroupid] == 6 OR $bbuserinfo[usergroupid] == 5 OR $bbuserinfo[usergroupid] == 7">
        <tr>
                <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/sortasc.gif" alt="Resolved" /> <a href="resolved.php?do=resolved&threadid=$threadid">Problem Resolved</a></td>
        </tr>
</if>


The Realist 04-08-2005 05:36 PM

When I click the resolve link (Im admin) I get the no permission screen?

Any ideas?

The Realist 04-08-2005 06:17 PM

Found it - Gota turn it on as its per forum in the options but........... when I do resolve the post I get this error:

Could not find phrase 'resolved_thread'.

Any ideas what it is?

The Realist 04-08-2005 07:19 PM

Im getting the same here M8

Quote:

Originally Posted by Moncha
Anyone have an idea of why I would be getting this message upon redirect?

"Could not find phrase 'resolved_thread'."

It displays in a regular looking redirect message with the link for when you don't want to wait any longer. I've checked all of my set up and went back through all but can't see where that would be coming from.


The Realist 04-09-2005 03:09 PM

Does anyone know how to install this for 2 options.

I need 2 links..

One saying [SOLVED]
And one saying [DEAD]

So I need to put an extra link in the dropdown for the [DEAD] but how?

Anyone.

lasto 04-09-2005 03:30 PM

the realist does this work on vb3.0.7 if so will install it as was a good hack.

as for that `Could not find phrase 'resolved_thread'` could`nt u just make a new phrase to cover it ??

The Realist 04-09-2005 03:37 PM

It works fine on 3.0.7 as thats what Im using. I did add a phrase called resolved_thread but it still said "Could not find phrase"

Laters

lasto 04-09-2005 06:40 PM

ok cheers the realist

JohnBee 04-27-2005 10:56 PM

how can i get this to work in the posbit template

JohnBee 05-01-2005 07:36 PM

This hack seems a little problematic.
I installed and uninstalled it several times accross two forums and the same
problems occur.

1) the viewing permissions to toggle the resolved feature is passed down to
whoever answers the thread,
2) The phrases don't seem to come up.

Can anyone say if this hack works properly?

and if so what did you do to correct it.

Kirk Y 07-21-2005 01:25 AM

Mine worked fine. Although I made a little edit, I didn't use the $resolvelink variable, I simply took the URL used in the resolve_link template and put if conditionals around it and stuck the link in the Thread Options drop-down box. This way, I let Administrators be the only ones who can mark a Thread, resolved. Per you Permissions problem, did you enable the ability to Resolve threads? It's a Forum by Forum permissions system, meaning you need to go into the AdminCP and enable it through the Forums and Moderators section. As for the Phrases not showing up... are you sure you made them correctly and that they're in the Global group. See attached image for example.

Question: Is there anyway to do a link that says, "Un-resolve Thread"?

yoyoyoyo 08-22-2005 11:00 PM

I was reading the install info and noticed that the "showthread.php" template makes mention of a template that doesn't exist:

Code:

// eval('$resolvedlink = "' . fetch_template('resolved_nolink') . '";');
and the install info makes no mention of creating a "resolved_nolink" template, unless I am misreading the code or the instructions.

Alphawolf83 11-16-2005 05:50 PM

*clicks install*

Nice hack :)

danrak 11-25-2005 08:32 PM

Any chance of getting this for vb3.5? Would be willing to donate for it.

cdoyle 12-31-2005 02:48 AM

was a 3.5 version ever developed?

We just upgraded, and this was one of the hacks we lost.

Logikos 12-31-2005 03:48 PM

I just moved to a new place and I'm waiting for the net to be turned on, but I think I can manage to do a 3.5 version for everyone :)

Beermonster 01-25-2006 12:29 PM

Could you port this to 3.5.x?

Arie 02-27-2006 10:06 PM

Has this been ported to 3.5x yet?

BigMac1111 04-16-2006 10:32 AM

Quote:

Originally Posted by Moncha
Anyone have an idea of why I would be getting this message upon redirect?

"Could not find phrase 'resolved_thread'."

It displays in a regular looking redirect message with the link for when you don't want to wait any longer. I've checked all of my set up and went back through all but can't see where that would be coming from.

You have to add new Front-end Redirect Message

Varname: resolved_thread
Text: You have resolved this thread successfully

JohnBee 05-03-2006 04:36 AM

Can you please bring this awesome hack to 3.5
Our community loved this simple but amazingly useful mod on our forums.

I hope the coder considers it, if not perhaps someone else with his or her permission could look into converting it :)

lasto 05-20-2006 11:47 PM

hope it gets updated - was a good little hack

Come on livewire we know u can do it :)

-=Sniper=- 05-21-2006 12:43 AM

I have already made one (after hours of work, livewire could have done it in less than an hour, hehe) for my forums, maybe livewire can have a look and let me release it?

includes usergroup and forum settings :)

JohnBee 05-21-2006 01:12 AM

WOW! - if not, I would pay you for it privately!
is that legal?!?


All times are GMT. The time now is 06:11 PM.

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.02003 seconds
  • Memory Usage 1,782KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (31)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