vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Moderators Functions - Moderator Checkpoint System (https://vborg.vbsupport.ru/showthread.php?t=173609)

mme42 07-02-2009 02:34 AM

How hard would it be to hack this so that the color of unchecked posts could be changed per style? Any idea where to start?

Thanks :D

ShawneyJ 07-06-2009 08:46 AM

Quote:

Originally Posted by jaycob (Post 1839245)
database error trying to uninstall the product. wtf?? lol. cant uninstall this!

edit: ahhh there goes my site with it, FULL database error on the whole site, great :D


lol was cleaning up today by deleting products and forgot uninstalling this product does what i quoted :rolleyes: grrr

mme42 07-08-2009 02:02 PM

Quote:

Originally Posted by mme42 (Post 1841142)
How hard would it be to hack this so that the color of unchecked posts could be changed per style? Any idea where to start?

Thanks :D

Nevermind, I figured it out. :D You can just change the code a bit in the threadbit template to get the background color from a class instead of from the admincp options. And, to clarify, I'm talking about changing the background color for the thread title cell in the forumdisplay per style. Saying "unchecked posts" was kind of vague and inaccurate.

I can explain more if the coder is ok with it (it doesn't say the code is reusable) and anybody needs to do this. It seems he hasn't been around for a bit though.

xyzmary2001 08-05-2009 11:05 AM

I understand the mod is supported, but I see no support for the last... few months.

I installed the mod when I had vBulletin 3.7 and it worked. Now, with 3.8.2 just doesn't show anything and the "enabled/disabled" doesn't appear at all. Any suggestions, maybe a version for 3.8?...

Cybertims 08-05-2009 01:27 PM

Can "Active Checking" be turned on always by default??

RobbieZ 08-15-2009 04:12 PM

Quote:

Originally Posted by Cybertims (Post 1861877)
Can "Active Checking" be turned on always by default??

Unsure Cybertims. Every time I log in mine is always on disabled. May be a java cookie thing.

I can't seem to assign the system to usergroup 7 : moderators. i made their persmissions but they still dont see the menu button under login section.

m002.p 09-23-2009 11:17 PM

Anyone have an idea how I get the "Checked by admin at xxx" message that appears in the posts checked to display in the forumdisplay (threadbit template)?

I tried the variables $thread[checkedbyu] & $post[checkedbyu] and both do not work.

Anyone got a solution or idea for this?

passwords 10-01-2009 09:23 PM

hello
https://vborg.vbsupport.ru/attachmen...5&d=1206031782
cannot find that options in the groups permissions .
V 3.8.2

mme42 10-01-2009 09:40 PM

Quote:

Originally Posted by passwords (Post 1893451)
hello
https://vborg.vbsupport.ru/attachmen...5&d=1206031782
cannot find that options in the groups permissions .
V 3.8.2

It's not in usergroup permissions. It's in the individual moderator permissions for each moderator. So, you'll have to change the permissions for each moderator. But, once you do it the first time, then all you have to do is remember to set the permissions for future moderators when you first add them.

Go to AdminCP > Forums & Moderators > Show All Moderators then click "edit" for each moderator that you want to change. You should find those options towards the bottom of the permissions.

You can also do this from the "Forum Manager" dropdown for moderators. It brings up the same mod permissions screen.

passwords 10-01-2009 10:07 PM

grt but when im clicking on : Moderation Mode: Disabled ( link: index.php?do=modmode ) im geting: Internet Explorer cannot display the webpage ..:confused:

ShawneyJ 10-27-2009 12:14 PM

last post asking how to uninstall this damn thing 06 Jul 2009...

anyone wanting to install this think twice as you cant uninstall it.
the best you can do is disable grrrr.

alik4277 01-23-2010 12:41 PM

It`s possible to upgrade this Mod for vBulletin 4.0

Thanks

jet rex 06-20-2010 08:51 AM

Who know how to install it at
v.3.8.4?

korgkurzweil 08-18-2010 06:54 PM

working on me, 3.8.4

but the only thing is threads do not change color like this

https://vborg.vbsupport.ru/attachmen...2&d=1206031763

EDIT:

everything works when i apply to the default style, but in my other style won't work with the forumdisplay coloring...

EDIT:

it works everything now, this is what i do

In the original instructions (ThreadBit) :

Find:
PHP Code:

<td class="alt1" id="td_threadtitle_$thread[realthreadid]title="$thread[preview]"

Replace With:
PHP Code:

<td class="alt1" <if condition="$mcpcolor['forumdisplay']">style="background-color:$vboptions[mc_bgcolor_fd];" </if>id="td_threadtitle_$thread[realthreadid]title="$thread[preview]"


i changed to

PHP Code:

<td <if condition="$mcpcolor['forumdisplay']"style="background-color:$vboptions[mc_bgcolor_fd];" <else />class="alt1"</if>id="td_threadtitle_$thread[realthreadid]title="$thread[preview]"


Marv 08-26-2010 10:37 AM

Stuart, I would love to see this mod working in vb4 until...erm...XF comes out ;) Any chance ?

belowthebelt 09-15-2010 12:33 AM

Quote:

Originally Posted by Marv (Post 2089789)
Stuart, I would love to see this mod working in vb4 until...erm...XF comes out ;) Any chance ?

I would totally love to see this working with 4.x,
this is such an awesome modification, I am truly missing it on version 4.

I am going to try and install is and see what happens anyhow, I will post back here the details of the aftermath :D

-------------------------------------

No dice ! :(

ProFifaLeagues 09-15-2010 05:51 AM

Be a great addititon to Vbull 4 :)

Pladimir 01-04-2012 02:53 PM

Great addon, but i got the following error, when i want to enable or disable
the moderation mode in my forum:

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 311296 bytes) in /var/www/vhosts/.../httpdocs/includes/functions.php(2948) : eval()'d code on line 224

Can anyone help me?

Greez

Lynne 01-04-2012 05:52 PM

Quote:

Originally Posted by Pladimir (Post 2283778)
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 311296 bytes) in /var/www/vhosts/.../httpdocs/includes/functions.php(2948) : eval()'d code on line 224

That error indicates that your php doesn't have enough memory allocated to complete the operation. You can either increase your memory_limit setting in php.ini to xxM (something larger than what you currently have) or to temporarily up your limits edit your includes/config.php file and add this line right under the <?php line:

ini_set("memory_limit", "xxM");

(You can view your current memory_limit in Maintenance > View PHP Info . If it's 16M, try 32M. If it's 32M, try 64M. If it's 64M, try 92M or 128M, etc.)

Pladimir 01-06-2012 07:23 PM

Thanks for the answer. Ive tested the memory_limit value, actual its on 128M and the error ist still here. Should i change this value to a higher one?


All times are GMT. The time now is 04:39 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.01201 seconds
  • Memory Usage 1,775KB
  • 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_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (20)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