Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Snitz Classified Ads
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 7

rick7165
Senior Member

USA
1094 Posts

Posted - 27 January 2001 :  15:36:56  Show Profile  Visit rick7165's Homepage
How can we edit the ads?

Or is this feature not included at this time?

Rick

My Demo Site
www.eastpasco.com
Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 27 January 2001 :  15:39:00  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
No editing ads - - - yet.

Cheers,
Tim

http://www.free-guestbook.com
Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 27 January 2001 :  15:57:22  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
I did a few modifications also because I didn't want members being able to see actual "EMAIL" addresses and don't want to take away from people that might want that option.

What I did was actually for people that have the "Private Message" mod, the user can send a private message (with knowing the name already) and go from there.

Here is my mod to the classdetail.asp file:

<B>Contact Email:</B> <A HREF="privatesend.asp?method=Topic&mname=<%=getMemberName(rs("Added_By"))%>"><%=getMemberName(rs("Added_By"))%></a><br>

hope you like it. I'm also working on the subcategories but not sure when I'll get it done.

Thanks.

Cheers,
Tim

http://www.free-guestbook.com
Go to Top of Page

seven
Senior Member

USA
1037 Posts

Posted - 27 January 2001 :  16:52:02  Show Profile  Visit seven's Homepage
Mine still is not working on SQL 7. Does anyone have an edited classDetail.asp page I cna look at that will work with SQL?
Go to Top of Page

work mule
Senior Member

USA
1358 Posts

Posted - 27 January 2001 :  17:12:12  Show Profile
I haven't downloaded this mod so I don't really know anything about it. It sounds though you may want to look into using data shaping for this. I can't really explain it too well myself, I've just started using it.

Try these articles about data shaping and advanced data shaping.

Displaying Parent/Child Database Relationships through an ASP Page
http://www.4guysfromrolla.com/webtech/020800-1.shtml

Data Shaping
http://www.4guysfromrolla.com/webtech/092599-1.shtml

Advanced Data Shaping Techniques
http://www.4guysfromrolla.com/webtech/100699-2.shtml

At first it was a little strange, but it's worth the time to learn this technique!

Go to Top of Page

vortech
Starting Member

10 Posts

Posted - 30 January 2001 :  16:20:14  Show Profile
IS there a way to get this to work on SQL 2000 yet like a setup file for the tables. Have not been able to get it to work yet.

Thanks

Go to Top of Page

slemieux
Junior Member

USA
234 Posts

Posted - 30 January 2001 :  17:51:49  Show Profile
Aznknight! This is a great start! Been looking for a way to get rid of my cgi based class. Think it's possible to collaborate on this on work out some details. For instance I would like to change the display a bit and add quite a few additional features on top of what has already been discussed.

Right now I am using a version of e-classifieds. Love it but would like to make it easier to integrate and make changes. example - http://209.35.253.8/exchange/classifieds.cgi

May take a few months to get this there but would be worth it

Scott LeMieux
NDesigns.net
Go to Top of Page

Aznknight
Senior Member

USA
1373 Posts

Posted - 30 January 2001 :  21:23:18  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
quote:

Aznknight! This is a great start! Been looking for a way to get rid of my cgi based class. Think it's possible to collaborate on this on work out some details. For instance I would like to change the display a bit and add quite a few additional features on top of what has already been discussed.

Right now I am using a version of e-classifieds. Love it but would like to make it easier to integrate and make changes. example - http://209.35.253.8/exchange/classifieds.cgi

May take a few months to get this there but would be worth it

Scott LeMieux
NDesigns.net


Yeah, let's work together on this. We can make it into a full-featured classified app and all. I bet next version of this can be better than most of the class apps out there if we worked together on it.

You're right though, it might take months with the two of us busy as we already all.

The question now is how to go about collaborating on this side project?

- Alan
Go to Top of Page

KXS
New Member

Canada
66 Posts

Posted - 31 January 2001 :  04:58:32  Show Profile  Send KXS an ICQ Message
I wish I could help you guys get the classifieds mod pumped up, I'm actually very excited about this mod and the calendar mod of Alan's being maxed with features. These mod's are very useful, and will add great value to any portal.

I'm wondering if there is a groupware application that could help in sharing the development of these mods. I have seen something like this before, just can't remember where.

BTW, does anyone here have Asp in 14 days, or any training info, besides the articles that are up on websites...

------------------
"keeping it real"
Go to Top of Page

gmcm
Starting Member

South Africa
34 Posts

