I have to say this is one of the best themes I have seen yet. I'm in the process of starting a Green site, and this fits in Awesome!! (wish there were more out there) Thank you so much for your work!

Not sure if this is a bug, but I can not get it to let the user delete/edit his own post. There is no delete/edit button, and the permissions for the user are set to be able to delete and edit.

Unless I'm doing something wrong somewhere. (thats a good possibility)

Comments

bazzly’s picture

I should have stated this above. When I switch the theme to something else the end user is able to edit/delete, so thats what has me thinking it might be a bug.

peterx’s picture

Title: Not sure if this is a bug. » page.tpl.php is missing $tabs

You need a minor change to page.tpl.php as explained at http://d-theme.com/grassland.
<div id="content"><div class="post-frame">
becomes:
<div id="content"><?php if($tabs != '') { print $tabs; } ?> <div class="post-frame">

peterx’s picture

Tabs are also mentioned in http://drupal.org/node/366860

ipwa’s picture

This has been fixed in the new release, I just comitted so it should take up to 12 hours for the new release to be avialable.

ipwa’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.