spyderlol
Forum Replies Created
-
Temporal Solution: Go to /wp-content/plugins/ultimate-member/core
Find archive um-user-post.php
Go to line 126 aprox and modify the fuction called add_tab
function add_tab( $tabs ){ $tabs['posts'] = array( 'name' => __('Posts','ultimatemember'), 'icon' => 'um-faicon-pencil', ); if ( get_current_user_id() == um_profile_id() ) { $tabs['comments'] = array( 'name' => __('Comments','ultimatemember'), 'icon' => 'um-faicon-comment', ); } return $tabs; }NOTE: Modify core archives is not recommended, futhermore each update you will lost changes.
Forum: Plugins
In reply to: [BadgeOS] Duplicate notifications when user send nominationsHey!
I found the trouble, sorry for wasting ur time…
I dont’t know why when i activated SEO plugin it duplicate a type of badge (general group), i deleted it manually at its works perfectly now.Im Sorry for that…
Forum: Plugins
In reply to: [BadgeOS] Duplicate notifications when user send nominationsclicked just once
Forum: Plugins
In reply to: [BadgeOS] Duplicate notifications when user send nominationsYes, exactly the same thing. I upload a test if you want to see it:
http://legsintheworld.com/test.PNG
Same tittle, same user, same content, same time date.
Furthermore I found the trouble, but i don’t know how to fix it. The bug only happens when a plugin called “SEO yoast” is activated. Its a really important plugin, I can’t disable it.