I found the newly added mecommerce.module http://drupal.org/project/mecommerce and I was intrigued. I have been tinkering with the idea of handing out affiliate blocks to site members rather than simply links. Those blocks would contain content much like google adsense, but of course, would have content from my site. So in essence, it allows each site owner to have a pseudo google adsense of their very own, only it's not google that get's credit but each respective site owner.
I am setting up a small football club site with drupal at the moment for the first time. The most important feature is forums. I know if phpBB which would be ideal but i don't want to make the users login twice.. once to comment on stories and once to post to the forum. so what are my options?
I'm quite new to Drupal and I'm trying to customize the look of the My Accounts page. At the moment it shows History..., Blogs..., Groups....,Friends...., Private Messages....., and Personal Information....
I'm building a widget hobby site where people sign up and list what widgets they have in their posession. I know there must be a dozen ways to accomplish what i'm after, but i'm looking for the best way.
Essentially, I need the following functionality:
1. Users sign up, add/edit their profile, and manage their inventory of widgets
2. Users and visitors can filter through the available widgets via a dropdown and display a list of what's available (including quantities) with a link to the owner's profile.
I've been searching through the forums, but can't really find a definite answer to this one...
Is there a way to modify the 'create content' page?
We are able to remove menu items, but these will still show up in the 'create content' page. (Unless I'm doing something wrong). Also, we can change the weight of the menu items, but this does not effect the ordering on the 'create content' page.
There is a thread in the forums, related to the image.module, where it is suggested that specific modules are altered rather than changing the node.module.
I tried putting the PHP directly into the user_profile that would grab the bio but.. it did'nt work so well.. anyone have a hit on which way to put the bio modules bio entry into a user_profile.tpl.php?