After upgrading to 4.01 on my test board, blog tab in the members profile is not anymore! It tried to fix it up changing Member Profile: Add Blog Tab plugin:
to
but still it's not working! any idea?
Edit: do I also need to create a new plugin as well? for inserting the tab code?
PHP Code:
'hook_location' => 'profile_left_last',
PHP Code:
'hook_location' => 'profile_tabs',
Edit: do I also need to create a new plugin as well? for inserting the tab code?
Comment