View Full Version : Major Additions - Mary's Classifieds
maineGuy72
11-12-2011, 08:15 PM
i got it figured out. i had to delete all the styles and reinstall them all
maineGuy72
11-12-2011, 08:46 PM
now i am having an issue with the approving of ads. i select the ad i want and click approve selected but it doesnt do anything just keeps saying "loading" also why cant the moderate see the ad before posting? i get redirected to the main page when i click on it in the approval screen
bigtree
11-13-2011, 01:18 AM
Wow, what a sweet update from the last time I upgraded . very nice.
Chris, is it possible to create a Product Review Mod for this? Everything is in place. Instead of selling something, we have an added option to create a product review with its own category. Members could comment on the product and if they wanted to buy it, we could point them the a dealer or someone that is selling it used in our classifieds. Follow?
bigtree
11-13-2011, 01:43 AM
now i am having an issue with the approving of ads. i select the ad i want and click approve selected but it doesnt do anything just keeps saying "loading" also why cant the moderate see the ad before posting? i get redirected to the main page when i click on it in the approval screen
You may have SEO urls selected in the general setting. Turn that off.
kfyonur
11-13-2011, 05:38 AM
Can you put this code to htaccess pls ? i tried,it seem like this (http://www.audiclubtr.com/For-Sale/2/___V-İ-S-İ-O-N___-2010-M-PAKET-520.D.html) but when i click the link,it turns to home page.Can you modify it ?
Options +FollowSymlinks
RewriteEngine On
# RewriteBase /
#RewriteCond %{HTTP_HOST} ^www\.audiclubtr\.com\
#RewriteRule (.*) http://www.audiclubtr.com$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
# RewriteCond %{HTTP_HOST} ^www\.audiclubtr\.com\
# RewriteRule (.*) http://www.audiclubtr.com/forum.php$1 [L,R=301]
## Expires
#<ifModule mod_expires.c>
# ExpiresActive On
# ExpiresDefault "access plus 1 seconds"
# ExpiresByType text/html "access plus 1 seconds"
# ExpiresByType image/gif "access plus 3456000 seconds"
# ExpiresByType image/jpeg "access plus 3456000 seconds"
# ExpiresByType image/png "access plus 3456000 seconds"
# ExpiresByType text/css "access plus 3456000 seconds"
# ExpiresByType text/javascript "access plus 3456000 seconds"
# ExpiresByType application/javascript "access plus 3456000 seconds"
# ExpiresByType application/x-javascript "access plus 3456000 seconds"
#</ifModule>
## Compression
#<ifmodule mod_headers.c>
# <ifmodule mod_deflate.c>
# AddOutputFilterByType DEFLATE text/html text/css text/xml application/x-javascript
# BrowserMatch ^Mozilla/4 gzip-only-text/html
# BrowserMatch ^Mozilla/4\.0[678] no-gzip
# BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
# </ifmodule>
#</ifmodule>
## Rewrites
#<ifmodule mod_rewrite.c>
# RewriteEngine on
#
# RewriteCond %{REQUEST_FILENAME} -s [OR]
# RewriteCond %{REQUEST_FILENAME} -l [OR]
# RewriteCond %{REQUEST_FILENAME} -d
# RewriteRule ^.*$ - [NC,L]
# # Forum
# RewriteRule ^threads/.* showthread.php [QSA]
# RewriteRule ^forums/.* forumdisplay.php [QSA]
# RewriteRule ^members/.* member.php [QSA]
# RewriteRule ^blogs/.* blog.php [QSA]
# ReWriteRule ^entries/.* entry.php [QSA]
# RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
# RewriteCond %{REQUEST_FILENAME} -s [OR]
# RewriteCond %{REQUEST_FILENAME} -l [OR]
# RewriteCond %{REQUEST_FILENAME} -d
# RewriteRule ^.*$ - [NC,L]
#
# # MVC
# RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]
#</ifmodule>
RewriteRule ^Classifieds/([^/]*)/ ./classifieds.php?do=main&catid=$1 [L,NC]
RewriteRule ^For-Sale/([^/]*)/ ./classifieds.php?do=viewitem&itemid=$1 [L,NC]
RewriteRule ^Wanted/([^/]*)/ ./classifieds.php?do=viewitem&itemid=$1 [L,NC]
RewriteRule ^Auction/([^/]*)/ ./classifieds.php?do=viewitem&itemid=$1 [L,NC]
RewriteRule ^Seller/([^/]*)/ ./classifieds.php?do=browseuser&userid=$1 [L,NC]
RewriteRule ^Archives/([^/]*)/ ./classifieds.php?do=viewarchived&itemid=$1 [L,NC]
Christos Teriakis
11-13-2011, 08:22 AM
Can you put this code to htaccess pls ?
What's the first part? vbSeo rules? Sorry but I'm not familiar with their syntax and I don't plan to support a commercial 3nd party addon, especially it. I've asked them to give me a testing or free license, to use in my demo site (which does not has registrer members), so I'll be able to write and test rules for their product to work with my mods, and they refused it, asking me to buy a 2nd license. So I had to void my license from my active site to transfer it to my demo site. For me, this is redicolous. If someone has to get benefits, for sure it's not me as the mod is Free.
Please note that I do NOT permit anybody to release vbSEO rules for free in this site, for this Mod.
Chris
bosken
11-13-2011, 08:32 AM
Chris! Remember you fixed an issue I had that the ads disapeared after somebody bought them? You fixed me an updated file, worked great, but after the 6.6.X upgrade the ads are all gone again?
I dont use stock control, maybe I should, but it does not help to enable it now.
Christos Teriakis
11-13-2011, 08:37 AM
RewriteRule ^Classifieds/([^/]*)/ ./classifieds.php?do=main&catid=$1 [L,NC]
RewriteRule ^For-Sale/([^/]*)/ ./classifieds.php?do=viewitem&itemid=$1 [L,NC]
RewriteRule ^Wanted/([^/]*)/ ./classifieds.php?do=viewitem&itemid=$1 [L,NC]
RewriteRule ^Auction/([^/]*)/ ./classifieds.php?do=viewitem&itemid=$1 [L,NC]
RewriteRule ^Seller/([^/]*)/ ./classifieds.php?do=browseuser&userid=$1 [L,NC]
RewriteRule ^Archives/([^/]*)/ ./classifieds.php?do=viewarchived&itemid=$1 [L,NC]
If you've translated the words "Classifieds, For-Sale,Wanted,Auction,Seller,Archives", then you must change the words in htaccess file, adding a - anywhere there is a space. eg "For Sale" must be "For-Sale".
Chris
Christos Teriakis
11-13-2011, 09:38 AM
Chris! Remember you fixed an issue I had that the ads disapeared after somebody bought them? You fixed me an updated file, worked great, but after the 6.6.X upgrade the ads are all gone again?
I dont use stock control, maybe I should, but it does not help to enable it now.
That change was just for you. I can't add such code to the public release as the normal is the Ad to disappear after sale (except if seller is using the stock feature). In any case I'll find this change and I'll post the code here, so everytime you must make this change.
Chris
bosken
11-13-2011, 09:53 AM
That change was just for you. I can't add such code to the public release as the normal is the Ad to disappear after sale (except if seller is using the stock feature). In any case I'll find this change and I'll post the code here, so everytime you must make this change.
Chris
Ok, sounds perfect. I tried to locate the code in the custom php but very hard for me :(
Else I have to re-make the ads again and enable stock control...
kfyonur
11-13-2011, 12:17 PM
is red section right in the htaccess file ?i am using english language but i couldn't open seo links.
when i want to click http://www.audiclubtr.com/For-Sale/7/2007-Model-Audi-A6.html
i redirected to this page http://www.audiclubtr.com/forum.php
Options +FollowSymlinks
RewriteEngine On
# RewriteBase /
#RewriteCond %{HTTP_HOST} ^www\.audiclubtr\.com\
#RewriteRule (.*) http://www.audiclubtr.com$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
# RewriteCond %{HTTP_HOST} ^www\.audiclubtr\.com\
# RewriteRule (.*) http://www.audiclubtr.com/forum.php$1 [L,R=301]
## Expires
#<ifModule mod_expires.c>
# ExpiresActive On
# ExpiresDefault "access plus 1 seconds"
# ExpiresByType text/html "access plus 1 seconds"
# ExpiresByType image/gif "access plus 3456000 seconds"
# ExpiresByType image/jpeg "access plus 3456000 seconds"
# ExpiresByType image/png "access plus 3456000 seconds"
# ExpiresByType text/css "access plus 3456000 seconds"
# ExpiresByType text/javascript "access plus 3456000 seconds"
# ExpiresByType application/javascript "access plus 3456000 seconds"
# ExpiresByType application/x-javascript "access plus 3456000 seconds"
#</ifModule>
## Compression
#<ifmodule mod_headers.c>
# <ifmodule mod_deflate.c>
# AddOutputFilterByType DEFLATE text/html text/css text/xml application/x-javascript
# BrowserMatch ^Mozilla/4 gzip-only-text/html
# BrowserMatch ^Mozilla/4\.0[678] no-gzip
# BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
# </ifmodule>
#</ifmodule>
## Rewrites
#<ifmodule mod_rewrite.c>
# RewriteEngine on
#
# RewriteRule ^Classifieds/([^/]*)/ ./classifieds.php?do=main&catid=$1 [L,NC]
# RewriteRule ^For-Sale/([^/]*)/ ./classifieds.php?do=viewitem&itemid=$1 [L,NC]
# RewriteRule ^Wanted/([^/]*)/ ./classifieds.php?do=viewitem&itemid=$1 [L,NC]
# RewriteRule ^Auction/([^/]*)/ ./classifieds.php?do=viewitem&itemid=$1 [L,NC]
# RewriteRule ^Seller/([^/]*)/ ./classifieds.php?do=browseuser&userid=$1 [L,NC]
# RewriteRule ^Archives/([^/]*)/ ./classifieds.php?do=viewarchived&itemid=$1 [L,NC]
# RewriteCond %{REQUEST_FILENAME} -s [OR]
# RewriteCond %{REQUEST_FILENAME} -l [OR]
# RewriteCond %{REQUEST_FILENAME} -d
# RewriteRule ^.*$ - [NC,L]
# # Forum
# RewriteRule ^threads/.* showthread.php [QSA]
# RewriteRule ^forums/.* forumdisplay.php [QSA]
# RewriteRule ^members/.* member.php [QSA]
# RewriteRule ^blogs/.* blog.php [QSA]
# ReWriteRule ^entries/.* entry.php [QSA]
# RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
# RewriteCond %{REQUEST_FILENAME} -s [OR]
# RewriteCond %{REQUEST_FILENAME} -l [OR]
# RewriteCond %{REQUEST_FILENAME} -d
# RewriteRule ^.*$ - [NC,L]
#
# # MVC
# RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]
#</ifmodule>
Christos Teriakis
11-13-2011, 04:46 PM
Ok, sounds perfect. I tried to locate the code in the custom php but very hard for me :(
Else I have to re-make the ads again and enable stock control...
Hello,
Open with a text editor (like Notepad) the file classifieds.php.
Search for:
// Check if we need to autopost new ad
if($item["usestock"] == 1)
{
// Does the seller has in stock more products
if($item["stock"] > 1)
{
// Yes, so post a new one
$repost_sold_item = getRepostSoldItem($itemid);
}
}
Replace with:
// Check if we need to autopost new ad
// Yes, so post a new one
$repost_sold_item = getRepostSoldItem($itemid);
Save and upload. I'm attaching the latest file, but this is something that you need to do in every update. At this time you need to rename the file classifieds_bosken.php to classifieds.php and its ready to work.
Chris
System69
11-13-2011, 05:01 PM
Please post your installation link with permissions to guests to access the classifieds page.
Chris
http://www.fanatics.de/classifieds.php
Permissions are set ;)
Christos Teriakis
11-13-2011, 05:17 PM
http://www.fanatics.de/classifieds.php
Permissions are set ;)
From a first look it appears strange that you've 3 times:
<script src="http://www.fanatics.de/jqt_suite/jquery.tools.min-all.js" type="text/javascript"></script>
As a first try, remove at least 2 of them.
Chris
cherylferraro
11-13-2011, 07:01 PM
Thanks for sharing this mod ChrisTERiS.
I installed it and had a couple of weird problems that were related to file ownership and permissions. Once I got those straightened out it seems to work very well.
Nice work.
System69
11-13-2011, 07:46 PM
From a first look it appears strange that you've 3 times:
<script src="http://www.fanatics.de/jqt_suite/jquery.tools.min-all.js" type="text/javascript"></script>
As a first try, remove at least 2 of them.
Chris
I know about that. Should be ok now...
Nothing happend :(
maineGuy72
11-14-2011, 12:59 AM
http://www.fanatics.de/classifieds.php
Permissions are set ;)
you need to look at the coding for the images on the page. the end tags are not there which may be causing a huge issue. you start a span tag before the img tag is closed on a couple images. below is an example of the coding on the page
<img src='http://www.cemetery.de/e46fanatics/bmw_0001.jpg (https://vborg.vbsupport.ru/view-source:http://www.cemetery.de/e46fanatics/bmw_0001.jpg)' width='640px' height='480px' alt='' rel='<span id='title'></span>
maineGuy72
11-14-2011, 01:14 AM
http://www.fanatics.de/classifieds.php
Permissions are set ;)
also check the categories in the microclassifieds option in the admincp
if you have access to the database i would also look in the microclassifieds_categories table for extra entries
kfyonur
11-15-2011, 09:34 AM
When i save display order of searchable fields,i see this error.
Fatal error: Call to undefined function savesearchfieldsdisplayorder() in /vhosts/audiclubtr.com/http/admincp/microclassifieds_admin.php on line 798
Christos Teriakis
11-15-2011, 10:27 AM
Hello,
I want to inform you that I've droped any plans to continue upgrading this Mod. The reason is that since the first moment that I got over the rights of this Mod from Mary, I didn't agreed with her approach to mix all types of Classifieds in one application. This mix, except that it increases the code, makes it difficult for upgrades. That's the main reason that all standalone PHP scripts have different versions for Auction and for normal Classifieds.
So I decided to split the mod in 2 seperate ones (For sale Classifieds and Auction Classifieds), plus to release a 3nd one (Job seeking Classifieds).
I'll continue supporting this version, but just for bug fixes.
Chris
kfyonur
11-15-2011, 11:02 AM
Do you write a new mod For sale Classifieds ? When e-shop will open ? i want to sort it like Model - Year - Colour..How can i do it ? System sort it by Name.
sadiq6210
11-15-2011, 11:30 AM
Hello,
I want to inform you that I've droped any plans to continue upgrading this Mod. The reason is that since the first moment that I got over the rights of this Mod from Mary, I didn't agreed with her approach to mix all types of Classifieds in one application. This mix, except that it increases the code, makes it difficult for upgrades. That's the main reason that all standalone PHP scripts have different versions for Auction and for normal Classifieds.
So I decided to split the mod in 2 seperate ones (For sale Classifieds and Auction Classifieds), plus to release a 3nd one (Job seeking Classifieds).
I'll continue supporting this version, but just for bug fixes.
Chris
Actually I deleted all codes related to auctions from this mod where we don't need it
So, should I wait for the new "for sale Classifieds" ? :rolleyes:
maineGuy72
11-15-2011, 12:02 PM
Hello,
I want to inform you that I've droped any plans to continue upgrading this Mod. The reason is that since the first moment that I got over the rights of this Mod from Mary, I didn't agreed with her approach to mix all types of Classifieds in one application. This mix, except that it increases the code, makes it difficult for upgrades. That's the main reason that all standalone PHP scripts have different versions for Auction and for normal Classifieds.
So I decided to split the mod in 2 seperate ones (For sale Classifieds and Auction Classifieds), plus to release a 3nd one (Job seeking Classifieds).
I'll continue supporting this version, but just for bug fixes.
Chris
if you need help with debugging let me know. you still have my email right?
kfyonur
11-15-2011, 02:42 PM
why nobody help to me ?
https://vborg.vbsupport.ru/showpost.php?p=2268147&postcount=1521
Christos Teriakis
11-15-2011, 03:58 PM
Do you write a new mod For sale Classifieds ? When e-shop will open ? i want to sort it like Model - Year - Colour..How can i do it ? System sort it by Name.
You need to setup 3 different fields for it. But you can do them to work cascading. eg choosing a Brand to show only the models of that brand.
Chris
Christos Teriakis
11-15-2011, 04:02 PM
Solved.
Sorry. Can I ask you if it was a bug or something wrong from your side? Because I believe that it was a bug as it appeared to my demo installation today. By saying "Solved" if it was a bug, without to give the solution, I don't think that is good. It's like that you don't care for the community.
Thank you
Chris
kfyonur
11-15-2011, 08:10 PM
You need to setup 3 different fields for it. But you can do them to work cascading. eg choosing a Brand to show only the models of that brand.
Chris
I don't understand Chris also i didn't solve my vbseo problem.
imported_stefan
11-16-2011, 10:40 AM
Sorry. Can I ask you if it was a bug or something wrong from your side? Because I believe that it was a bug as it appeared to my demo installation today. By saying "Solved" if it was a bug, without to give the solution, I don't think that is good. It's like that you don't care for the community.
Thank you
Chris
I didn't want you to look over the code for a failure which was gone already, so I wrote "solved".
Sorry for the misunderstanding. Next time I will write "gone by miracle" :-), because it is is far more simple, the failure disapeared by itself.
Reading your post I asume that it will come again. So it seems to be an offical bug.
imported_stefan
11-16-2011, 10:44 AM
I've corrected it in 6.6.2 which I'll release today. Also a database error on reposting an Ad.
You wrote on 12.11.2011 that there will be an fix for the bugs mentioned. Where can it be downloaded?
ndahiya
11-17-2011, 01:37 PM
Hi,
1. Is it possible to have searchable ad fields?
i have some ad fields defined as drop downs, want to be able to search for those. any way to do it?
2. is it possible to designate some of the ad fields as mandatory and some as optional ? right now, all text/numerical fields are optional.
Thanks
ndahiya
stationar
11-18-2011, 12:18 AM
In classifieds_usercp.php?do=myitems&tab=1 when I try to select action for any listing from the drop down selection, the moment I touch the menu, it turns into sign <ERROR>. Happens on both test and live forums. See attachment.
one small error:
the additional.css ist not included.
You have forget:
{vb:raw headinclude_bottom}
These are the templates:
microclassifieds_archive
microclassifieds_browse_timeframe
microclassifieds_browse_user
microclassifieds_main
microclassifieds_profile_reviews
microclassifieds_search
microclassifieds_view_archived
microclassifieds_view_archived_customized
microclassifieds_view_item
microclassifieds_view_item_customized
Next error:
I get this "" in my header. I think the german language-file is not correct.
This one is running:
Best Regards
Jan
maineGuy72
11-18-2011, 11:03 PM
In classifieds_usercp.php?do=myitems&tab=1 when I try to select action for any listing from the drop down selection, the moment I touch the menu, it turns into sign <ERROR>. Happens on both test and live forums. See attachment.
did you modify the htaccess file?
try turning off friendly urls in the vb settings than see if it errors out. if it doesnt that you need to modify the htaccess file by adding the rewrite section into it. it can be found in the zip file
stationar
11-19-2011, 02:39 AM
Did both: put .htaccess file in forum root, and disabled friendly URLs - no difference.
I'm missing some phrases:
microclassifieds_1_week
microclassifieds_2_week
microclassifieds_3_week
microclassifieds_4_week
Best Regards
Jan
ablaye
11-22-2011, 03:39 AM
How do I translate this mod in french?
migratoria
11-22-2011, 10:29 AM
Hi friends
Hello. I wanted to point out some problems related to the market that I found
I saw that I can not change a message if not before approving it;
In "Wanted" I noticed that there is an obligation to place at least 1 euro to enter a subject;
In the new market, it is impossible to move an object to try to sell ..
Friendliness Marco
judgeserg
11-22-2011, 02:39 PM
How do I translate this mod in french?
Open "product-microclassifieds.xml" and search "phrases" string - there you can translate text.
vb.help
11-23-2011, 04:20 AM
I am getting the following empty () in the widget. what is supposed to be displayed here ?
for example
HP TouchPad Tablet
by priya ()
Price: 100.00
ablaye
11-23-2011, 06:45 AM
I couldn't find support in the script for multiple currency. Is there any easier to allow the seller to choose his own currency option?
Christos Teriakis
11-23-2011, 07:09 AM
I couldn't find support in the script for multiple currency. Is there any easier to allow the seller to choose his own currency option?
There is no multi-currency support. There was in the early versions, but as it was not supporting real time conversion, users asked to remove it.
Should be on the new Classifieds that I'll release before Christmas (but not for Free). It will supports real-time conversion for multiple currencies.
Chris
judgeserg
11-23-2011, 02:09 PM
I am getting the following empty () in the widget. what is supposed to be displayed here ?
for example
"Store" or "Individual"
vb.help
11-24-2011, 12:03 AM
"Store" or "Individual"
Okay .Thanks .May i know how to get this correctly ? I am not sure what i am missing here ?
judgeserg
11-24-2011, 12:35 AM
Open widget code and find
if($ad["sellertype"] == 1)
{
$sellertypedesc = "xxxxx";
}
if($ad["sellertype"] == 2)
{
$sellertypedesc = "xxxxx";
}
Fix the "xxxx" (or empty values) to desired values - should help.
vb.help
11-24-2011, 05:12 PM
Thanks a lot. I recently upgraded to latest version and this got fixed automatically.
bigtree
11-27-2011, 09:13 PM
Okay, I messed up. I had with a conflict when upgrading vb 4.1.7 . I deactivated Mary's Classifieds to be safe and did something to the database where I cannot upgrade Mary's C now. The tables are already installed and will not let me uninstall or update it. Its basically broken. How do I fix this? How can I remove it all together and start over. I cannot uninstall it either.
GoHighVoltage
11-28-2011, 01:38 AM
What is PHPMYDATAGRID? I see you have a manual for it? Do I need to install something on my server to use datagrid?
GoHighVoltage
11-28-2011, 01:49 AM
Can you post installation instructions for people that are not upgrading. New install instructions? Also do I need to do anything with the datagrid stuff?
Thank you!
FannBlade
11-28-2011, 01:57 AM
Should be on the new Classifieds that I'll release before Christmas (but not for Free). It will supports real-time conversion for multiple currencies.
Chris
Looking forward to the new (paid) release.
Thanks
Wayne@R32oc
11-28-2011, 11:21 AM
Anyone any idea why im getting this db error:
Invalid SQL:
SELECT * FROM microclassifieds_watch WHERE categoryid IN () GROUP BY userid;
Despite completely removing the mod?
fwulfers
11-28-2011, 12:30 PM
A spammer added a lot of ads (about 40) on my site. Is there an easy way to delete all ads for a single member?
fwulfers
11-28-2011, 03:41 PM
There have been two more users with many spam ads. Almost seems like an automated script as I can't imagine they would enter all these manually. I guess the only option for now is to approve ads by Admins before they get posted.
FannBlade
11-28-2011, 03:57 PM
I guess the only option for now is to approve ads by Admins before they get posted.
I think that is best anyway.
I plan on only allowing access via "paid subscription". I think that will help keep out some of the scammers and not so honest sellers.
Wild Bronco
11-28-2011, 04:32 PM
I have a question and an error :)
It looks strange to me that I have 3 ad options For Sale Ad, Wanted Ad and Auction Ad
Then you create categories and they all show under this 3 is there a way to control that?
Lets say I would like to add Job as an option and I would not want that under Auction?
Then I get an error on the top of my site mysite.com/classifieds_usercp.php?do=myitems
see attachment
:up::up:
judgeserg
11-29-2011, 02:01 PM
I have a question and an error :)
It looks strange to me that I have 3 ad options For Sale Ad, Wanted Ad and Auction Ad
Then you create categories and they all show under this 3 is there a way to control that?
Lets say I would like to add Job as an option and I would not want that under Auction?
Then I get an error on the top of my site mysite.com/classifieds_usercp.php?do=myitems
see attachment
:up::up:
In php.ini enable option "short_open_tag"
judgeserg
11-29-2011, 02:07 PM
Anyone any idea why im getting this db error:
Invalid SQL:
SELECT * FROM microclassifieds_watch WHERE categoryid IN () GROUP BY userid;
Despite completely removing the mod?
Try reload current style, or create\load new.
Wild Bronco
11-29-2011, 06:48 PM
In php.ini enable option "short_open_tag"
Thank you for your reply, but that did not work
judgeserg
11-30-2011, 12:47 AM
You restart the web server?
I've seen exactly the same problem and gave her a solution.
As an option - do a search and replace <? to <?php
kfyonur
11-30-2011, 08:52 AM
i erased this modification.when i click Forum ( forum.php) i see this error.i re install it and fix the problem but i want to remove it..
what can i do ?
Database error in vBulletin 4.1.8:
Invalid SQL:
SELECT * FROM actrvb_microclassifieds_items WHERE active=1 AND sold=0 AND hidden=0 AND adtype=1 AND logo<>'' ORDER BY starts DESC LIMIT 5;
MySQL Error : Table 'audiclubutf8.actrvb_microclassifieds_items' doesn't exist
Error Number : 1146
Request Date : Wednesday, November 30th 2011 @ 11:43:58 AM
Error Date : Wednesday, November 30th 2011 @ 11:43:59 AM
Script : http://www.audiclubtr.com/forum.php
Referrer : http://www.audiclubtr.com/gallery/index.php
IP Address : 78.190.97.16
Username : kfyonur
Classname : vB_Database
MySQL Version : 5.1.53
judgeserg
11-30-2011, 10:39 AM
Reload style or create new.
kfyonur
11-30-2011, 11:06 AM
why it effect my forum ?
i uninstall it again but is normal now.
Christos Teriakis
11-30-2011, 11:17 AM
why it effect my forum ?
i uninstall it again but is normal now.
It depends how you uninstall it. Worst way is to try it by phpMyAdmin. But even using vB's uninstall, you'll never be sure that everything has been removed, and this is not a probelm coming from any addon, but on the way that vB works. It removed only the database structure and phrases. So you need to manually remove all files from your webspace. In most cases letting them there is not a problem, unless the module (like Classifieds), has cron files and they're using phrases. In this case, letting the files in the the cron directory when the time comes to run this cronjob, vB tried to load the phrases, but as it can't find them, it produces database error.
Chris
Wild Bronco
11-30-2011, 07:45 PM
You restart the web server?
I've seen exactly the same problem and gave her a solution.
As an option - do a search and replace <? to <?php
:up: :up:
That was it... in most of the php files about 60 instances
In php.ini option "short_open_tag" is still disabled end everything is working
Thank you
bigtree
12-01-2011, 02:10 AM
Okay, I messed up. I had with a conflict when upgrading vb 4.1.7 . I deactivated Mary's Classifieds to be safe and did something to the database where I cannot upgrade Mary's C now. The tables are already installed and will not let me uninstall or update it. Its basically broken. How do I fix this? How can I remove it all together and start over. I cannot uninstall it either.
Please if you can help. How do I remove this and start over?
bigtree
12-01-2011, 02:14 AM
Mary's Classifieds is everywhere from templates to database. Is there something I can run that will remove it all?
karlm
12-01-2011, 05:30 PM
Thanks for this.. it could be the all-in-one answer I'v been looking for...
Problem though, unfortunately.
It doesn't seem to allow loading of images.
My forum & CMS both allow image uploads/links but this plugin doesn't report any errors - yet when I submit a test-ad it asks me to create a thumbnail, but doesn't offer the image I've uploaded... so all ads appear without any images.
Ideas, please?
1322765878
p.s. /microclassifieds/photos/thumbs/ is set to writable (777)
Christos Teriakis
12-01-2011, 05:50 PM
Thanks for this.. it could be the all-in-one answer I'v been looking for...
Problem though, unfortunately.
It doesn't seem to allow loading of images.
My forum & CMS both allow image uploads/links but this plugin doesn't report any errors - yet when I submit a test-ad it asks me to create a thumbnail, but doesn't offer the image I've uploaded... so all ads appear without any images.
Ideas, please?
ps /microclassifieds/photos/thumbs/ is set to writable (777)
What about the other directories? 777 must be set all:
microclassifieds/photos/
microclassifieds/photos/tmp
microclassifieds/photos/thumbs/
microclassifieds/files/
Chris
karlm
12-01-2011, 06:03 PM
What about the other directories? 777 must be set all:
microclassifieds/photos/
microclassifieds/photos/tmp
microclassifieds/photos/thumbs/
microclassifieds/files/
Chris
Thank you Sir, that seems to have done it!
karlm
12-01-2011, 06:14 PM
Next issue...
When I click 'buy it' I'm presented with a tickbox to confirm I understand the procedures. After I hit the submit button (once ticked) i get a DB error from this URL:
mysite.com/classifieds.php?do=buynow
Also, when I click a keyword - I am taken to a blank page from this URL:
mysite.com/classifieds.php?do=searchresults&keyword=banana
I am using the .htaccess file, as instructed and it seems to work so I'm not sure it is related to the whitepage for keywords.
I must be missing a setting somewhere. I have given registered users permissions to sell and use the addon - and indeed it works all the way through, allowing thumbnail creation and everything... in fact, it tells me it works fine. Then it shows me a list of my ads (under my fake standard member account) and there is nothing in the history bar at all.. not a bean!
Given this, I've checked the classified categories permissions and ensured they were set to 'all who can post'.. and still i can create ads as a registered user but cannot have them displayed.
Then I went to my admin account and looked for any that needed moderation - but none showed up. It seems as though registered members lose the ads the moment they are submitted.
claystation
12-01-2011, 08:07 PM
Today I installed 6.6.1. Things are looking good but if I am logged in as the admin I am getting this error. When I click on the my profile link or my name in the header. I have vb 4.1.7 installed.
You don't seem to get this error if I disable the script or if I am logged in as just a registered user.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/claystat/public_html/forum/includes/class_core.php(4580) : eval()'d code on line 129
Update: Just figured out it is probably VBSEO related. To bad I have not idea how to fix it.
Thanks,
Andy
judgeserg
12-02-2011, 06:22 AM
Today I installed 6.6.1. Things are looking good but if I am logged in as the admin I am getting this error. When I click on the my profile link or my name in the header. I have vb 4.1.7 installed.
You don't seem to get this error if I disable the script or if I am logged in as just a registered user.
Update: Just figured out it is probably VBSEO related. To bad I have not idea how to fix it.
Thanks,
Andy
In "php.ini" set option "memory_limit" to 16M (or 32, 64, etc...) and restart httpd.
Jman423
12-02-2011, 01:02 PM
I am getting this db error emailed to me every night, I assuming as a result of a cron job that is attempting to run.
Database error in vBulletin 4.1.8:
Invalid SQL:
SELECT * FROM microclassifieds_watch WHERE categoryid IN () GROUP BY userid;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') GROUP BY userid' at line 1
Error Number : 1064
Request Date : Friday, December 2nd 2011 @ 12:04:10 AM
Error Date : Friday, December 2nd 2011 @ 12:04:11 AM
Script : http://*********.com/cron.php?rand=1322802250
Referrer : http://*********.com/
IP Address : 24.93.110.18
Username : Unregistered
Classname : vB_Database
MySQL Version :
How I can I stop this from happening? I've already reinstalled the latest version of the MOD.
karlm
12-03-2011, 12:56 AM
Chris, how much would you charge to make this work 100% on my site, given the above issues I've raised?
tylerjmorrison
12-03-2011, 08:14 AM
Hey Chris.
I am receiving the following errors on the "What's New," "My Settings," "My Bookmarsks," and "Moderate Classifieds" sections:
Access denied for user 'tylerj6'@'localhost' (using password: NO) in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
&
A link to the server could not be established in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Do you know what could be causing this? Also, is there a way that I could be quoted a price to skim my site and work out the small kinks?
Thanks in advance for all of your help!
Tyler
karlm
12-03-2011, 10:55 PM
OK, so my search bar is consistantly empty of any data...
Kinda wondering why I bother posting on here now when even offering money fails to get any support.
134821
GoHighVoltage
12-04-2011, 05:54 AM
Can I have a full set of instructions to install this mod from scratch? The only instructions listed is for upgrades.
karlm
12-04-2011, 03:24 PM
Can I have a full set of instructions to install this mod from scratch? The only instructions listed is for upgrades.
upload all contents to your forum directory and then set permissions as described on last page.
CJD30
12-04-2011, 11:13 PM
I'd like to be able to take the Classifieds sidebar block and make it into a horizontal header block that features the latest items on the forum home page, above the forum listings. Has anyone done anything similar to this?
I find that the majority of my users keep the sidebar collapsed and therefore pay no attention to the latest listings, resulting in the classifieds being barely used as many users don't even realize it's there. If I could make a block similar to where the shoutbox sits, it would bring the classifieds to the fore and I think would result it a much better awareness.
Can anyone provide any tips on how best to achieve this? Is it just a matter of copy/pasting the sidebar block code and tweaking it to fit?
tylerjmorrison
12-05-2011, 03:37 AM
Karlem,
Do you know why I may be having the issues I'm having that I listed in Post #1574? It looks as if you are fairly active in this thread. Maybe we can bounce off of each other.
- Tyler
karlm
12-05-2011, 08:23 AM
Karlem,
Do you know why I may be having the issues I'm having that I listed in Post #1574? It looks as if you are fairly active in this thread. Maybe we can bounce off of each other.
- Tyler
I'm honestly as lost as you are. I looked at your post - but those errors are way over my head.. They look like they may be related to your config setup though.
tylerjmorrison
12-06-2011, 02:00 AM
I noticed that there was an htaccess.txt file in the downloadable folder. Was I supposed to do something with that? I am pretty close to uninstalling this due to the little to no help. It's a shame, we could use a product like this (A classifieds product). Does anyone know of another mod? I am willing to pay.
tylerjmorrison
12-06-2011, 03:33 AM
Uninstalled.
Christos Teriakis
12-06-2011, 05:25 AM
I noticed that there was an htaccess.txt file in the downloadable folder. Was I supposed to do something with that? I am pretty close to uninstalling this due to the little to no help. It's a shame, we could use a product like this (A classifieds product). Does anyone know of another mod? I am willing to pay.
You don't need to pay anything. The only that you need is to have a bit patience. The file htaccess.txt is in case that you want to have seo friendly URLs. If yes:
1.- If you already have a .htaccess file in your folder, then open htaccess.txt, copy the content and past them in your original .htaccess file.
2.- If you don't have a .htaccess file, then just rename this file to .htaccess (Pay attention to dot in front, and that there is no extention).
Please understand that I'm busy. I've post it here that any type of support that I can offer should be on Tuesday and Friday nights. It's not that I don't want to give support. It's that I don't have free time. Sorry.
Chris
PS- I'll be back tonight for the rest questions
lazytown
12-06-2011, 06:55 AM
chill guys. Give the author some appreciation for what he has given for free. And as he said, have some patience. If you uninstall a mod you don't have to inform everyone like a dissatisfied customer (who didn't even pay). Just my 2 cents.
Thanks for your hard work Chris. I haven't installed this yet, but I have been following it for a long time.
ablaye
12-06-2011, 01:59 PM
Does anyone have the french translation for this mod?
greenspan
12-06-2011, 02:37 PM
I'm experiencing a big problem just by going to /forums/classifieds.php. Here's the error:
Internal server error- The server encountered an internal error or misconfiguration and was unable to complete your request
It's a new installation. I've uploaded the files, imported the XML and gave permission to the folders described in the previous page. Then going to the main page of Mary's Classifieds I got that error. Any help would be appreciated. Thanks!
DannyITR
12-06-2011, 06:16 PM
Question: The release without the auction will only come later this month? It's not available yet? I'd like to change to it but don't want to install 6.6 for nothing.
maineGuy72
12-07-2011, 12:58 AM
Okay, I messed up. I had with a conflict when upgrading vb 4.1.7 . I deactivated Mary's Classifieds to be safe and did something to the database where I cannot upgrade Mary's C now. The tables are already installed and will not let me uninstall or update it. Its basically broken. How do I fix this? How can I remove it all together and start over. I cannot uninstall it either.
in the classifieds.xml file you need to remove some of the previous mentions of upgrades over time. i had the same issue
maineGuy72
12-07-2011, 01:05 AM
I'm experiencing a big problem just by going to /forums/classifieds.php. Here's the error:
Internal server error- The server encountered an internal error or misconfiguration and was unable to complete your request
It's a new installation. I've uploaded the files, imported the XML and gave permission to the folders described in the previous page. Then going to the main page of Mary's Classifieds I got that error. Any help would be appreciated. Thanks!
have you set the usergroup permissions?
maineGuy72
12-07-2011, 01:14 AM
Hey Chris.
I am receiving the following errors on the "What's New," "My Settings," "My Bookmarsks," and "Moderate Classifieds" sections:
Access denied for user 'tylerj6'@'localhost' (using password: NO) in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
&
A link to the server could not be established in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Do you know what could be causing this? Also, is there a way that I could be quoted a price to skim my site and work out the small kinks?
Thanks in advance for all of your help!
Tyler
check that the user you are using has all rights to the new tables created by the mod
i have seen it before and it was a permission issue
maineGuy72
12-07-2011, 01:17 AM
Chris, how much would you charge to make this work 100% on my site, given the above issues I've raised?
send me a PM or list all of your issues in one post and i will see what i can do
maineGuy72
12-07-2011, 01:20 AM
There have been two more users with many spam ads. Almost seems like an automated script as I can't imagine they would enter all these manually. I guess the only option for now is to approve ads by Admins before they get posted.
i have always set it to have all ads moderate becuase of spammers and stop users from posting illegal items
another option is to prevent unregistered users from posting ads and beefing up your procedure for people registering. Spam-O-Matic mod works great
maineGuy72
12-07-2011, 01:22 AM
Did both: put .htaccess file in forum root, and disabled friendly URLs - no difference.
did you ever get it to work?
customcolor
12-07-2011, 01:57 AM
I have a problem.
"contact seller / send email / report" link in view item links to siteurl/#, but it seems like it just skips whichever javascript code it is supposed to run and redirects the user to the actual siteurl/# (ie: my front page).
did you ever find a solution to this...i found that a login popup that i was using was causing this to happen to me too...i would love to use both...but they both use jqt
tylerjmorrison
12-07-2011, 05:34 AM
send me a PM or list all of your issues in one post and i will see what i can do
PM'ed!
greenspan
12-07-2011, 02:57 PM
have you set the usergroup permissions?
I was able to resolve this by re-uploading all the files but I'm still having a problem...
After cropping a photo and submitting, I get the following error:
==========
Warning: mysql_query() [function.mysql-query]: Access denied for user 'someuser'@'localhost' (using password: NO) in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
==========
The products get posted and viewed but I the error above. Please help. Thanks!
maineGuy72
12-07-2011, 03:29 PM
I was able to resolve this by re-uploading all the files but I'm still having a problem...
After cropping a photo and submitting, I get the following error:
==========
Warning: mysql_query() [function.mysql-query]: Access denied for user 'someuser'@'localhost' (using password: NO) in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
==========
The products get posted and viewed but I the error above. Please help. Thanks!
do you know what permission on the mysql server that user has?
do you use phpmyadmin?
tylerjmorrison
12-07-2011, 06:08 PM
I have the same problem. Where is the database info and all located, which file?
maineGuy72
12-07-2011, 08:43 PM
I was able to resolve this by re-uploading all the files but I'm still having a problem...
After cropping a photo and submitting, I get the following error:
==========
Warning: mysql_query() [function.mysql-query]: Access denied for user 'someuser'@'localhost' (using password: NO) in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
==========
The products get posted and viewed but I the error above. Please help. Thanks!
edit your config.php file in the forums_root/includes folder
change mysqli to mysql
$config['Database']['dbtype'] = 'mysql';save
upload
test
maineGuy72
12-07-2011, 08:44 PM
I have the same problem. Where is the database info and all located, which file?
check your email.
maineGuy72
12-07-2011, 08:46 PM
anyone else having issues? i have the next few days off from work
greenspan
12-08-2011, 03:13 AM
edit your config.php file in the forums_root/includes folder
change mysqli to mysql
$config['Database']['dbtype'] = 'mysql';save
upload
test
Thanks! That solved that problem. But I have another one...
When I turn on 'SEO friendly URLs' and click on a product I get an error that it can't be found:
-------------
Not Found
The requested URL /forums/For-Sale/3/<somecity>/Test2.html was not found on this server.
-------------
When I turn it off, the product can be seen. I have uploaded the contents of .htaccess as instructed and I do not have vBSEO installed.
Also, my logo can't be found. It's just a text of my site's URL on the upper-left. I'm guessing it's a relative path issue but can't find where to fix it (the logo error happens only on classifieds pages).
Thanks in advance.
maineGuy72
12-08-2011, 02:47 PM
Thanks! That solved that problem. But I have another one...
When I turn on 'SEO friendly URLs' and click on a product I get an error that it can't be found:
-------------
Not Found
The requested URL /forums/For-Sale/3/<somecity>/Test2.html was not found on this server.
-------------
When I turn it off, the product can be seen. I have uploaded the contents of .htaccess as instructed and I do not have vBSEO installed.
Also, my logo can't be found. It's just a text of my site's URL on the upper-left. I'm guessing it's a relative path issue but can't find where to fix it (the logo error happens only on classifieds pages).
Thanks in advance.
it would be more helpful with a link to your site and that unregistered users can see the classifieds
Christos Teriakis
12-09-2011, 06:08 PM
Hello,
With 100+ support pages, its impossible for me to follow the posts her. That's why I opened in my site:
A Thread for Installation Issues (http://www.christeris.com/forumdisplay.php?48-Installation)
A Project for Bug Reports (http://www.christeris.com/project.php?projectid=6)I'll appreciate your understanding on the fact that this is a Free product, so don't expect superior level support, but I'll try my best with the help of Bug Tracker.
Also note that even if you can suggest new features, these features will be include in the upcoming CMPS style version which will be Commercial. No plans exist for adding new features in the Free version. Just bug fixes.
Thank you
Chris
GONUMBER6
12-11-2011, 04:13 AM
Is there any way to make the buy it now optional for auction style listings? We are doing fundraising auctions and people seem to be confused and hit the buy now button thinking they were bidding.
Jman423
12-11-2011, 01:46 PM
Hello,
With 100+ support pages, its impossible for me to follow the posts her. That's why I opened in my site:
A Thread for Installation Issues (http://www.christeris.com/forumdisplay.php?48-Installation)
A Project for Bug Reports (http://www.christeris.com/project.php?projectid=6)I'll appreciate your understanding on the fact that this is a Free product, so don't expect superior level support, but I'll try my best with the help of Bug Tracker.
Also note that even if you can suggest new features, these features will be include in the upcoming CMPS style version which will be Commercial. No plans exist for adding new features in the Free version. Just bug fixes.
Thank you
Chris
Chris,
No offense, but we have been through this already. You first said that only new features would go into the commercial version, so I had the site owner buy that. We started some support tickets on your site, then you deleted everything and said that everything was in the free version and that support would be give on vB.org. Now, again, you are saying that there will be no new features here, and that support will be given on your site for the new commercial version. I can't keep jerking this client around... it is making both of us look bad.
When can I get a stable, supported, commercial version of this?
When will it be available?
When will you start accepting feature requests (either paid or unpaid)?
I'm willing to pay for features that I need, but either way, my suggestions have gone unanswered several times.
I also don't want to hear from people telling me to calm down because this is a free product, we've already paid, and are still willing to pay more for what we need as long as everything doesn't change again suddenly.
I am sorry for the rant, but his has been going on since August.
Jman423
12-11-2011, 01:48 PM
I am getting this db error emailed to me every night, I assuming as a result of a cron job that is attempting to run.
Database error in vBulletin 4.1.8:
Invalid SQL:
SELECT * FROM microclassifieds_watch WHERE categoryid IN () GROUP BY userid;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') GROUP BY userid' at line 1
Error Number : 1064
Request Date : Friday, December 2nd 2011 @ 12:04:10 AM
Error Date : Friday, December 2nd 2011 @ 12:04:11 AM
Script : http://*********.com/cron.php?rand=1322802250
Referrer : http://*********.com/
IP Address : 24.93.110.18
Username : Unregistered
Classname : vB_Database
MySQL Version :
How I can I stop this from happening? I've already reinstalled the latest version of the MOD.
I'm also still getting this error every day.
Christos Teriakis
12-11-2011, 02:05 PM
I am sorry for the rant, but his has been going on since August.
I've refunded 5 full payments, 1 is still pending for refund, and 2 didn't wanted to get the refund. But even to one that the refund is still pending, I've informed him that he will gets his money back. Are you??
You can't offend me such a way. For this mod that everyone is getting for free, the only income that I had was $55 from 2 donations, while I spent around $500 just for the datagrid. Actually to have it configured the way that "you" (the users here) wanted to work. For me has no sense as I'm not using it at all.
And finally. Did you asked support and didn't got it? The only message that I got was talking for an open ticket, without details. It was so bad to not remember it and asking you to remind me the issue?
Chris
Christos Teriakis
12-11-2011, 02:07 PM
I'm also still getting this error every day.
Check at forum_dir/includes/cron/ if exists there a file microclassifieds_cron.php. If yes, remove it.
dear Chris,
(I apologize for poor english)
I do not understand what kind of status on this product.
I like to use, but in Hungarian. I started the translation product. But this is a very big job.
If there is no support, or it will not work, then work with it unnecessarily.
The site has not yet been published where I want to use. But just now I thought that you purchase the license. Indeed, there are mistakes and I ask for your help. The site www.christeris.com was surprised to see that you can not buy. Therefore, I came here. Here, I read this: "I've refunded 5 full Payments"
What should I do? Stop the translation, because I will not be able to use it?
Otherwise, very like the product!
Thank you!
Christos Teriakis
12-11-2011, 04:54 PM
dear Chris,
(I apologize for poor english)
I do not understand what kind of status on this product.
I like to use, but in Hungarian. I started the translation product. But this is a very big job.
If there is no support, or it will not work, then work with it unnecessarily.
The site has not yet been published where I want to use. But just now I thought that you purchase the license. Indeed, there are mistakes and I ask for your help. The site www.christeris.com (http://www.christeris.com) was surprised to see that you can not buy. Therefore, I came here. Here, I read this: "I've refunded 5 full Payments"
What should I do? Stop the translation, because I will not be able to use it?
Otherwise, very like the product!
Thank you!
The project will continue upgrading with new features. Some of them:
Adding Online Payments for Sellers
Giving the ability to webmaster (in case that he don't want to use usergroup permissions), to accept payments for posting Ads, even with different price per category
Giving the ability the webmaster to use drag & drop like system to design his own unique homepage (Classifieds homepage).
Giving the users the ability to change that page as per their own style (like Yahoo, BBC etc).
The reason that I'm not selling it right now is because the current version is exactly the same as this one here. What to sell? Promises for the upcoming version? As long as I don't have something in hands to deliver you for your money, how to ask your money???
As for the support. My forums are open? If you have visited my site you maybe seen that I have replied to all posts (at least till 2 hours ago). I never said that I'll not offer support here. I said that by having 100+ pages is difficult to do it.
If you want I can add to my store (at a discounted price) to pre-order the next version (middle of Jaunary), but having priority support for this one from now.Chris
bigtree
12-12-2011, 01:14 AM
I've asked this question about four times. I am not able to upgrade or uninstall it to do a clean install. Can you help?
bigtree
12-12-2011, 01:46 AM
If this helps, I'm getting this error when trying to upgrade:
Database error in vBulletin 4.1.7:
Invalid SQL:
ALTER TABLE usergroup ADD microclassifieds INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL;
MySQL Error : Duplicate column name 'microclassifieds'
Error Number : 1060
Request Date : Sunday, December 11th 2011 @ 06:41:11 PM
Error Date : Sunday, December 11th 2011 @ 06:41:12 PM
Script : http://mydomain.com/admincp/plugin.php?do=productimport
Referrer : http://mydomain.com/admincp/plugin.php?do=productadd
IP Address : my ip
Username : myname
Classname : vB_Database
MySQL Version : 5.0.77
please help if you can
bigtree
12-12-2011, 05:09 AM
OMG, I've been trying for hours to get rid of anything with microclassifieds in my database and its beyond my skills. I'm regretting installing this. No support and a mess.
Chris, I beg you are able to take the time to tell me how to remove this?
Christos Teriakis
12-12-2011, 05:12 AM
OMG, I've been trying for hours to get rid of anything with microclassifieds in my database and its beyond my skills. I'm regretting installing this. No support and a mess.
Chris, I beg you are able to take the time to tell me how to remove this?
Give me access to your phpMyAdmin to manually remove the data. Uninstallation works fine. For my needs I had to remove it more than 5 times till now to make changes in my demo. Never had a problem.
bigtree
12-12-2011, 05:39 AM
Hi Chris, thank you!
PM sent
Christos Teriakis
12-12-2011, 07:08 AM
Hi Chris, thank you!
PM sent
I've removed the tables and some fields from the database. Now go to adminCP-> Plugins & Products and click Go on the right of Marys Classifieds (see screenshoot 1). When you'll go to product page, you need to remove all the Uninstallation code. If you don't do it and you try to uninstall the product you'll get database errors. Check the Delete checkbox on the right (see screenshot 2), in all rows, or at least to rows that you can see content on the Unistallation block. Then click the save button at the end of the page.
After doing it, then use the normal "Unistall" option from the drop menu.
Chris
bigtree
12-12-2011, 07:20 AM
Thanks for the help.
Problem is, its not in my adminCP-> Plugins & Products
bigtree
12-12-2011, 07:21 AM
Can I re install it and then try uninstalling it again?
Christos Teriakis
12-12-2011, 07:46 AM
Can I re install it and then try uninstalling it again?
If it's not in your admincp you can make a new installation.
Chris
The project will continue upgrading with new features. ...
Thank you for your answer! I wrote you a private message to your website.
pbnjj11
12-13-2011, 01:47 AM
first off....thank you for this epic product!!!!!
I do have one question...
when I post a pic and crop it for the main image I get this when I click submit...
Fatal error: Call to undefined function imagecreatetruecolor() in /microclassifieds/includes/functions.php on line 2398
Is there something I am doing wrong??? I can get images to work but nothing for the main image box....
Please help when you get a chance.
thanks
judgeserg
12-13-2011, 02:03 AM
You need to update\install GD library for php . Contact your hosting provider.
pbnjj11
12-13-2011, 12:04 PM
ahhh....makes sense. thanks! I will give that a shot.
paulket
12-13-2011, 03:17 PM
Just wanted to say thank you to Chris Teris for providing this mod, it is appreciated greatly.
Also, if a "latest classified ad" widget exists, can someone please post a link for it?
Christos Teriakis
12-13-2011, 04:56 PM
Just wanted to say thank you to Chris Teris for providing this mod, it is appreciated greatly.
Also, if a "latest classified ad" widget exists, can someone please post a link for it?
You can do (almost) any type of CMS widget or Forum block, with the block generator (Admincp). Everything is done automatically. Only for the widgets you need to add it in your layout.
Thank you for your kind words
Chris
vspro
12-13-2011, 06:44 PM
Need help on changing the image size, when they use a private member to write the image is too big and now I want to minimize them.
Please help me,
thank you!
Link demo, you can fix help me:
http://kyxaoviet.com/classifieds.php?do=viewitem&itemid=17&urlid=2
paulket
12-13-2011, 06:52 PM
You can do (almost) any type of CMS widget or Forum block, with the block generator (Admincp). Everything is done automatically. Only for the widgets you need to add it in your layout.
I don't know how I missed that, it works great. Thank you again, Chris.
vspro
12-13-2011, 09:08 PM
Price must be greater than 0
Please help me,
I want to value Price = 0 when posting, so I need to fix something?
thank you.
pbnjj11
12-14-2011, 02:38 AM
GD image installed on my server today....all is good! very nice addition there Chris!
ozione
12-14-2011, 11:08 AM
If I'm not mistaken there should be two cron jobs regarding Classifieds, right? At least there used to be two... I have only one at the moment "Marys Classifieds Regular Actions".
I've just checked under the root of cron dir and I have there three microclassifieds files: "_cron, _daily and _regular".
Is there something i've messed up?
Christos Teriakis
12-14-2011, 11:22 AM
If I'm not mistaken there should be two cron jobs regarding Classifieds, right? At least there used to be two... I have only one at the moment "Marys Classifieds Regular Actions".
I've just checked under the root of cron dir and I have there three microclassifieds files: "_cron, _daily and _regular".
Is there something i've messed up?
No, don't worry. You didn't messed anything. The valid cron files are regular and daily. The 3nd one is empty. I left it in the package just for one reason. If someone forgotten to remove it, then vB will runs it and should mess the system. That's why I decided to have an empty file to overwrite the old one.
Chris
IMRDY91
12-14-2011, 03:28 PM
Has anyone else successfully integrated paypal payments into this addon? I have and I'm currently have a small issue with the way feedback is displayed if anyone can help please PM me :)
Christos Teriakis
12-14-2011, 03:50 PM
Old trick, to inform users that you have made an addon and want to sell it. Please remove your post. Has nothing to do with this plugin. Also modifications are permitting as long as you keep them for your own use. You're not allowed to share them even for free,
Regards
Chris
judgeserg
12-14-2011, 04:20 PM
Please help me,
I want to value Price = 0 when posting, so I need to fix something?
thank you.
Is 0 or not equal to 0?
The default price value can be set in 0
lazytown
12-14-2011, 05:35 PM
Old trick, to inform users that you have made an addon and want to sell it. Please remove your post. Has nothing to do with this plugin. Also modifications are permitting as long as you keep them for your own use. You're not allowed to share them even for free,
Chris,
I've been following your work for a long time and think its great (haven't installed anything yet, probably will get the pay versions). While I completely understand not wanting people to list paid mods, to say someone couldn't even post their own free code seems a little silly. After all, in several posts you yourself said this was a community effort and for people to contribute, help and support one another as a community.
Christos Teriakis
12-14-2011, 07:32 PM
Chris,
I've been following your work for a long time and think its great (haven't installed anything yet, probably will get the pay versions). While I completely understand not wanting people to list paid mods, to say someone couldn't even post their own free code seems a little silly. After all, in several posts you yourself said this was a community effort and for people to contribute, help and support one another as a community.
Yes sure... Helping others understand and use the plugin AS IS !!!. So, are you finding it logic, someone (anybody, not talking for the specific user), to earn money based on my hard work?? I don't think so. Also what makes more sense. Is not the post itself. Is the tricky way that he used to "pass" his offer. "Small bug" (so trust me in nothing), "PM me" (and why not post it here), and of course the smile at the end. Do you know many people having a bug and asking for help to add smiling faces?
My dear friend, its long time ago that my hairs already grey to white. I can "feel" such tricks. And why this user didn't ask me anything? Even after my reply he as online in this thread for more than 30 min. Why he didn't said anything?
Edited: And if you're still unsure about the real reason of his post, read at:
https://vborg.vbsupport.ru/showthread.php?t=273689
Looking for someone to edit microclassifieds plugin!
Hey guy's I'm currently in need of someone who can add a feature for the microclassifieds plugin, that can be found here at vborg. I need it to be able to accept automatic paypal payments (after someone wants to purchase someones product on the classifieds) so that they are re-directed to a paypal payment page and after the payment is sent for the ad to be marked as "paid and complete". Also if possible I'd like a commission system put in, so that once a sale is complete, a percentage of the sale cost is sent to a designated admin paypal as a commission fee. Looking to get this done as soon as possible, it should be a fairly simple add will pay a very strict budget of $100.00USD for everything.
Simple question: If he really found a bug, why he don't ask the coder who did the modification, but asks for "help" here?
Chris
ozione
12-17-2011, 08:36 PM
hello!
i hope some one could point me to the right direction with this issue i have. it started last evening and I can't really figure it out.
i'm getting these (dozens of) SQL errors:
Database error in vBulletin 4.1.8:
Invalid SQL:
INSERT INTO vb4_pmtext
SET fromuserid = '1',
fromusername = 'Classifieds notification',
title = 'Mirror's Edge (On the list for removal)',
message = 'We would like to inform you that the above mentioned Ad has been expired and currently is on the grace period before removing from the system. If you want to re-post it, you need to take immediatelly action. Timelimit for renewing it, set to be at:. 16.12. 2012 - 01:32. Povezava do oglasa: .',
touserarray = '',
iconid = '0',
dateline = '1324156473',
showsignature = '0',
allowsmilie = '1',
reportthreadid = '0';
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's Edge (Na seznamu za odstranitev)',
m' at line 4
Error Number : 1064
Request Date : Saturday, December 17th 2011 @ 10:14:33 PM
Error Date : Saturday, December 17th 2011 @ 10:14:33 PM
Script : http://www.xxx.com (/classifieds_usercp.php?do=myitems&tab=5Expired Ads[/URL)
Referrer : [url]http://www.xxx.com/vb4/
IP Address : xxx.xxx.xxx.xxx
Username : Unregistered
Classname : vB_Database
MySQL Version :
thanks!
IMRDY91
12-18-2011, 01:51 PM
Chris, what are you talking about? I'm not sure I'm following. Anyway, no need for the edit anymore, I have added pay pal as I needed, however me and my coder have been scratching our heads trying to see why feedback is not being displayed correctly after our edits which I still haven't found a reason for btw. If anyone has any experience with this I could really use another opinion. Thanks.
P.s. Why are you all worked up about me finding help here? I asked you back in November to do a pay pal integration for me, but it wasn't in my budget; you then said that I should find someone else to do it so I have absolutely no idea where you're getting all of this from about "tricks" is it against your terms of service to have users fix your plugin or add features? If so, then why would you tell me to find another coder yourself when I asked about adding a feature? And what's this talk about me trying to sell anything? I'm not trying to sell anything at all I legitimately needed a second opinion from another coder to fix an issue. Im not trying to even give away my integration, nowhere in ANY of my posts does it even HINT at that. No one is trying to cheat you out of money, I fully intend to buy your premium version again once it launches, however I could not wait any longer to get some of the features I needed that are to be released in the next premium version so I am using something that allows me to launch my site and have something in place before your update goes live in January as you have said.
Christos Teriakis
12-18-2011, 03:22 PM
Not available any more..........
PS- Moderators: Please remove the thread
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.