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

#1215 - Cannot add foreign key constraint

I am trying to migrate my osclass installation to another server. I have copied all files and created a new database. When trying to import my database from backup, I get "#1215 - Cannot add foreign key constraint". It shows that this bit is a…
AlexRns
  • 17
  • 3
1
vote
0 answers

user profile 2 new phone fields

Hi guys how do i add 2 new phone fields on the user profile page on Osclass? This is what i try already! I the database i add 2 new fields in the t_user s_phone_mobile2 s_phome_mobile3 oc-content/themes/ctg_housing/user-profile.php
Rhoda
  • 99
  • 9
1
vote
1 answer

Edit box autofill does not clear placeholder

Basic HTML PHP CSS. I have an edit box with a placeholder. In the case that I have edited the fields once before (like username and password), and the browser has cached them, and I return to the form again (e.g., the login page), both the…
spujia
  • 147
  • 1
  • 6
1
vote
0 answers

After change from HTTP to HTTPs, landing page works, rest not

I'm using OsClass for my website. When I've activated ssl certificate, my webside was down. I've updated my .htacess with code which I've got from my hosting RewriteEngine on RewriteCond %{HTTP:X-Forwarded-Proto} !=https RewriteRule ^.*$…
JZK
  • 557
  • 1
  • 6
  • 23
1
vote
0 answers

How to Auto Increment Multiple columns in OSClass table

I am able to insert value using this code $this->dao->insert( $this->getTableName(), array( "s_name" => $name, "e_type" =>$type, "b_required" => $required, "s_slug" => $slug, 's_options' =>…
Raj Kumar
  • 11
  • 2
1
vote
1 answer

Copy column content from one table to another mysql

I am trying to populate column s_phone_mobile from oc_t_user table to oc_t_item table in mysql database. I use the following query: INSERT INTO `oc_t_item` (s_phone_mobile) SELECT s_phone_mobile FROM oc_t_user; But I get the following…
Nancy
  • 504
  • 2
  • 6
  • 21
1
vote
0 answers

How to send SMS on osclass user registration

I am a beginner. I want to send a welcome SMS to a new user in osclass, adding the SMS API on each page. If anybody knows where is the "Registration email send" I can integrate it there. I have tried in utils.php but it's not working. My Script…
Prahallad
  • 11
  • 4
1
vote
1 answer

Osclass osc_item_contact_name() not working correctly

I am using Osclass v 3.5.3 and I am having trouble displaying seller's name (to display their name as a link to their public profile). The last thing I have tried is the following code:
Nancy
  • 504
  • 2
  • 6
  • 21
1
vote
2 answers

Osclass osc_user_phone () is not working

Recently i use this function to hide the last numbers of osc_user_phone() in Osclass 3.6.1 jQuery