howto
How To: Show a node's OG associations?
OK...Following Ethan's comment and Moshe's reply about using this group to create a log/list of challenges and resolutions for Drupal implementations, here is a really simple one.
When displaying a node, how do I show the Organic Groups with which that node is associated, the way it's done on this site? I have OG installed on a couple of sites, but this feature doesn't seem to be provided out of the box. I'm guessing it's something that has been added to this GDO theme.
How to build a simple multi-contributor news site
Hi James!
(This post is a reply to a question on how to build a simple multi-contributor news site, but I felt better posting thiswriteup as a new node.)
I did something like the thing you ask for a few months ago, when doing some hands-on web stuff with Swedish journalist students.
It would take some time and effort to explain everything I did in detail, but you could try the following list and ask more questions if you get stuck.
Screencast: Vaddå CCK?
Jag är glad och stolt över att presentera min senaste screencast: Vaddå CCK?
Det är en introduktion till modulen Content Construction Kit, och riktar sig till dem som hört CCK nämnas men aldrig testat den själv.
Videon är uppdelad på två klipp på Youtube. Det första visar hur man installerar modulen och skapar nya fält till befintliga noder, och det andra visar ett exempel på hur man skapar nya innehållstyper.
Advanced Forum: Forum Topic List Customizations
Hi folks. I am working with Advanced Forum on Drupal 5.7, a really great module, BTW.
I've easily figured out how to adjust the advf-forum-list.tpl.php page to make "Topics" and "Posts" into clickable links to the topic list page
Now, on the topic list page, I'd like to make both the icon and "replies" link to their respective topic in advf-forum-topic-list.tpl.php
Custom NODE-X frontpage with views
Last week I started the challenge to upgrade my custom zen sub-theme from zen 5.x-0.7 to zen 5.x-1.0 which has taken a couple more hours effort than I had originally expected. The outcome so far however was worth the effort. Thanks JohnAlbin and contributors.
With the excellent documentation, I have decided to start and modify my frontpage from the traditional river of news to display NODE-X that wraps around BLOCK-X displayed on the right hand side of the content. Now I have hit a barrier and I need your input...
Drupal + Flex + Flare = Coolness
Hey, I've set up a data pipe from Drupal to Flex/Flare using jQuery. Its as easy as this:
-
IN DRUPAL TEMPLATE.PHP
function phptemplate_views_view_list_{viewname}($view, $nodes, $type) {
foreach ($nodes as $i => $nid) {
$node = node_load($nid->nid);
$output[]= json_encode($node);
}
return 'var videos=['.implode(',',$output).']';
} -
IN THE HTML-TEMPLATE
function getData(){
$.getScript("http://example.com/view", function(){
/*$(videos).each(function(i){
Howto: Creating user friendly mapping for non-drupal nerds
This howto will help you create a simple method for your clients to add locative information to a travelogue. I've been fiddling with a lot of options for doing this, including using feeds with gmap macros. Though gmap macro feeds have the advantage of offering specific marker types for the different feeds, I ended up using a method which does away with that feature, but gains tremendously in useability, due to the fact that the writer doesn't need to know the exact feed syntax and gmap macro syntax to make it work.
Exempel: webbplats för vetenskapsjournalister
Här är en beskrivning på hur Drupal används på http://vetenskapsjournalistik.org - webbplatsen för Svenska föreningen för vetenskapsjournalistik.
Guide: en webbplats för volleybollag
Här är en beskrivning över hur jag satte upp en webbplats för flera olika volleybollag. Webbplatsen används både för att hålla reda på matcher, för att hålla reda på vilka som är med och spelar, och för allmän diskussion. En viktig poäng med webbplatsen är en kalender som visar kommande händelser.
HipHop Music Community
Hi there. Im new here
and i have some questions. I'm trying to make a hiphop music community with drupal. Drupal seems very usefull script...Btw sorry for my english it's not my native language...
Anyway back to the problem... i'm trying to make community only for hiphop artists in my country...
I need
Ability to upload files (music, video, lyrics, images) - Abbility to group these file into albums, galleries.
I want every group to have it's own page with statistics, fans, comments, events, image galleries, abums, songs and lyrics. The groups have to have blogs and news sections.




