Review Rating Manager -define url

This topic contains 7 replies, has 2 voices, and was last updated by  Carin Handsun 7 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #412795

    Carin Handsun
    Expired Member
    Post count: 178

    Hi, GeoDirectory Review Rating Manager has the same url as a Buddypress Review Plugin I am using, I could not see a way to rename the url in the dashboard, can you help me out with a filter?

    #412848

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Carin,

    Can you explain a bit more what you mean, they have the same backend settings url?

    If you could provide wp-admin details in a private reply (only staff can see) and links to the problem i will help resolve it.

    Thanks,

    Stiofan

    #412850

    Carin Handsun
    Expired Member
    Post count: 178
    This reply has been marked as private.
    #412946

    Stiofan O’Connor
    Site Admin
    Post count: 22956
    This reply has been marked as private.
    #413149

    Carin Handsun
    Expired Member
    Post count: 178

    Now with the addon inactive, you can see the review left by a Member in Buddypress,https://www.screencast.com/t/1YVXmZJX

    I will activate the addon and you can see the difference,
    Here is the screenshot with the addon active, and the Palces post added in Buddypress Integration, https://www.screencast.com/t/NyN1QxuGEf

    https://www.screencast.com/t/xWmJAbHPnzA

    #413150

    Carin Handsun
    Expired Member
    Post count: 178

    I understand that is is a conflict with another plugin, User Reviews, I am hoping to resolve the conflict with your addon, as User Review is a free plugin.

    #413169

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Carin,

    I have added the below code snippet to your site to fix the issue:

    
    
    add_action('geodir_buddypress_nav_reviews','_my_bp_reviews_fix');
    function _my_bp_reviews_fix($parent_nav){
      $parent_nav['name'] = "GD Reviews";
      $parent_nav['slug'] = "gd-reviews";
      
      return $parent_nav;
    }
    
    add_action('geodir_buddypress_subnav_reviews','_my_bp_reviews_subnav_fix');
    function _my_bp_reviews_subnav_fix($sub_nav){
      
      if(!empty($sub_nav)){
    	foreach($sub_nav as $key => $val){
    	  if(isset($val['parent_slug'])){
    		$sub_nav[$key]['parent_slug'] = "gd-reviews";
    	  }
    	}
      }
     
      return $sub_nav;
    }

    Thanks,

    Stiofan

    #413188

    Carin Handsun
    Expired Member
    Post count: 178

    Perfect, that works, thank you!!

Viewing 8 posts - 1 through 8 (of 8 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount