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)
-   -   Cyb - Advanced Permissions Based on Post Count (https://vborg.vbsupport.ru/showthread.php?t=96523)

Valter 10-16-2005 07:58 PM

Quote:

Originally Posted by adielsh
When i go to add new forum i recived this:
Code:

Parse error: parse error, unexpected $ in /home/borecas/domains/mlf.co.il/public_html/forum/admincp/forum.php(113) : eval()'d code on line 6

To fix this please open plugin "Access Permissions Based on User's Post Count - Default" and change
Code:

$forum['reply_nb'] = 0
to
Code:

$forum['reply_nb'] = 0;
Then save plugin and problem is fixed.

This is now updated in attached APBOUPC1.2.xml.

Regards,
Cyb

adielsh 10-16-2005 11:33 PM

Quote:

Originally Posted by Cybernetec
To fix this please open plugin "Access Permissions Based on User's Post Count - Default" and change
Code:

$forum['reply_nb'] = 0
to
Code:

$forum['reply_nb'] = 0;
Then save plugin and problem is fixed.

This is now updated in attached APBOUPC1.2.xml.

Regards,
Cyb

Tank's
it's very good mod

Omranic 10-22-2005 03:20 AM

thanks
Installed succefully & works Good

But Need To know
Is this restrictions applied on moderators also ? super moderators ? co-admins ?
I tried it with Super Admin & found that no restriction & thats right

gsm4arab1 10-22-2005 03:45 AM

thankssssssssss good job

Valter 10-22-2005 10:52 AM

Quote:

Originally Posted by SolidSnake@GTI
thanks
Installed succefully & works Good

But Need To know
Is this restrictions applied on moderators also ? super moderators ? co-admins ?
I tried it with Super Admin & found that no restriction & thats right

These restrictions are applied to all usergroups except Administrators.

TunerChic.Com 10-22-2005 12:40 PM

Quote:

Originally Posted by Andreas
I don't wanna be an arse, but:
It is still possible to
  • Read the content by subscribing them
  • Reply to Threads (and thus also view the Content by using Quote)
  • Use Search and View parts of the Thread content there
  • View conteht through Content Syndication

Btw: There is a global Hook for the archive ;)

So ... was this fixed?

Valter 10-22-2005 02:54 PM

Quote:

Originally Posted by Andreas
I don't wanna be an arse, but:
It is still possible to

* Read the content by subscribing them
* Reply to Threads (and thus also view the Content by using Quote)
* Use Search and View parts of the Thread content there
* View conteht through Content Syndication

Quote:

Originally Posted by TunerChic.Com
So ... was this fixed?

*You can not subscribe to posts which you can not see.
*You can not reply to threads which you can not see.
*You can view only parts of posts in search results (when searching for user's posts). I will see if I can do something here. Not sure how to fix this... I can make that user can not search other user's posts if his post count is less than xx (I can put this in options). I don't know how to make that posts are not shown in search results if posted in not accessible forum.

Omranic 10-24-2005 03:49 PM

Quote:

Originally Posted by Cybernetec
These restrictions are applied to all usergroups except Administrators.

thanks
Its all right

gsm4arab1 10-25-2005 01:06 AM

Great post .. thanks MR.Cybernetec

webspider 10-25-2005 04:47 PM

Installed! One thing I'd like to see added is:
Minimum Post Count To Download Attachments In This Forum

grumpskeez 10-25-2005 09:01 PM

Would there be an easy modification to this to make the post count SINCE a certain date or is that already in there and im just missing it.??

ibetthis 11-01-2005 09:11 PM

Error:
Fatal error: Field credits is not defined in $validfields in class vb_datamanager_user in /includes/class_dm.php on line 485

This happned when I tried modifying a user's profile and assign him to an additional usergroup. Can you pls. provide a fix.

Thanks.

Valter 11-02-2005 09:43 AM

Quote:

Originally Posted by ibetthis
Error:
Fatal error: Field credits is not defined in $validfields in class vb_datamanager_user in /includes/class_dm.php on line 485

This happned when I tried modifying a user's profile and assign him to an additional usergroup. Can you pls. provide a fix.

Thanks.

Please check your other addons, this can not be Access Permissions Based on User's Post Count related problem.

bold 11-12-2005 02:47 AM

Thank you Cybernetec! Just what I needed.

apn3a 11-13-2005 06:27 AM

Very useful but i have the same problem. Any solution?

MarcusTangh 11-18-2005 05:06 PM

How do I get rid of this plugin? I updated to 3.5.1 and now it's messing up my forums. It keeps telling me that I can't edit any options in my forum because a bunch of fields don't exist anymore (accessf_nb and so forth)
I can't do it in the Plugins page, because that's messed up too, I'm assuming because of this plugin.

thanks.

Valter 11-20-2005 01:41 AM

v2.0 released today!

Read first post to see what's new.
Also check new screenshots.

It's recommended to upgrade to v2.0!

Ben5150 11-20-2005 02:03 AM

thanks again install :)

Omranic 11-20-2005 02:10 AM

