View Full Version : Technical question
TheSorcerer
04-24-2010, 11:53 PM
I have seen that fields from "listings" table for version 1.6 are different by fields from "listings" version 2.2.
What about the other versions? Are the fields different?
2.2 <> 2.3 ?? (listing table)
2.2 <> Subrion ? (listing table)
2.3 <> Subrion ? (listing table)
I'm developing something for eSyndiCat...
Thanks.
Vasily B.
04-26-2010, 04:18 AM
Hi,
Listings table is really different in pro version and omega as we don't have a functionality in omega to create custom fields. Subrion's structure is more similar to 2.3 and 2.2.The difference between 2.3. and 2.2 is not that serious. Just few minor changes.
If you are developing something for eSyndiCat you can ask questions in our developers closed forums. Though it's available for some pro customers only :(
TheSorcerer
04-26-2010, 05:10 PM
Hi,
Listings table is really different in pro version and omega as we don't have a functionality in omega to create custom fields. Subrion's structure is more similar to 2.3 and 2.2.The difference between 2.3. and 2.2 is not that serious. Just few minor changes.
If you are developing something for eSyndiCat you can ask questions in our developers closed forums. Though it's available for some pro customers only :(
Hello Simon,
I do have a customer account. I bougth a license for "link-directory.ro" so that should not be a problem, I'm using this account just for the application.
I made a structure in my application where the fields name and sql queries are loaded from ini files, so the addaptation to any version will be a piece of cake.
Something like:
version 2.2:
[Category]
id=id
id_parent=parent_id
title=title
status=status
locked=locked
[frmSelCategories]
select=id, parent_id, title, status, locked
where=status = "active" ORDER BY id, parent_id
Great news about the "developers forum", that was exactly what I needed for future questions.
Thank you.
vBulletin® v3.7.0, Copyright ©2000-2013, Jelsoft Enterprises Ltd.