vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Threadmin Admin Tools (https://vborg.vbsupport.ru/showthread.php?t=144016)

CyberRanger 04-03-2007 10:00 PM

Threadmin Admin Tools
 
Threadmin_admin is NOT a stand-alone product. It can only be used if you have already installed threadmin: https://vborg.vbsupport.ru/showthread.php?t=117483

This add-on will provide a central place where you can view and delete thread permissions that were granted via threadmin.

INSTALLATION:

1. Upload the files located in the upload folder
2. Via the admincp -> Manage Products, import product-threadmin_admin.xml
3. Set usergroup permissions.

Done!

Once you've assigned threadmin permissions, pull up threadmin_admin.php to see the summary page.

rjmjr69 04-04-2007 09:10 PM

Thanks Nice I love it... This is very useful for sure

Suggestion:

Once you've assigned threadmin permissions, pull up threadmin_admin.php to see the summary page.

Have that be implemented as a link viewable by assigned usergroup permissions?

rjmjr69 04-04-2007 09:29 PM

Oh another thing Is there anyway to get at least the navbar on the results summary page?

CyberRanger 04-05-2007 01:11 AM

Quote:

Originally Posted by rjmjr69 (Post 1219983)
Oh another thing Is there anyway to get at least the navbar on the results summary page?

It should already be there?? Here's a screenshot from on of my sites (attached). What do you see?

rjmjr69 04-05-2007 01:45 AM

LOL I'm sorry a LINK to the results page...... On the navbar like maybe in the drop down quick links?

Shazz 04-05-2007 02:26 AM

Wow this looks cool :)

sensimilla 04-05-2007 05:40 AM

Sounds good, I will give it a go, im using the one that requires file edits.

CyberRanger 04-05-2007 10:56 AM

Quote:

Originally Posted by sensimilla (Post 1220174)
Sounds good, I will give it a go, im using the one that requires file edits.

Remember, you still need the original Threadmins mod. This is an ADD-ON to that.

SpadMan 08-29-2007 03:44 PM

Found the answer to my own question. Installed.

Noctavia 04-12-2008 12:23 PM

I installed both the mod and this add-on. The mod works great! But for some reason when I try to go to the threadmin_admin.php page, I get a blank white page. I've re-uploaded the files and double checked my permissions, but still no luck.

Any other ideas to try?

CyberRanger 04-12-2008 05:43 PM

Quote:

Originally Posted by Noctavia (Post 1488992)
I installed both the mod and this add-on. The mod works great! But for some reason when I try to go to the threadmin_admin.php page, I get a blank white page. I've re-uploaded the files and double checked my permissions, but still no luck.

Any other ideas to try?

Been a long time since I even looked at this mod. What's your vb version? I'll do a test on a like version.

Noctavia 04-13-2008 10:43 AM

vBulletin 3.6.9

Noctavia 04-18-2008 08:10 AM

Any luck with the test version? I've used this mod for a few people, and it would come in real handy for when I forget who I've given it to, which will happen knowing me lol.

Noctavia 06-13-2008 06:48 AM

vBulletin version 3.7.1, re-downloaded and re-installed the thread admins - still see a blank white page.

CyberRanger 06-13-2008 12:11 PM

Quote:

Originally Posted by Noctavia (Post 1548197)
vBulletin version 3.7.1, re-downloaded and re-installed the thread admins - still see a blank white page.

I'll take a look at this to see if I can make it go.

Ingress 08-01-2008 12:44 AM

Quote:

Originally Posted by CyberRanger (Post 1548348)
I'll take a look at this to see if I can make it go.

Hi there,

I have the same problem with 3.7.

Are there any news on this or are you just enjoying summer for the time being? ;-)

Ingress

ODiUM78 11-01-2008 10:23 AM

I get the blank page too. The page showed before i added a thread admin, stating there were no thread admins, but after i assigned a thread admin, the page loads blank.

I'm using vBulletin v3.6.10...

ahm3400 01-10-2009 03:17 PM

m too

qpo 09-01-2009 05:34 PM

Quote:

Originally Posted by ODiUM78 (Post 1657043)
I get the blank page too.

Let's try to change line 192 in threadmin_admin.php from
PHP Code:

eval('print_output("' fetch_template('tdm_summary') . '");'); 

to new one
PHP Code:

eval('print_output("' fetch_template('tdm_manage') . '");'); 

and upload this file in the upload folder of your website again. It's look like a small bug in file - wrong template name

WildSoftCat 09-02-2009 03:26 PM

3.8.1PL1 ok :)

BelMaseto 10-07-2009 12:00 AM

Installed on 3.6.8, but wrong results.

Result table isn't formated properly, header table title is the same as one individual thread (not the generic "Threadmin Management"), "Send" button appears here with no sense and "Delete Permissions" buton for each element does nothing.

I've reloaded all, no changes. It seems that for some reason the admin page is mixing code from Threadmin & Admin Tools...

What I'm doing wrong ?

ODiUM78 04-21-2010 10:58 PM

Quote:

Originally Posted by qpo (Post 1877894)
Let's try to change line 192 in threadmin_admin.php from
PHP Code:

eval('print_output("' fetch_template('tdm_summary') . '");'); 

to new one
PHP Code:

eval('print_output("' fetch_template('tdm_manage') . '");'); 

and upload this file in the upload folder of your website again. It's look like a small bug in file - wrong template name

Nice one qpo, thanks! Now I got it to work at least. It gave me the same as what BelMaseto describes above. It opens the template for editing the threadmin permissions of a single user but it's filling it with details of all threadmins, which looks a bit strange. So instead of applying your edit to the php file, I went ahead and created a new template, called tdm_summary, with the code posted below.. This gave me a result that looks more like the screenshot posted by the product author.

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
        $headinclude
        <script type="text/javascript" src="clientscript/rpg.js"></script>
        <title>$vbphrase[tdm_threadmin_management] - $vboptions[bbtitle]</title>
</head>
<body>
$header
$navbar

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
  <thead>
    <tr>
          <td class="thead" colspan="4" align="center">Threadmin Management</td>
    </tr>
    <tr>
          <td class="alt1" colspan="4" align="center">&nbsp;</td>
    </tr>
  </thead>
  <tbody>
          $tdmoptions
  </tbody>
</table>

$footer
</body>
</html>



All times are GMT. The time now is 06:35 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.01168 seconds
  • Memory Usage 1,769KB
  • 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_code_printable
  • (4)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (22)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete