![]() |
|
#21
|
||||
|
||||
|
ok...ty for that tip.
btw, changing links to gallery did not work for the gallery quick moderation deal...heh..just FYI |
|
#22
|
|||
|
|||
|
adv_gallery_images
is what you need to change it too.. |
|
#23
|
|||
|
|||
|
I use vb 3.6.7 and vb cmps 3 and I get an database error when attempting this hack.
Can this hack be done in my setup? |
|
#24
|
|||
|
|||
|
The instant I add the above code it breaks my entire site so I have to remove it ASAP. Maybe this solution has changed since vb 3.6?
Anyone know? |
|
#25
|
|||
|
|||
|
Fyi this is still working on 3.7rc1 / cmps 3 / vba links 2.
Add into the moderation.php file: PHP Code:
PHP Code:
|
|
#26
|
|||
|
|||
|
This is not working for VBA Links 3. The template edit is wrong. 3.0 no longer uses vba_links.php
|
|
#27
|
||||
|
||||
|
If you're running v3.0.0 then you should be able to use this for your link:
"$vboptions[vba_links_homeurl]/moderate.php$session[sessionurl_q]" |
|
#28
|
|||
|
|||
|
Didn't work for me, because the previous 'quoted' CODE above was for such OLD versions of both vB's CMPS & vBLinks Add-On.
However, I kept reading the thread and trying different things until I stumbled across the right stuff... So thought I'd post it here for anyone else interested in doing such. I'm still surprised this isn't a built into the Quick Moderation Module of vBa's CMPS by now. ![]() The Thread's original post, revised for versions: vBulletin (v3.8.6PL1), CMPS (3.2.2) & vBLinks (3.3.0) should read: First, open your /forum/modules/moderate.php FILE and look for: Code:
eval('$home["$mods[modid]"][\'content\'] = "' . fetch_template('adv_portal_moderation') . '";');
Code:
$links = $db->query_first("SELECT COUNT(*) AS count FROM " . TABLE_PREFIX . "adv_links WHERE valid = 0");
Code:
<div<if condition="$users[count]"> style="font-weight: bold"</if>><a href="$admincpdir/user.php?$session[sessionurl]do=moderate" target="_blank">$vbphrase[members]</a> ($users[count])</div> Code:
<div><a href="$vboptions[vba_links_homeurl]/moderate.php$session[sessionurl_q]" target="_blank">Links</a> ($links[count])</div> </td> <td class="thead" align="center">$links[count]</td></tr> <tr><td class="alt1" width="100%"> ![]() MODERATOR: Feel free to MOVE this post to a different forum if you feel it fits better there, I couldn't turn up this information in the v2 or v3 sections for vBa Links or CMPS. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Quick Moderation Module | Kirby | Feedback & Suggestions | 0 | 01-16-2008 03:48 AM |
| Adding Links Awaiting Moderation to vBa CMPS Quick Mod Module | adwade | Modifications (version 3.x & 2.x) | 2 | 09-21-2006 12:25 AM |
| Quick Moderation links have extra / | eclectica | Troubleshooting & Problems | 2 | 02-09-2006 04:08 PM |
| 'Active Users' links are 404. Also, 'Quick Moderation' not working. | Turboface | Troubleshooting / "How do I..." Questions | 2 | 11-28-2004 11:55 PM |
| quick moderation module not showing members awaiting moderation | Mont | Bugs & Other Issues | 6 | 08-05-2004 09:45 AM |