Early Bird Registration for DrupalCon Atlanta is now open! By registering during our Early Bird Registration window, you’ll save $100. This window ends on 19 January 2025 and will go by quickly, so don’t wait!
I think this would be really cool, and I don't know how to write it myself. It is almost like the "Most recent comments" block, instead I would like to have a "Most recently added image" block (or something along those lines) where the block shows the thumbnail of the newest image and links to it's node. If there is one already, please tell me; if you can help me to make one please tell me also. Thanks.
Hey I'm modifying the Upcoming Events block so that it only shows content from a select Taxonomy.
This is the original code
$result = db_query_range("SELECT n.nid, n.title, n.status, n.moderate, e.* FROM {node} n ". node_access_join_sql() ." INNER JOIN {event} e ON n.nid = e.nid WHERE n.type='event' AND ". node_access_where_sql() ." AND n.status = 1 AND e.start >= $time ORDER BY e.start",0,$limit);
I tried modifying by adding another JOIN to query the taxonomy table, but there is a flaw in my MYSQL.
I have seen my question asked numerous times in the forums, one way or the other, but never answered. Is there any way to remove the 'recent posts' link from the site navigation menu? Yes, you can disable the link in 4.5 and have it disappear, but when you type the URL 'yoursite/tracker', tracker is still accessible. I want the functionality of tracking individual posts on user to user basis withut being overwhelmed by every post available on a site. On active sites, such a link is simply useless--information overload. Also, I prefer Tracker to Workspace. Any suggestions?
i found a problem with forum.module that causes problems with postgresql (v7.4.1). basically the IF function appears in two sql statements with non-boolean arg types... pgsql v7.4.1 is strict about boolean type casting, so it fails to execute the full query.
is there a forum.module developer out there? if i can get a bit of help with the code semantics, i should be able to fix the problem.
Greetings, I was wonder if one of the already available modules (or maybe one in the works) would be able to show Post Count for registered users. Hopefully someone within the comment/node posted, if not even in the profile.
i need a settings page for syndicate with a form to limit the number of items for the rss feeds for each feed, with unlimited option. i'd like to feed the data into flash, sothis would be a great addition. this way, people could make many flash-based blocks to display the data without deeply writing a module each time.
any suggestions to patch the syndication module are also welcome for this issue. thanks guys!