Welcome, Guest. Please login or register.
Did you miss your activation email?
May 24, 2012, 10:47:15 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155446 Posts in 21703 Topics by 7731 Members
Latest Member: zvaigzdzius
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Classifieds module in website baker  (Read 2796 times)
jj

Offline Offline

Posts: 6


« on: November 03, 2008, 05:32:11 PM »

Hello All,

I am new Weber. I am used this application. It is really amazing to know modules and features.  I am expecting Classifieds module in website baker. Any one help me give me link or module zip format to integrate

Thanks in advance !
Logged
Stefek
WebsiteBaker Org e.V.

Offline Offline

Posts: 4884



« Reply #1 on: November 03, 2008, 05:49:49 PM »

Hello and welcome to the WebsiteBaker Community, JJ.

Please check this thread:
http://www.websitebaker2.org/forum/index.php/topic,11194.0.html

There are some guys creating something in this direction.

Please use the "Advanced Search" option in the future, so you have a better starting point for you questions.

Best regards,
Stefek
Logged

"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
mahalleday

Offline Offline

Posts: 188



WWW
« Reply #2 on: November 03, 2008, 10:29:47 PM »

Hi jj,

mysled and sfen and working together on a classifieds module.  We have been at it for about a month now.  Current code is posted in on of my posts in the link the stefek provided.  If you want to help out that would be great the more knowledge and experiance we can get on this the better it will be.
Logged

AdBaker2 Project Site: http://code.google.com/p/adbaker/
mahalleday

Offline Offline

Posts: 188



WWW
« Reply #3 on: January 03, 2009, 09:39:07 PM »

I know I said I would have something for end of 2008 but early 2009 is pretty close.  Here is a really really early versions of the AdBaker Classifieds module I have cooked up.  There is still a lot of missing functionality (can create or edit currencies or categories, no check id user is logged in (only admin can make ads), no payment gate way ie pay pal set up).

I submit this to the community as is more for debugging before i get too far and to see if I ma on the right track.  I know what I have done so far suits my needs but I would like this to develop into something bigger than a simple module.

I have attached the files below.  Barring some unfortunate bug it should install and work fine.
« Last Edit: January 04, 2009, 03:31:47 AM by mahalleday » Logged

AdBaker2 Project Site: http://code.google.com/p/adbaker/
erpe

Offline Offline

Posts: 2077


WWW
« Reply #4 on: January 03, 2009, 11:18:14 PM »

Hi  mahalleday

tried to install the module but it seems, that some tables (categories and currencies) were not installed.
Any ideas?

http://www.rvb.bplaced.net/pages/adbaker.php

rgds

erpe
Logged

mahalleday

Offline Offline

Posts: 188



WWW
« Reply #5 on: January 03, 2009, 11:29:51 PM »

The installer does not populate the adbaker tables with anything.  so there wont be any currency or categories on a fresh install.

If you think it would help I'll ad that to the install.php file.

Also just so everyone knows.  That description shown in the main list of ads is a shortened version of the description.  There wil;; be an option to view a "full" version of the ad with a larger pic and the full description.

EDIT: New Installer that should populate tables found in previous post above
« Last Edit: January 03, 2009, 11:45:34 PM by mahalleday » Logged

AdBaker2 Project Site: http://code.google.com/p/adbaker/
erpe

Offline Offline

Posts: 2077


WWW
« Reply #6 on: January 04, 2009, 12:07:47 AM »

The new one doesn't work at all.

rgds

erpe
Logged

mahalleday

Offline Offline

Posts: 188



WWW
« Reply #7 on: January 04, 2009, 12:56:58 AM »

Woops my bad I'll fix the errors in the installer.  The I will also have creating and editing categories done as well.


EDIT: Updated files above
Updates Include


  • Can now Ad and Edit Ads, Currencies and Categories
  • Install.php pre populates tables with some starter data

Yet to come
  • front end modifications to display categories better
  • alllow user to display ads based on category
  • pagination in front and backend for ads
  • more robust form validation (file size, text length etc..)
  • check of image manipulation to ensure it works as it should
  • wb login integration, user can edit and delete own ads only admin has access to all
  • more features added as these items taken off list
« Last Edit: January 04, 2009, 03:38:12 AM by mahalleday » Logged

AdBaker2 Project Site: http://code.google.com/p/adbaker/
mahalleday

Offline Offline

Posts: 188



WWW
« Reply #8 on: January 06, 2009, 04:28:28 AM »

I need a little bit of help with my module.  I need to know the recommended way to create secondary pages for the front end.  ie when someone clicks on a preview for an ad it should take them to the full version of that add.  I have noticed that other modules create a new page for each secondary page (ie bakery mods makes a new page per item)

If this is that way it should be done can some one explain how this is done I have looked aroudn in the view.php  file for bakery mod but can't figure it out.  I would really just reload view.php and have it echo out different things depending on weather an ad_id exists in the url or not.

Really I am just looking for some adivce on the direction I should go with this. 

Also is there a list on all the functions available with WB for module makers  It would help a ton if there were soem documentation on this.
Logged

