Let's say I create a new Flexinode. Let's call it Alpha. I want all my users to be able to create content using that node, so a create a menu link called "Create Alpha". But as users post content, I'd like them to be able to access it from one specific page where they would just see the teasers. If I were to create a menu link called "View Alphas", what would the path have to be?
I'm trying to put together a more user-oriented site where each authenticated user may add his/her content and have his/her "home" page, or area. For example, I really like how with Plone each user get's their own "folder" on the system, and they can add stuff to that folder and choose which object (page/folder/smart folder/etc) should be the default page someone sees when someone clicks on their folder. This essentially becomes their own personal home page, under which they can build whatever they like.
I'd like to create a custom user-list page that lists all users by username, along with a couple of other fields from their profile. I don't see anything similar in the PHP snippets. I made a start at it, and get a list of users. Now, how to add profile fields to that list?
I'm using the voting.module and I would like to add voting too all forum topics but i don't want to make my users cut and paste the code snippet that does this. Any one have any idea's on the best way to go about this. Maybe a Forum/Voting.module mash up or Phptemplate node.tpl.php Override?
for authenticated users without node administration permissions.
I gonna built a website for a group of friends of mine. We gonna make some sort of a stock fund. Every member will transfer a certain ammount of money each month on a special account. I want to make a system in wich we can administer the stock we bought. I want to make some kind of module which makes it possible to "add stock" in the create content menu. In that menu you can enter the ammount of stock you buy and the code wich is used on finance.yahoo.com. I want to use cronjobs and finance.yahoo.com to get the last trade. I am fairly new to drupal but i like how everything is built.