Posted - 01 February 2001 :  10:14:20  Show Profile
I WANT this mod - this is what portals need !!! BUT on running setup i get error

CREATE TABLE ADS_CONTENT (ID int COUNTER NOT NULL , TOPIC_ID INT, NAME VARCHAR(75), EMAIL VARCHAR(50), ADDRESS VARCHAR(100), DATE_POSTED VARCHAR(20), PRICE VARCHAR(20), AD_TITLE VARCHAR(75), CONTENT MEMO, CITY VARCHAR(50), ZIP VARCHAR(20), STATE VARCHAR(20), LINK VARCHAR(75), IMAGE_URL VARCHAR(75), ADDED_BY INT)
-2147217900 | [Microsoft][ODBC Microsoft Access 97 Driver] Syntax error in CREATE TABLE statement.
CREATE TABLE ADS_CATEGORY (ID int COUNTER NOT NULL , CATEGORY_NAME VARCHAR(50), DESCRIPTION MEMO)
-2147217900 | [Microsoft][ODBC Microsoft Access 97 Driver] Syntax error in CREATE TABLE statement.


Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 01 February 2001 :  11:29:11  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
AznKnight,
I have the subcategories kinda working but it still needs alot more work (just got bombarded @ work with new work).. :( I'll try to get something posted as soon as I can.

I think the fun part will be the management of the categories/sub-categories, etc.

Just thought I'd give you an update.

Cheers,
Tim

http://www.free-guestbook.com
Go to Top of Page

Aznknight
Senior Member

USA
1373 Posts

Posted - 01 February 2001 :  12:28:44  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
quote:

I WANT this mod - this is what portals need !!! BUT on running setup i get error

CREATE TABLE ADS_CONTENT (ID int COUNTER NOT NULL , TOPIC_ID INT, NAME VARCHAR(75), EMAIL VARCHAR(50), ADDRESS VARCHAR(100), DATE_POSTED VARCHAR(20), PRICE VARCHAR(20), AD_TITLE VARCHAR(75), CONTENT MEMO, CITY VARCHAR(50), ZIP VARCHAR(20), STATE VARCHAR(20), LINK VARCHAR(75), IMAGE_URL VARCHAR(75), ADDED_BY INT)
-2147217900 | [Microsoft][ODBC Microsoft Access 97 Driver] Syntax error in CREATE TABLE statement.
CREATE TABLE ADS_CATEGORY (ID int COUNTER NOT NULL , CATEGORY_NAME VARCHAR(50), DESCRIPTION MEMO)
-2147217900 | [Microsoft][ODBC Microsoft Access 97 Driver] Syntax error in CREATE TABLE statement.




Try the table setup with access 2000 connection string.

- Alan
Go to Top of Page

Aznknight
Senior Member

USA
1373 Posts

Posted - 01 February 2001 :  12:44:00  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
quote:

AznKnight,
I have the subcategories kinda working but it still needs alot more work (just got bombarded @ work with new work).. :( I'll try to get something posted as soon as I can.

I think the fun part will be the management of the categories/sub-categories, etc.

Just thought I'd give you an update.

Cheers,
Tim

http://www.free-guestbook.com



Way to go, Tim. Maybe I can use your code and make version 2 of this MOD also that'll include the subcategories.

- Alan
Go to Top of Page

slemieux
Junior Member

USA
234 Posts

Posted - 04 February 2001 :  05:00:33  Show Profile
Hey Aznknight!

I'll start working on the layout of the "details" page and any extra fields. Basically just don't want to have people duplicate work.

Might be a good idea to find a good example of a classified system we like and work toward that.

Scott LeMieux
NDesigns.net
Go to Top of Page

rick7165
Senior Member

USA
1094 Posts

Posted - 04 February 2001 :  05:26:41  Show Profile  Visit rick7165's Homepage
Frankie Posted this. It has tons of Features. Just needs some work on the Admin page.

Someone maybe able to combine the 2 together

I have it up and running on my Test site in the top menu it's "Listings".. Admin login is default so you can see how the admin works.

http://forum.snitz.com/forum/link.asp?TOPIC_ID=4577

quote:

Hey Aznknight!

I'll start working on the layout of the "details" page and any extra fields. Basically just don't want to have people duplicate work.

Might be a good idea to find a good example of a classified system we like and work toward that.

Scott LeMieux
NDesigns.net



Test Site
www.eastpasco.com
Running on HuwR's SR4 release





Edited by - rick7165 on 04 February 2001 05:52:50
Go to Top of Page
Page: of 7 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07