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.
okay so i am trying to emulate the 'bulletin' function on myspace. i created a custom type of content called 'bulletin', i made a block that displays a link to 'post a bulletin'. then i am using views to make a list of the bulletins. i have the 'buddylist' module installed and im using it to limit the list of bulletins to just those posted by the friends of whatever user is viewing the list.
I'm a new drupal user, but not newer to cms and php.
I cannot understand how to put the stories I add under my "foo" menu:
- what path should I put when I create "foo" menu?
- when I create a new story, I select "foo" menu but I don't see any story under "foo"
I simply wants a list of stories grouped under foo menu, what's the reccomended way to do it?
I have Drupal 5.x, Views and OG installed and I want to make a custom group home page with views for OG 5.x.
The default one is the "river of news". I already found out that I must name my custom views for group home page (GPH) starting with "og_gph_" or at least containing "_gph_" to have it listed on the OG settings. But what ever I put in my custom views, it already falls on a "river of news" !
So, is there anything I am missing or is there any tips somewhere ?
hi...all day long, i got heavy problems getting views to run!
i copied the views-folder to my module-folder and after activating the modul in adminster the complete screen went blank!!!!
the only thing i can do is to remove the views-folder; and tadaaa everything works fine again....
Has anyone been able to get G2Image to work within TinyMCE running under Drupal 5?
TinyMCE is working fine, but no matter what I try, I'm unable to get G2Image to work - the icon is not appearing in the TinyMCE toolbar at all.
I've now spent the best part of two days trying to sort this, and I'm running out of hair to pull out! :-)
I feel really stupid for posting this, because I think I'm overlooking something really simple.
I'm trying to use views to build a block that will list all the taxonomies I've created for a single Category, then display that block in my sidebar as a way to allow people to access articles on my site based on subject matter.