vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - Support Forums (https://vborg.vbsupport.ru/showthread.php?t=129737)

harmor19 10-23-2006 01:46 PM

Quote:

Originally Posted by Snake
Thanks!

Do you go in every modification thread and say "Thanks"? I think it's getting old.

ShadowOne 10-23-2006 01:59 PM

Quote:

Originally Posted by harmor19
Do you go in every modification thread and say "Thanks"? I think it's getting old.


LOL..Hes Downloaded 3000 hacks... Look At His Posts... Search Results For The Word: Thanks!

2987 Posts By: Snake .... LOL :)

Adrian Schneider 10-23-2006 04:12 PM

Quote:

Originally Posted by ShadowOne
Will This Work On 3.5.4? If Not, Is There One I Can Use, Or One You Can Edit For Me? It Would Be Greatly Appreciated...

Remove the 'executionorder="x"' stuff from the XML and it should be OK.

Barteken 10-23-2006 06:43 PM

I saw once a hack like this but there you didn't had to give members the permission the open/close threads.
When someone replied to a problem the thread starter could select the person who solved the problem (this list was made based on who replied on the thread)
is there a way to modify it like this?
Grtz

Adrian Schneider 10-23-2006 06:45 PM

No I want to keep it simple...

cygy2k 10-23-2006 10:12 PM

One quick question, is there a way to have everybody see the listing of open and closed threads without them having permission to actually see the contents of one that isn't their own?

Adrian Schneider 10-23-2006 10:49 PM

Kind of unrelated code, but OK....

I don't have time to look at the specific permissions in the code, so I'll just use usergroups 5/6/7 (default staff groups).

UNTESTED...
In the 'Support Forum - Notices' plugin I supplied, add this to the bottom:
PHP Code:

if (
    !
is_member_of($vbulletin->userinfo567) and
    
in_array($thread['forumid'], $checkForums and
    
$vbulletin->userinfo['userid'] != $thread['postuserid']
)
{
    
print_no_permission();



Hornstar 10-24-2006 04:34 AM

Okay This is really good. this will be great for 2 of my forums as is.

So am I correct that you can set which forums or subforums you can apply this too?

also im wondering how I would modify this or if you could modify it so I can change a few things around for certain forums. eg. make it say 'open threads' and 'closed threads' As some forums I would like the open threads to always be at the top and I think you have done a great job at doing this.

thanks and hopefully I'll be able to change that name per forum.

Adrian Schneider 10-24-2006 04:52 AM

Go into your options and look for the new setting group... you can enable subforum checking as well as which forums to check.

That phrase is hardcoded into one of the plugins, it should stand out pretty easily because there isn't much code there...

Hornstar 10-24-2006 04:57 AM

cool however that would change the lot, what im after is both, so in a few forums I would have it say it like how you got it but in a few other forums I would change it to how I am wanting, I have a feeling that will change it overall.

also is this just a phrase I would edit to make it

Other Users - "This issue has been resolved! If you have a similar issue, please search the forums before creating a new thread." (link)


All times are GMT. The time now is 08:40 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.01335 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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