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)

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 05:05 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.01182 seconds
  • Memory Usage 1,748KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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