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
1
vote
1 answer

Display image to my osclass website

i have this function and it echos a banner of 250*250 banner. Now i want to display a image to this content. I cant figure out how i can display images. Can someone help this is my code if(!function_exists('aiclassy_draw_ad')) { function…
sanju were
  • 11
  • 5
1
vote
1 answer

Specific category url in osclass

I am using osclass3.1 in my site www.carsangrah.com. I have deleted all the categories except one (buy used car). I am able to get non user friendly url for this category i.e. http://www.carsangrah.com/index.php?page=search&sCategory=2. Please…
Swati
  • 23
  • 1
  • 7
1
vote
2 answers

Openshift MYSQL Cartige IP

My scalable osclass app need IP address of MYSQL.I try every thing to find out MYSQL IP but not get it. Following things i tried to find IP: rhc port-forward -a command but it show openshift IP address of HAPROXY and httpd not for…
gill
  • 83
  • 1
  • 9
1
vote
1 answer

mandrill integration with osclass 3.3.x

I try to setup mail server for my Osclass website.but it doesn't work . I try every port 25, 587 or 2525 for non encryption but it not work. Is there is any mandrill plugin available for Osclass? anyone who has already integrated mandrill and…
GiLL
  • 354
  • 1
  • 5
  • 15
1
vote
0 answers

OSClass - Item does not get added when using Chrome, but works in Firefox

Using OSclass322 and Chrome 29 Had this problem and could not resolve it so OK - reinstalled plain vanilla 322 version. Added no plugins/made no changes. Cannot add item using Chrome or internet Explorer - can add item using Firefox. Under Chrome -…
Chris Dav
  • 71
  • 1
  • 8
1
vote
1 answer

How can I get company accounts in osclass

My question is how can I get company accounts in osclass https://osclass.org
Ghaly Saqqal
  • 309
  • 4
  • 18
1
vote
1 answer

reCAPTCHA is not shown correctly?

I've enabled the reCAPTCHA in my osclass.org site. The image is not in the captcha. What's wrong in the code? I've test it with firebug - but I don't find an error. Could someone give me a hint? Thanks very much.
user1756209
  • 573
  • 10
  • 23
0
votes
1 answer

JavaScript in OSClass to show subcategory after parent is invalid in Firefox

I'm using OSClass to build a site which will be holding several classified ads. Unfortunately some scripts don't work well with Firefox/IE so I need to track those errors down. The script is supposed to be like this: You choose category for your…
MstrQKN
  • 836
  • 10
  • 28
0
votes
1 answer

need to add new field in osclass table

I am working on osclass project and am stuck on one problem from last week. I have modified oc_t_item table and added a new field called bool b_show_contactnumber. I have added the following code in ItemActions.php 'b_show_contactnumber' =>…
air
  • 6,136
  • 26
  • 93
  • 125
0
votes
0 answers

Make deactivated listings visible in Osclass

I have installed Osclass and I'm trying simply to show deactivated listings to public. The system behaves in such a way that it displays the activated advertisements correctly both to the admin and to the users - this is CORRECT. But in the case of…
0
votes
0 answers

Integrate Osclass with LDAP for User Authentication

Is there any LDAP plugin or a function to connect OsClass to an LDAP server for user authentication? Created a plugin settings page to enter LDAP Server Configuration details. Now i would like to use these configuration details to connect to LDAP…
shibin
  • 11
  • 1
  • 3
0
votes
0 answers

htaccess replace a character with another character

I'm using osclass and in the search url it's return commas in the url example : http://127.0.0.1/search/keyword,trt http://127.0.0.1/search/keyword,trt/category,photography I want to change the urls somthing like…
Bynd
  • 675
  • 1
  • 15
  • 40
0
votes
0 answers

i can't save uploaded image of my plugin in osclass

$avatar = Params::getParam('pAvatar'); if(Params::getParam('pAvatar') <> '') { $user = User::newInstance()->findByPrimaryKey($userId); if($user['s_profile_img'] <> '') { @unlink(osc_content_path() . 'uploads/user-images/' .…
0
votes
0 answers

osclass showing category instead of item title

I'm using osclass I create the Permalinks of Listing URL to be {CATEGORIES}/{ITEM_TITLE}{ITEM_ID} but my problem is the url now is displaying category/categoryid instead of returning category/item_titleid example: instead of displaying…
Bynd
  • 675
  • 1
  • 15
  • 40
0
votes
1 answer

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 page in the admin. The action attribute of this…
Harrison
  • 91
  • 6
1 2
3
10 11