<div dir="ltr">its menu , not an block,<br><br><br>That is ......<br><br>After i enabled the custom menu module,<br><br>The custom menu comes to the navigation , <br><br>So i thing , the restriction must be given in side the code only.. is there any way for that..<br>
<br>below is my code...<br><br>in this code, we have to write the restriction...<br><br><br>once again i tell you my problem,,,<br><br>After i logout also..my menu displaying in the navigation...<br><br>function cShow_menu() {<br>
<br>if($user-&gt;uid){<br>//which retrive all content type from node table <br>$sql = &#39;select * from node_type &#39;;<br>$res = db_query($sql);<br><br>//array <br>$content[] =&quot;&quot;;<br>while ($row = db_fetch_array($res)) {<br>
<br>echo &quot;i want user id&quot;.$uid;<br><br>$ctype=$row[&#39;type&#39;];<br><br>//This is for creating the dynamic menu and sub menu<br>$content[] = array(<br>&#39;title&#39; =&gt; t(&#39;Contents&#39;),<br>&#39;path&#39; =&gt; &#39;node/cShow&#39;,<br>
&#39;callback&#39; =&gt; &#39;cShow_rootmenu&#39;,<br><br><br>);<br><br>$path =&nbsp; &#39;node/cShow/&#39;.$row[&#39;type&#39;] ;<br>$content[] = array(<br>&#39;title&#39; =&gt; t($row[&#39;name&#39;]),<br>&#39;path&#39; =&gt;&quot;$path&quot;,<br>
&#39;callback&#39; =&gt; &quot;cShow_common&quot;,<br><br>);<br><br>}<br>//End of while loop for dislay the sub menu<br><br>return $content;<br>}<br>}<br><br><div class="gmail_quote">On Thu, Aug 7, 2008 at 12:25 PM, Bill Fitzgerald <span dir="ltr">&lt;<a href="mailto:bill@funnymonkey.com">bill@funnymonkey.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hide the block displaying the menu based on user role. This is core<br>
functionality that you can use on any block.<br>
<br>
Navigate to admin/build/block and then click on the &quot;configure&quot; link.<br>
<div class="Ih2E3d"><br>
bharani kumar wrote:<br>
&gt; ok fine.. i started the cron. already..<br>
&gt;<br>
&gt; Thanks for information..<br>
&gt;<br>
&gt; Shall i ask you one more thing...<br>
&gt;<br>
&gt; I created the custom MENU which display the all records ..<br>
&gt;<br>
&gt;<br>
&gt; I want ot restrict the CUSTOM menu from anonymous user..<br>
&gt;<br>
&gt; I used the condition like<br>
&gt;<br>
&gt; if($user-&gt;uid){<br>
&gt; show menu<br>
&gt; }<br>
&gt;<br>
&gt; But this condition not meet my expectation..<br>
&gt;<br>
&gt; You any idea for this ??????<br>
&gt;<br>
&gt; thanks in advance<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Aug 7, 2008 at 12:05 PM, Shyamala Rajaram &lt;<a href="mailto:shyamala@netlinkindia.com">shyamala@netlinkindia.com</a><br>
&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;&gt; &nbsp;I forgot to mention:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Please revert php.ini back once the database population &nbsp;is complete.<br>
&gt;&gt;<br>
&gt;&gt; The time also depends on whether the database and webserver are on the same<br>
&gt;&gt; machine or not.<br>
&gt;&gt;<br>
&gt;&gt; Thanks<br>
&gt;&gt; Shyamala<br>
&gt;&gt;<br>
&gt;&gt; ----- Original Message -----<br>
</div><div class="Ih2E3d">&gt;&gt; *From:* bharani kumar &lt;<a href="mailto:bharanikumariyerphp@gmail.com">bharanikumariyerphp@gmail.com</a>&gt;<br>
&gt;&gt; *To:* <a href="mailto:support@drupal.org">support@drupal.org</a><br>
&gt;&gt; *Sent:* Thursday, August 07, 2008 10:28 AM<br>
&gt;&gt; *Subject:* Re: [support] CRON not run<br>
&gt;&gt;<br>
&gt;&gt; Ok fine, i will try,<br>
&gt;&gt; Thanks<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Aug 7, 2008 at 10:15 AM, Shyamala Rajaram &lt;<br>
&gt;&gt; <a href="mailto:shyamala@netlinkindia.com">shyamala@netlinkindia.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;Set php.ini execution_time=0.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The Cron should take approx 4hours.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Shyamala<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;----- Original Message -----<br>
</div><div class="Ih2E3d">&gt;&gt;&gt; *From:* bharani kumar &lt;<a href="mailto:bharanikumariyerphp@gmail.com">bharanikumariyerphp@gmail.com</a>&gt;<br>
&gt;&gt;&gt; *To:* <a href="mailto:support@drupal.org">support@drupal.org</a><br>
&gt;&gt;&gt; &nbsp; *Sent:* Thursday, August 07, 2008 9:54 AM<br>
&gt;&gt;&gt; *Subject:* Re: [support] CRON not run<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; It may take more than a day.. IS IT.. Ok am ready to run...<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Can u plz tell the for this much records ..how much execution_time , i<br>
&gt;&gt;&gt; have to set into the &nbsp;php.ini ....<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; presently i set as 3600 as execution time...<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Thu, Aug 7, 2008 at 9:29 AM, Shyamala Rajaram &lt;<br>
&gt;&gt;&gt; <a href="mailto:shyamala@netlinkindia.com">shyamala@netlinkindia.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &nbsp;just type <a href="http://www.mysite.com/cron.php" target="_blank">http://www.mysite.com/cron.php</a>, It may take soem time to<br>
&gt;&gt;&gt;&gt; index 30000 records, maybe more than a day.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Shyamala<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &nbsp; ----- Original Message -----<br>
</div><div class="Ih2E3d">&gt;&gt;&gt;&gt; *From:* bharani kumar &lt;<a href="mailto:bharanikumariyerphp@gmail.com">bharanikumariyerphp@gmail.com</a>&gt;<br>
&gt;&gt;&gt;&gt; *To:* <a href="mailto:support@drupal.org">support@drupal.org</a><br>
&gt;&gt;&gt;&gt; *Sent:* Wednesday, August 06, 2008 11:29 PM<br>
&gt;&gt;&gt;&gt; *Subject:* [support] CRON not run<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hi friends<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Tell me alternate way to RUN the CRON,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Approximetly am having around 30000 records,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; So manually running cron goes to failure state,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; so Tell the another way to run the CRON...<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; advance Thanks for great ideas<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; ------------------------------<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt; &nbsp;------------------------------<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt; &nbsp;------------------------------<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
</div><font color="#888888">--<br>
<br>
Bill Fitzgerald<br>
<a href="http://funnymonkey.com" target="_blank">http://funnymonkey.com</a><br>
FunnyMonkey -- Tools for Teachers<br>
ph. 503 897 7160<br>
</font><div><div></div><div class="Wj3C7c"><br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br></div>