limit

Events happening in the community are now at Drupal community events on www.drupal.org.
rgdamalerio's picture

Limit on display

I recently installed service module in my drupal 7. I use api key authentication. when I try to display list of node in my client (browser,android,postman) i found out that the default limit is 20 rows. how to set this as unlimited or set this in query parameter?

Read more
tigreton's picture

Limite en la base de datos

Buenas,

tengo un cliente con un hosting que tiene un plan ilimitado de base de datos MySQL. El tema es que es, todas las bases de datos que tu quieras con 1GB de limite. Y la web en cuestión ya ha llegado a ese limite, y se bloquea con el accesslog y whatchdog enviando "Additional uncaught exception thrown while handling exception."

Read more
h7110y's picture

privatemsgモジュールでユーザー毎に送信できるメッセージ数を指定する方法について

はじめまして!

現在、大学生向けのコミュニティサイトを学生だけの手で構築しています。
その中で、サイト内メッセ―ジを導入したいと考えているのですが、ユーザー毎に送信可能なメッセージ数を制限したいと考えています。
GoogleやDrupal本家サイトでも探してみたところ、"Private Message Limits"モジュールを発見しましたが、どうやらこれは一定期間内に送信可能な
メッセージ数を指定できるモジュールで、ユーザー毎の指定や一定期間内に関わらずn通まで送信可能というような従量制のような運用はできないことがわかりました。

機能の詳細としては、申請があったユーザー(学生団体主催者やサークル代表など)のみに、n通までユーザーにメッセ―ジを送ることができるというものにしたいと考えています。
また、一旦送信可能メッセージ数がゼロになった場合、あるいは残り少なくなってきた場合には、改めて申請をもらうことで管理側が自由に送信数を付与できるようにしたいと考えています。

他に案を考えたところ、UserPointモジュール・Ruleモジュールと組み合わせて送信ごとにポイント数を減らす(or付加する)ことで、一定のポイント数に達した場合にメッセージを使用不可にする

Read more
anithegregorian's picture

Limit node creation based on user roles

Im trying to limit the creation of nodes by user roles for eg. Subscriber (can create only 2 nodes) while Contributors (can create upto 5 nodes) by using Rules for D7.

So far its turned out pretty good but only upto displaying a message before saving node content. Instead what I am rolling over my head is to decide what user is currently logged in (particularly his role) and how many nodes he has created, then matching that node count with a fixed number, if the condition evaluates to TRUE then deny any further node creation.

Read more
Subscribe with RSS Syndicate content