While testing on forum and advanced forum, I found that owner of the post still can see a local node edit tab.

I cannot find any settings to make it invisible

CommentFileSizeAuthor
Capture.JPG53.85 KBadrianmak

Comments

greywolfsspirit’s picture

that is under settings -> user management -> permissions

look for 'edit own' and if you don't want them to be able to edit their posts, you can uncheck that section for that user level.

adrianmak’s picture

I allow user to edit their own post but it should look similar as other standalone forum package, showing a 'edit' button instead.

michelle’s picture

Title: node edit tab still visible » Remove node edit tab
Category: support » feature

There isn't anything in AF to do this now so changing it to a feature request. Seems like a reasonable request but not something that would be a priority for me to write. Patches welcome. :)

Michelle

adrianmak’s picture

looking forward a patch on this.

By right now, I use css to hide the tab div

Drake’s picture

Hi

How did you disable thsi in CSS?
I mean there is not css class for edit tab just ul and li but this does not help to disable only this one special tab?

Greetings

michelle’s picture

Status: Active » Postponed

Postponing for 3.x / D7.

Michelle

Drake’s picture

Hi

I solved this.
I put this in page.tpl.pgp file

 if ($node->type != 'forum'):	 
   if ($tabs!="") { print $tabs;  } 
endif; 

The whole tab does not appear for in Forum node.

michelle’s picture

Status: Postponed » Closed (won't fix)

On further thought, I don't think AF should be messing with the task tabs like this.

Michelle

darshp270689’s picture

Project: Advanced Forum » RSVP
Component: Miscellaneous » Code
Category: feature » task
Priority: Normal » Major
Status: Closed (won't fix) » Active
Issue tags: +Edit tab for expired event..

i want to remove node edit tab for expired event.how can i do it?even authour who created thth event also can't see the edit tab.he can onlly see the view tab for event.i m not using event module.i m using date connecor module.