Author |
Topic  |
|
BogieMan
New Member

USA
88 Posts |
Posted - 29 January 2002 : 20:18:06
|
Did anyone ever fix that to where you could EDIT your own ads? I (thanks to some help) got it going with SQL and would like to see this made as good as it can be...
Anyone?
|
|
corkadmin
Junior Member
 
USA
113 Posts |
Posted - 31 January 2002 : 03:47:49
|
Hey,
Huwr is working on that....it is in one of my posts. He's looking into it and started last week I think.
CA
quote:
Did anyone ever fix that to where you could EDIT your own ads? I (thanks to some help) got it going with SQL and would like to see this made as good as it can be...
Anyone?
Sic Parvis Magnum - Small Things Have Great Beginnings |
 |
|
BogieMan
New Member

USA
88 Posts |
Posted - 31 January 2002 : 16:51:12
|
all right Huwr! and thanks for the reply corkadmin!
Huwr really does not get the kudos he deserves!
|
 |
|
corkadmin
Junior Member
 
USA
113 Posts |
Posted - 05 February 2002 : 00:43:39
|
Has anyone heard from Huwr about this mod?
CA
quote:
all right Huwr! and thanks for the reply corkadmin!
Huwr really does not get the kudos he deserves!
Sic Parvis Magnum - Small Things Have Great Beginnings |
 |
|
corkadmin
Junior Member
 
USA
113 Posts |
Posted - 10 February 2002 : 05:50:43
|
Huw are you out there?
quote:
Has anyone heard from Huwr about this mod?
CA
quote:
all right Huwr! and thanks for the reply corkadmin!
Huwr really does not get the kudos he deserves!
Sic Parvis Magnum - Small Things Have Great Beginnings
Sic Parvis Magnum - Small Things Have Great Beginnings |
 |
|
corkadmin
Junior Member
 
USA
113 Posts |
Posted - 16 February 2002 : 22:27:48
|
Has anyone had the chance to ping Huwr on whether he had the chance to look at this?
quote:
Has anyone heard from Huwr about this mod?
CA
quote:
all right Huwr! and thanks for the reply corkadmin!
Huwr really does not get the kudos he deserves!
Sic Parvis Magnum - Small Things Have Great Beginnings
Sic Parvis Magnum - Small Things Have Great Beginnings |
 |
|
corkadmin
Junior Member
 
USA
113 Posts |
Posted - 25 February 2002 : 06:16:42
|
bump
quote:
Has anyone had the chance to ping Huwr on whether he had the chance to look at this?
quote:
Has anyone heard from Huwr about this mod?
CA
quote:
all right Huwr! and thanks for the reply corkadmin!
Huwr really does not get the kudos he deserves!
Sic Parvis Magnum - Small Things Have Great Beginnings
Sic Parvis Magnum - Small Things Have Great Beginnings
Sic Parvis Magnum - Small Things Have Great Beginnings |
 |
|
BogieMan
New Member

USA
88 Posts |
Posted - 26 February 2002 : 13:21:29
|
I sent him an email, no response...His forums already do it...so he has done the code for his forum..not sure if it will work with 3.03 or not...I guess one way is to parse the files and and see..
|
 |
|
corkadmin
Junior Member
 
USA
113 Posts |
Posted - 27 February 2002 : 00:17:11
|
Well, I hope he does distribute it or at least give an example or a clue of what he did. He's a great developer, and I like his stuff. But as with all great developers, sometimes they can be hard to get a hold of because they are quite busy.
CA
quote:
I sent him an email, no response...His forums already do it...so he has done the code for his forum..not sure if it will work with 3.03 or not...I guess one way is to parse the files and and see..
Sic Parvis Magnum - Small Things Have Great Beginnings |
 |
|
suhern
Junior Member
 
186 Posts |
Posted - 27 February 2002 : 08:11:22
|
I managed to modified Huwr's great code to get it working in 3.3. You can download ithere
Just a note:
My table is ADS_CONTENT and not FORUM_ADS_CONTENT and as such in each of the file in the zip I have this statement:
strTablePrefix = ""
You will need to comment out this line if yours is FORUM_ADS_CONTENT
BTW it was easy to modify since it was nicely done by Huwr, I only did the following:
1. remove the domenu call 2. change strnavcolor to strforumcellcolor 3. added the red statement above (peculiar to me) 4. remove portal inc file
Have fun.
Edited by - suhern on 27 February 2002 08:13:10 |
 |
|
mesir
Starting Member
4 Posts |
Posted - 04 March 2002 : 04:45:46
|
Hi , I was create new snitz forum site but i didn't add classified mod and i receive this error.version 3.3.03 If you can help to me i will be happy Thank you very much Mesir
ng table(s)... CREATE TABLE ADS_CONTENT( ID int COUNTER NOT NULL , TOPIC_ID int NOT NULL , NAME varchar(75) NULL , EMAIL varchar(50) NOT NULL , DATE_POSTED text (20) NOT NULL , PRICE varchar(20) NULL , AD_TITLE varchar(100) NOT NULL , CONTENT memo NOT NULL , ADDRESS varchar(100) NULL , CITY varchar(50) NOT NULL , STATE varchar(20) NOT NULL , ZIP varchar(12) NULL , LINK varchar(100) NULL , IMAGE_URL varchar(75) NULL , ADDED_BY int NOT NULL ) -2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in CREATE TABLE statement.
|
 |
|
|
Topic  |
|