I'm not sure how to install it. I uploaded the folder into my engines directory. Now what?
I'm actually trying to override the user profile layout. I followed the instructions on some other post on how to do it but nothing's happening. I created a template.php and a user_profile.tpl.php in my active themes directory.
I have installed different versions of drupal engins at different sites. The problem is, I dont remember the version of each installation when there is any error or bug.
Is there any link in the Admin interface that shows the version number of Drupal installation
This may be the wrong kind of question to ask here. If so, I apologize, but here goes:
I'm working on a module that I need to produce standard html lists. I'm modifying the book review module because it does something similar, so where it had, say, the ratings input form, I just switched in all the values for my options and it seemed to work okay.
It looks fine, but in the code, the select tags actually look like this:
option text
option text
option text
option text
option text
I tried to do this with moderation queue but found it to be too cumbersome for casual users. This is because the moderation queue relies on users to look into the submission queue then vote on the queued item. This works well for sites with "formalized" community moderator roles, but is a bit much to expect from casual site visitors. (i.e., I'm not trying to implement moderation -- just trying to promote popular items to the front page based on activity.)
Is there a module or code snippet that can accomplish this?