Questions tagged [osclass]

Osclass is PHP based open source project that allows you to create and manage a classifieds site almost without any technical knowledge.

Features:

  • General ads or specialized through modules Easy classifieds
  • installation compatible with private/dedicated or shared hosting Lots
  • of customization options (languages, themes, plugins) Search engine
  • friendly: sitemap.xml generation, robots.txt, nice urls Integrated
  • search engine with full text support Unlimited number of categories
  • and sub-categories TYPO3, Drupal, Symfony, free site creator
152 questions
0
votes
1 answer

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
0 answers

How come my twig code does not render the template in my views file?

I am just learning twig. This is my code: render( 'front.twig.html', array( 'slogan' =>…
Jim Heil
  • 11
  • 1
0
votes
1 answer

Console error in google "Uncaught TypeError: Cannot read property 'style' of null"

I have put the option to add the PWA app from various buttons on my website, but the google console gives me the error "Uncaught TypeError: Cannot read property 'style' of null". My intention is that the PWA app can be installed from the menu, the…
siken
  • 11
  • 1
  • 3
0
votes
1 answer

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 characters as "iit" than it's showing no match.…
0
votes
1 answer

Slow OSClass based website issue since osclass.org is down?

I am using Osclass open source script for my classified ads website. Since OSClass.org is down and OSClass market is closed my website site oc-admin speed is very slow, sometime oc-admin takes more than 40 seconds to login. Similarly oc-admin…
Syed
  • 891
  • 2
  • 8
  • 29
0
votes
1 answer

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 https. On different subdomains I'll then proxy pass…
Stephan_Berlin
  • 113
  • 1
  • 8
0
votes
1 answer

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. Nonetheless, the assignment produces a null result.…
A. Eakins
  • 303
  • 1
  • 2
  • 14
0
votes
1 answer

How to change the search bar default (i.e. php programmer) in osclass bender theme?

I am having trouble changing the search bar default on osclass bender theme from the default (i.e. PHP programmer)
0
votes
1 answer

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 menus didn't change as shown in the site: here…
0
votes
1 answer

How to remove post date osclass

Have problem, it's simple but not for me) How to remove post date? I found what I need to delete in the theme file here is this piece of code /oc-content/themes/tuffclassified/item.php osc_item_pub_date() i delete it. The date was deleted but not…
0
votes
0 answers

When trying to create a Facebook app it triggers error message in the application domain

I'm trying to create a Facebook application for using the login with Facebook plugin for OSClass. I tried to add the domain in the following ways: https://www.example.com , http://www.example.com , www.example.com , all of them triggers the…
Pablo
  • 4,821
  • 12
  • 52
  • 82
0
votes
2 answers

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 can't understand how can i fix this query or if i…
AlexGr
  • 95
  • 1
  • 2
  • 8