110 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
162
views
Make array of variables with osclass custom category values
How can I make an array of variables generated using the values passed through a while loop ?
I am using osclass for a uni project and I find no way whatsoever to make a list os usable variables from ...
-1
votes
1
answer
41
views
More Than One H1 Tag Error on Osclass Website
I have a website MyMobPrice and I am using OsClass for my website. On each product page I am getting this error - More than One H1 Tag found.
Here are two H1 codes for desktop and mobile.
For desktop:
...
1
vote
1
answer
319
views
changing url in osclass
I want to change the url on osclass and replace the , with -
now url is like : 127.0.0.1/en/search/region,9354963/category,books-magazines and I want to convert url to 127.0.0.1/en/search/region-...
2
votes
0
answers
417
views
Display specific ads on first page Osclass
I'm fairly new to PHP (or programming for that matter) and I've been stuck on an issue for some time now (my logic fails at the moment, please don't judge, I'm learning)
I want to display only ...
0
votes
1
answer
338
views
Submit a Form to Custom Route in osclass
I am making an osclass plugin. I have added a page for my plugin in the admin section of the site. I have also created a route for my plugin.
What I would like to do is create a form on my plugin's ...
0
votes
1
answer
154
views
How to change user fields programmatically in Osclass?
I need to change user field "b_company" in Osclass. But can't find any information about how can i do that.
0
votes
1
answer
169
views
How to change search limit of three characters in osclass
I am using osclass version 3.8 with theme zara, in my website when i am searching for 4 characters like "neet" than it's showing perfect result but whenever i am trying to search word less than three ...
0
votes
1
answer
388
views
HTTP/HTTPS redirect problem with nginx and bitnamis dockerized osclass
I'm having a problem with a nginx configuration which I use as a reverse proxy for different containerized applications.
Basically Nginx is listening on port 80 and is redirecting every request to ...
0
votes
1
answer
264
views
How can I grab osclass theme HTML from plugin using JavaScript?
I have a variable called btn that I assign to a document.querySelector() function. I know the query selection is right because it grabs the element I want when I run it through the browser console. ...
0
votes
1
answer
306
views
How i can change text direction in Osclass script from ltr to rtl
I would like to move some elements in the publish form from right to left, already created and edited the rtl.css changing the all float from left to right, still some elements including the drop down ...
-1
votes
2
answers
5k
views
Long Sql Query optimization
I have a single sql query that takes down my whole server when there are many people logged in to the site.
i spent all day trying to find out how to fix it with tutorials for indexing but i still ...
0
votes
1
answer
395
views
JavaScript to change a multi level <select> into accordion
in my item post page, their is an for selecting main category and than after selecting it shows relevant sub category.
i want to change this in to a accordion. please help me how to change this. so ...
0
votes
1
answer
207
views
Issue with permalinks for non-latin characters in the URL
I am using osclass platform and i 'm trying to convert non-latin characters for categories slugs to latin but i can't make it work. This is what i 've done until now:
Inside the helper file hDefines....
1
vote
4
answers
1k
views
In osclass, how display cities only with ads?
How can I display regions and their cities only with ads? And why I can't see numbers of ads? I would like use jQuery but I don't know how.
<?php
$aRegions = Region::newInstance()-&...
0
votes
1
answer
165
views
currency default style on osclass
Hi guys i have a problem with the currency field!
When you are using one currency only you receive the default style! See image!
When you are using two or more currency's you receive a drop down ...