Recent Posts

Pages: [1] 2 3 ... 10
1
@katalin2k
Try to re-save permalink settings, "reactivate" url is pretty new and may be missing in your config.
When you resave, it should get updated.
I still can't see the activate button. I have the activation permalink but can't see it in frontend. Can you please help fix this?
LE: I found that the republish_link_raw function doesn't exist, that's why it doesn't work properly.

Quote
[20-Nov-2024 21:30:17 Europe/Bucharest] PHP Fatal error:  Uncaught Error: Call to undefined function republish_link_raw() in /home/hosting/public_html/oc-content/themes/zeta/user-items.php:139

Moreover that whole thing lacks a bit of logic because if you deactivate a listing it goes into pending approval instead of going into a separate page "Deactivated listings". Please come up with a fix for this because it's very important!

2
Feature request / Re: Redirect to previous page after login
« Last post by katalin2k on Yesterday at 03:28:57 PM »
That's not previous page already and it's not possible to provide this page to login controller as it's not http referrer.
It should be saved in a cookie or session because this is a must. Think about it, you click to add a listing, it redirects to login page and after you log in it redirects to account page instead of the page you originally went from.
3
Report bug / Re: Image resize bug / bad resolution
« Last post by katalin2k on Yesterday at 03:26:58 PM »
At least 1024x768px
For the images on listing page or for all 3 options?
4
Feature request / Re: Redirect to previous page after login
« Last post by MB Themes on Yesterday at 01:19:29 PM »
That's not previous page already and it's not possible to provide this page to login controller as it's not http referrer.
5
Report bug / Re: Image resize bug / bad resolution
« Last post by MB Themes on Yesterday at 01:18:40 PM »
At least 1024x768px
6
Feature request / Re: Add image upload to custom fields
« Last post by MB Themes on Yesterday at 01:16:04 PM »
Custom fields provides simple way to add extra meta-data to listing.
Brand logo is really not any of those.
You can create select box to choose brand logo and then custom integration to read image based on selected value.
7
@katalin2k
Try to re-save permalink settings, "reactivate" url is pretty new and may be missing in your config.
When you resave, it should get updated.
8
1) better to use nocaptcha recaptcha plugin. You can bypass it when nocaptcha is just added into form but there is no back check.
2) Category settings, expiration days
3) It is possible to let users to activate & deactivate items. Button may need to be added into user-items.php (see sigma theme as a reference)

Regarding #3, I checked the demo for sigma and when I click to deactivate it returns 404 so I was unable to see the activation button.
9
General discussion / Re: Report ad just for registered users
« Last post by katalin2k on November 19, 2024, 11:40:09 PM »
If you go to controller/item.php,
find:
Code: [Select]
      case 'mark':

and below add:
Code: [Select]
if(!osc_is_web_user_logged_in()) {
  return false;
}
Thanks!
10
Feature request / Re: Add image upload to custom fields
« Last post by katalin2k on November 19, 2024, 11:35:38 PM »
No plans for that, not suppose to be in custom fields.
Why not? Doesn't it seems logical enough like I said it?
Pages: [1] 2 3 ... 10