The latest version of the OG module has several contrib modules, two of which are og_book and og_forum. Both require patches to the core book and forum modules.
I am a bit lost on what to do after patching the files. Do I have to:
1.) Upload the patched core modules back to my drupal installation
2.) Install the og contrib modules (in this case, og_book and og_forum), including any sql files that may be needed?
3.) Enable the newly installed og contrib modules?
This is fine for pulling the node titles, but I want to pull the flexinode data associated with those posts OR I want to show the teasers of those nodes. The issue with Flexinodes is that I want to pull my custom teaser layout, which does NOT get populated into the teaser field in the node table. I can use if ($node->teaser) in the flexinode tpl.php file, but that doesn't actually populate the teaser field in the database.
I'm using the user_profile.tpl.php and I am trying to bring back the "Member For" field that was in the 'History' section. Does anyone know the snippet to bring this back?
I understand that you can set rules that will determine which emails or Usernames are allowed to create accounts but I was wondering if you could do the same for account roles. Is it possible to say that user1@example.com and user2@example.com become moderators automatically while all others do not? Or something of this nature...
So, I can make a node-flexinode-6.tpl.php file in my theme folder that will let me customize the way that flexinode writes the body field in the node table. Can I do the same for the teaser? How do I do it?
I am very new to web design. What I am needing is just three pages. I have the home page which basically states that this is a members only area, please log in. Once the person is logged in I would like them to be taken to another page which will give them two options, a link to a forum and a link to a page for them to download forms.
This is all that I need for this to work for me. I can't figure out how to make this work for me, can someone help me? Guidance will work as long as you don't use alot of technical terms as this is all new to me.