Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi--I'm looking for a way to have a single flexinode type appear a certain way on the front page (say, with node title and a user-entered summary field) and a different way on the node's own page (show node title and main body text, hiding the summary). Can anyone point me in the right direction? I tried using the if $is_front logic in my node-flexinode-n.tpl.php file, but I don't think I did it right--I'm still a PHP beginner. Is that approach possible?
Any help would be great, I'm sort of in a bind here. Thanks!
I'm trying to setup my main page to only display the "blog" posts...I don't want forum, event, or page posting displayed on the main page. Is there a trick to do this?
I'm building a site where users will have user profiles and also buy things and thus have address books. I'm wondering, is there a way to share data between the profile and address book modules to avoid redundancy?
As I'm adding profile fields, I feel like I'm recreating something that already exists with the address book module.
In tinyMCE settings, I specified a CSS file to use in the tinyMCE editor window. As a result, all of my styles appear exactly as they should in the enabled rich text editor. That’s to say all styles EXCEPT for links.
1) allow users to have their individual forum i.e. each user , if she or he wants can
create a forum which others have to become member if they want and others can add that
to an individual list of "the forums they belong to"
2) this list to show up in the profile page - list of n number ith a link to show up full list
3) profile page to show up photos or icons of friends - n number with a link to show up full
I'm new here (hence my query), I hope you don't find me to be too newbish.
Here it goes:
I recently added TinyMCE to my newly installed drupal. All seems to be okay except for image borders.
I embed an image using the little picture icon in the advanced editor tool bar.
The image is there, size seems to be correct. I'm trying to add a 1px black solid border around the image. I made sure I did it correctly, using both 1 and 1px variants. I even tried to put in 50px to make sure I wasn't blind.