*

njsb777

  • ***
  • 26 posts
I need to know which is the short code of the following urls
« on: April 27, 2017, 06:07:39 PM »
Hi. I need to know which is the short code php of the following urls:

1- favorites list (https://www.mydomain.com/favorite-lists/0/0/0/0/0).
2- comments on my ads (https://www.mydomain.com/bo_mgr-expired-ads).
3- My comments on other ads (https://www.mydomain.com/bo_mgr-comments-other-listings).

For example: I need it this way <? php echo osc_user_alerts_url (); ?>

Can somebody help me?
« Last Edit: April 27, 2017, 06:09:23 PM by njsb777 »

Marked as best answer by njsb777 on May 01, 2017, 10:40:21 AM
*

MB Themes

Re: I need to know which is the short code of the following urls
« Reply #1 on: April 28, 2017, 09:08:02 AM »
@njsb
1) osc_route_url('favorite-lists', array('list-id' => '0', 'current-update' => '0', 'notification-update' => '0', 'list-remove' => '0', 'iPage' => '0'))
2) osc_route_url('bo_mgr-expired-ads')
3) osc_route_url('bo_mgr-comments-other-listings')
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

njsb777

  • ***
  • 26 posts
Re: I need to know which is the short code of the following urls
« Reply #2 on: May 01, 2017, 10:41:21 AM »
Thank you