AdBaker2 Project Site: http://code.google.com/p/adbaker/
mahalleday

Offline Offline

Posts: 188



WWW
« Reply #9 on: January 13, 2009, 08:38:48 AM »

Work is steadily progressing on the classifieds module.  I have hit one snag though.  How can I sety up permissions to allow the a user to ad and edit there own ads?  Is there a way to do this or should I move the ad modify and ad create php files out of the wb/admin/ and into another location that won't chekc if the user has permissions or not??
Logged

AdBaker2 Project Site: http://code.google.com/p/adbaker/
erpe

Offline Offline

Posts: 2077


WWW
« Reply #10 on: January 20, 2009, 12:35:16 PM »

Hi mahalleday

Is there any progress on this module?

rgds

erpe
Logged

mahalleday

Offline Offline

Posts: 188



WWW
« Reply #11 on: January 20, 2009, 09:42:32 PM »

Work continues, steadily.

At this time I am building the interface for logged in users as and then moving onto security.  The files posted above should work just fine for testing.  It woyuld be a huge help to me if someone would try out the code as I post it and report any problems.  I try and test everythign very throughly but I will miss somethings.
Logged

AdBaker2 Project Site: http://code.google.com/p/adbaker/
mahalleday

Offline Offline

Posts: 188



WWW
« Reply #12 on: February 03, 2009, 09:52:31 PM »

Bump - Still a work in progress, will provide updated code soon.
Logged

AdBaker2 Project Site: http://code.google.com/p/adbaker/
abidan

Offline Offline

Posts: 102


« Reply #13 on: February 13, 2009, 09:51:44 PM »

Hi

I would love to add this to my site, but i keep getting similiar errors to the above. When i hit edit categories or edit currencies i get the following error:

Table 'abidan_nfvg.wb_mod_ ad_Baker_currencies ' doesn't exist

The databse exists and so does the table, so what could be wrong?

Can anyone please help me?
Logged
mahalleday

Offline Offline

Posts: 188



WWW
« Reply #14 on: February 16, 2009, 04:32:13 AM »

Sorry about the lack of updates.  Here is a copy of the most recent AdBaker.  It's by no means final but the basic functinality is there.

I would love some crituque and suggestions.  And if anyone could help with adding paypal and other payment gateways to this that would be awsome.  It's the last final hurtle before releasing this.

Edit
Here is a version that at least installs right...Please try this and let me know what errors/issues there are it''s hard to find all the bugs on your own.

Edit:
Updated working file below.  Still much in testing phase please try it out and let me know what you think.
« Last Edit: February 22, 2009, 08:20:02 PM by mahalleday » Logged

AdBaker2 Project Site: http://code.google.com/p/adbaker/
abidan

Offline Offline

Posts: 102


« Reply #15 on: February 27, 2009, 12:21:45 PM »

Hey thanks for the reply

I tired installing hte above but still having probs. Using WB2.7

Installs fine and all looks ok unitl going to edit categories in admin. I press button and get Table 'abidan_nfvg.wb_mod_ ad_Baker_categories ' doesn't exist

The table does exist tho and the table owner is correct too.

Same for edit currencies
Table 'abidan_nfvg.wb_mod_ ad_Baker_currencies ' doesn't exist

To add an add i can go to the form ok but then wne i hit add /save i get a blank page , the page trying to show is
my url................/modules/AdBaker/sc.make_ad.php

Please help as i would love to get this working Smiley

Logged
mahalleday

Offline Offline

Posts: 188



WWW
« Reply #16 on: February 27, 2009, 10:08:07 PM »

Hmm vrey odd as this it was working on my test environment before I uploaded.  I'll un-install re-install and see what happens tonight and hopefuly be able to post fixed code as well.

Also you should be able to browse by category in the version i post tonight.
Logged

AdBaker2 Project Site: http://code.google.com/p/adbaker/
abidan

Offline Offline

Posts: 102


« Reply #17 on: February 28, 2009, 08:29:25 AM »

Fantastic, i would greatly appreciate a fix. I am building a site for free for  my local community and tehy want to be able to post local adverts and this module will be perfect Smiley Thanks for your help in advance  grin
Logged
mahalleday

Offline Offline

Posts: 188



WWW
« Reply #18 on: March 02, 2009, 05:31:13 PM »

A quick update...

The errors you reported seem to be ironed out, at least on my test server.  I am currently working to get subcategories added in before i put new code up.  should be in a day or so.
Logged

AdBaker2 Project Site: http://code.google.com/p/adbaker/
abidan

Offline Offline

Posts: 102


« Reply #19 on: March 03, 2009, 10:14:11 AM »

Brilliant, i have this topic on alert so will get alerted to your posts Smiley

Thanks for sorting it for us! Smiley
Logged
mahalleday

Offline Offline

Posts: 188



WWW
« Reply #20 on: March 11, 2009, 05:43:54 AM »

Official thread for Beta release here...

http://www.websitebaker2.org/forum/index.php/topic,13147.0.html

Logged

AdBaker2 Project Site: http://code.google.com/p/adbaker/
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!