Support Forums - Classified Ads Script Osclass
Unread
New Replies
Osclass Market
Download Osclass
Documentation
Home
Help
Search
Login
Register
List Seller Items - Doesnt work with custom permalinks
Support Forums - Classified Ads Script Osclass
Osclass plugin support
Free Osclass Plugins
List Seller Items - Doesnt work with custom permalinks
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
]
piter
104 posts
List Seller Items - Doesnt work with custom permalinks
«
on:
January 09, 2016, 09:00:54 PM »
Hi
List Seller Items plugin default url is
http://maindomain.com
/search/seller_post,1/iPage
(where 1=user ID)
/search/ segment of url is a part of permalink and it can be changed/customised via OSClass backend/permalinks scheme menu.
If /search/ part of permalink is edited to anything other than default (i.e. to /found/ or to any other value), seller all items link stops working (404) because it still points to default url with /search/ instead to rewriten permalink
http://maindomain.com/
found
/seller_post,1/iPage
.
Logged
MB Themes
Support team
17505 posts
Only quality matters
Download Osclass
Re: List Seller Items - Doesnt work with custom permalinks
«
Reply #1 on:
January 09, 2016, 09:16:32 PM »
@piter
You can change this in file:
/oc-content/plugins/list_seller_items/index.php
On line:
Code:
[Select]
$url = osc_base_url() . 'search/seller_post,' . osc_item_user_id() . '/iPage';
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
piter
104 posts
Re: List Seller Items - Doesnt work with custom permalinks
«
Reply #2 on:
January 09, 2016, 09:30:00 PM »
Thanks, it should not be hardcoded but its better than 404 :-).
Logged
MB Themes
Support team
17505 posts
Only quality matters
Download Osclass
Re: List Seller Items - Doesnt work with custom permalinks
«
Reply #3 on:
January 09, 2016, 10:30:57 PM »
@piter
In original plugin version there was no friendly url version and this is better than non-friendly
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
Print
Pages: [
1
]