
My name is Jan Tomka and I've worked as a computer programmer for last ten years. I have recently become involved with Drupal website development.
My blog is mostly about Drupal, it includes various tips and hacks for Drupal developers. I hope you'll find my posts useful and am looking forward to your feedback.
For more information about me, please, have a look at the About Me page.
That is a really entertaining Blog that you've put up there. I registered to your Page's Rss and hope you post more stuff that are equally nice.
Cheers ..
is this wordpress ?
Hi Raf,
I have the same problem. I can't find the "Check a truth value" under the condition option. I am working on D7 with Rules 7.x-2.1 and Flag 7.x-2.0-beta6. Have you find out the problem?
Thanks in advance.
Love the design of your Site! :-)
really nice blog
Hello,I love reading through your blog, I wanted to leave a little comment to support you and wish you a good continuation. Wishing you the best of luck for all your blogging efforts.
Asking questions are in fact pleasant thing if you are not understanding something completely, however this post provides good understanding yet.
I do accept as true with all the ideas you've introduced on your post. They are really convincing and will certainly work. Nonetheless, the posts are very quick for beginners. May you please lengthen them a little from next time? Thank you for the post.
Its an remarkable piece of writing in support of all the internet visitors;
they will take benefit from it I am sure.
great article.
thnks
what timer are you using? mechanical, electronic or on the laptop. also do you use two timers to track the breaks and the 25m burst. thanks.
In the Drupal community, the term "core" means anything outside of the "sites" folder in a Drupal installation.[30] Drupal core is the stock element of Drupal. In its default configuration, a Drupal website's content can be contributed by either registered or anonymous users (at the discretion of the administrator) and is made accessible to web visitors by a variety of selectable criteria.<a href="http://www.certkey.com/VCP-510.html">VCP-510</a> Drupal core also includes a hierarchical taxonomy system, which allows content to be categorized or tagged with key words for easier access.[9
error :
return db_result(db_query("SELECT fid FROM {flag_content} WHERE fid = %d AND uid = %d AND sid = %d AND content_id = %d", $this->fid, $uid, $sid, $content_id));
please help me?
i use version flag 6.x-1.3 ,but it's not premision anonymous, it's ok,
but version 6.x-2.0-beta6, it's have premision anonymous , i already use session api , but error querry .....
Also make sure that you have selected anonymous users in the flag settings.
Are you saying anonymous users are unable to flag? If yes, install and enable session api module to allow anonymous users to flag http://drupal.org/project/session_api
anonymous don't use this module , please help me ?
Any idea how would you do the echo $page truth value in rules 7.2x? there's no truth value (substitute "execute custom php code"?) and no $page variable.
Besides that it still works perfectly.
Thanks
'Views flag refresh' module here http://drupal.org/project/views_flag_refresh came handy. It refreshes the block view whenever a flag action occurs.
Thank you for this tutorial. It has saved me a lot of time.
I have made a 'block' view to show the flagged products. Is there a way to refresh the block when the products are flagged or unflagged?
what would you put for creating a top level main menu parent item, would you include link_path or exclude it. If including it, what would the code be(just [ 'link_path'=> .$node>nid, ] )? And the plid would not be necessary, correct? I am not a coder, so I could use some help. Thank you so much for your post, it's huge help!
Hi Jan,
How would you implement an "Others also viewed these units" block on your real-estate site?
Regards,
Hans
Hi,
No easier way to achieve this ?
Thanks.
This is brilliant; very clever method. Thank you!
Installing the session API module did the trick perfectly for anonymous users- no need for any custom PHP :) Looking at the db table, it's just added another column to flag_table called 'sid', which runs alongside nid. Pretty clever.
Thanks man, this worked so well for me!
I've added the action of sending an email to that rule so I can keep track of what my students are doing! Great job!