Support Forums - Classified Ads Script Osclass
Unread
New Replies
Osclass Market
Download Osclass
Documentation
Home
Help
Search
Login
Register
i need the function which get the current category link
Support Forums - Classified Ads Script Osclass
General osclass questions
General discussion
i need the function which get the current category link
Match all words
Match any words
Most relevant results first
Largest topics first
Smallest topics first
Most recent topics first
Oldest topics first
Advanced
Unread posts
New replies
My topics
My posts
Print
Pages: [
1
]
salahjoher
21 posts
i need the function which get the current category link
«
on:
May 05, 2024, 02:08:58 PM »
i need the function which get the current category link
Logged
MB Themes
Support team
17632 posts
Only quality matters
Download Osclass
Re: i need the function which get the current category link
«
Reply #1 on:
May 05, 2024, 02:59:43 PM »
osc_search_url, check docs for its usage
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
salahjoher
21 posts
Re: i need the function which get the current category link
«
Reply #2 on:
May 07, 2024, 08:54:32 AM »
Can you please help me with it? i only need to get the current category url to desplay it under the item description,
I know the place where the code should be
themes/sigma/item.php
But i couldnt find the suitable code...
Logged
MB Themes
Support team
17632 posts
Only quality matters
Download Osclass
Re: i need the function which get the current category link
«
Reply #3 on:
May 07, 2024, 09:41:58 AM »
https://docs.osclasspoint.com/change-locations-on-main-page-sidebar-from-cities-to-regions-states
https://docs.osclasspoint.com/hsearch-php
Code:
[Select]
<?php
echo
osc_search_url
(array(
'page'
=>
'search'
,
'sCategory'
=>
osc_item_category_id
()));
?>
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
Print
Pages: [
1
]