I created two profiles for TinyMCE for my website.
One profile for anonymous and authenticated users and one for two
groups I have called Family_Reader and Family_Writer
Am I correct in my assumption that authenticated user will always trump/win over the profile for my Family readers and writers?
Also, Is there a good schematic for determing which pages to use TinyMCE on. Right now I have it
turned on for all pages(Using the Advance Theme) But I notice a lot of problems with ACIDFREE Albums.
I'm using the SpreadFirefox theme but when I view NewsAggregator I get the date at the top of the screen and then have to scroll down a ways to see the feeds. This same thing happens when I edit a post.
We want to offer a single registration to an event to our users, that also serves as a registration to our Drupal website. The idea is to have a single form like
- Name
- Email
- Affiliation and other optional fields
- Participant profile (dropdown menu to define the registration price: web-only, student, foundation member, business, other...)
Clicking OK would connect to a payment system to introduce the credit card details, etc. To be managed possibly with the eCommerce module.
Hi! I`m nearly finished my first own drupal template :) But one of the last thing is to make alternate node.tpl.php (i`m using phptemplate energine) for node, wich aren`t Story. Is it possible ? I must only delete from non-story Added by: (...) Date: .... and comment -so maybe it is possible to make " if (!$story): " or something like this, but I don`t know how.... Could someone help me?
I was wondering if anyone can give me a pointer as to how I go about displaying or not displaying some text based on whether or not a user has made a submission to their weblog. I have successfully used this snippit (http://drupal.org/node/20165) to display profile information as well as a listing of the last 3 blog entries but I will have some users that will not having any written blog.
I am developing a website for a sports club I am involved with (voluntary project for 160 kids ranging from 9 years old up to 17).
I have created a number of roles. For exampleTeam Captains can add match reports. Managers can add fixture information etc. The Club Secretary can add news items for the organisation etc.
I have done this by creating new nodes based on the "Story" node and renaming them etc.
As the main site administrator I can go in and change or modify or correct anyone else's content. However, it is too time consuming for me to do this.