View Full Version : Threadmin Admin Tools
CyberRanger
04-03-2007, 10:00 PM
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
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
Sounds good, I will give it a go, im using the one that requires file edits.Remember, you still need the original Threadmins mod (https://vborg.vbsupport.ru/showthread.php?t=117483). 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
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
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
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
I get the blank page too. Let's try to change line 192 in threadmin_admin.php from eval('print_output("' . fetch_template('tdm_summary') . '");'); to new oneeval('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
Let's try to change line 192 in threadmin_admin.php from eval('print_output("' . fetch_template('tdm_summary') . '");'); to new oneeval('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.
$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"> </td>
</tr>
</thead>
<tbody>
$tdmoptions
</tbody>
</table>
$footer
</body>
</html>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.