uninstalled old version 1.2
installing new version 2.0
thanks

webspider 11-20-2005 02:22 AM

Any chance of adding
"Minimum Post Count To Download Attachments In This Forum"

MarcusTangh 11-20-2005 06:14 AM

Again, having troubles uninstalling in the first place, it's not in my plugins / products page.
Now what? :/

Valter 11-21-2005 07:04 AM

Quote:

Originally Posted by webspider
Any chance of adding
"Minimum Post Count To Download Attachments In This Forum"

Will look into it in next version.

Valter 11-21-2005 07:28 AM

Quote:

Originally Posted by MarcusTangh
How do I get rid of this plugin? I updated to 3.5.1 and now it's messing up my forums. It keeps telling me that I can't edit any options in my forum because a bunch of fields don't exist anymore (accessf_nb and so forth)
I can't do it in the Plugins page, because that's messed up too, I'm assuming because of this plugin.

thanks.

I don't know what it can be but plugin works perfect on my vB 3.5.1.

You can remove plugin columns from database by running following 4 queries:
Code:

ALTER TABLE forum
DROP accessf_nb

ALTER TABLE forum
DROP accesst_nb

ALTER TABLE forum
DROP create_nb

ALTER TABLE forum
DROP reply_nb


Valter 11-21-2005 07:30 AM

Quote:

Originally Posted by MarcusTangh
Again, having troubles uninstalling in the first place, it's not in my plugins / products page.
Now what? :/

Try to install again as product but check "Allow Overwrite" before clicking "Import".

Valter 11-21-2005 10:44 AM

Version 2.1 released
-Bug fixed - search problems

If you experience problems that your users (or you) can not get results on searching new posts please re-upload plugin (v2.1) and check "Allow Overwrite". You'll not loose any settings or data, it's 100% safe.

Please all take a minute to upgrade to 2.1.


Sorry for any inconveniences.

Cyb

MarcusTangh 11-21-2005 07:26 PM

Quote:

Originally Posted by Cybernetec
Try to install again as product but check "Allow Overwrite" before clicking "Import".

Ahhha, perffecct. Thanks muchly !

Milez 11-22-2005 06:29 PM

This seems safe, supported and useful. Props to the author. Installed.

prows 11-30-2005 04:34 PM

I was wandering if you could help me out. If i have a paid subscription group such as VIP. Will they need that post count to enter or not? Or if they will need is it possible to make it so tehy dont need it?

EDIT: Could someone help me and tell me what needs to be done in this line so i can have the donators group excluded as well.

Original:
($vbulletin->userinfo[usergroupid]!=6))

I done this (doesnt work :) )
($vbulletin->userinfo[usergroupid]!=6,25))

puertoblack2003 11-30-2005 05:51 PM

i like the hack but one problem once i set the rule of amount to post in the same thread there's no way to post anything unless the user post some where else can something be implented in which they can post something and once they get to that post amount then they can view it later something like the hide hack this hack will be great if you can use it that way. :ermm:

prows 11-30-2005 06:46 PM

Well this hack does that already. You can set 0 posts for user to view the forum and then set specific number of posts to view threads. So they could post new threads but wouldnt be able to see other threads in that section until they get certain amount of posts.

puertoblack2003 11-30-2005 07:05 PM

Quote:

Originally Posted by prows
Well this hack does that already. You can set 0 posts for user to view the forum and then set specific number of posts to view threads. So they could post new threads but wouldnt be able to see other threads in that section until they get certain amount of posts.


yea that is what i was thinking too, i'm testing it out to see which 1 work, will plus i don't want to discourage them to come to the site and i don't want leechers as well...lol i have to work something out... :ermm:

prows 11-30-2005 08:31 PM

Well i need a group added to be excempt from this but the mod has been made in a weird way.

Telegon80 11-30-2005 09:17 PM

excellent hack! perfect for my classifieds forum since we get tons of people who sign up to just sell stuff. thanks installed!!

Exernon 11-30-2005 11:16 PM

Got problem with the New post and Advance Search features since I installed this hack.

Valter 12-01-2005 12:45 AM

Quote:

Originally Posted by Exernon
Got problem with the New post and Advance Search features since I installed this hack.

Please check it again and be sure that there is no other hack or something which makes that problem. Also be sure you have installed latest version (2.1). There was problem with search function in 2.0 and is fixed in 2.1.

Download latest XML and import it with "Allow overwrite" checked.

chimaira 12-07-2005 05:33 PM

Very very handy... Thanks a bunch

DA KING 12-09-2005 02:17 PM

I've been looking for this. Thanks alot.

RaceJunkie 12-22-2005 08:01 PM

Anyone running this on 3.5.2? I really need something like this :squareeyed:

Smiry Kin's 12-23-2005 02:53 PM

Been looking for this so much!

thanks!

Cloud Strife 12-23-2005 03:37 PM

Minimum posts to download attachment would be great, could you add that?


All times are GMT. The time now is 11:58 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.01509 seconds
  • Memory Usage 1,823KB
  • 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
  • (6)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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