View Full Version : Major Additions - Mary's Classifieds
maineGuy72
08-31-2011, 07:31 PM
is it possible for prospective buyers to post questions that all could see? also, i'd like to remove the auction feature as I do not allow members to auction items for sale.
that would be an add on and currently chris is only worrying about the bugs
it is in the style templates for removing the wording and links for auctions i believe
Christos Teriakis
09-01-2011, 08:27 AM
I want to thank all of you, who supported my work by voting Mary's Classifieds as MOTM for August. Maybe I was apsent from forum for some days, but I had to work for my Norgerian clients who wanted some extra features. Some of them will be public available in a short time.
Thank you
Chris
shanef
09-01-2011, 09:05 AM
Where in the css do i change the text colors and background colors in the table. i use a darker forum theme and all the light colors stick out like a soar thumb and some text is not even visable. i have have been playing with it for ever and cant make any progress. Is there a way to make the table inherit the color theme?
maybe in a later update there could be some different color themes available
Christos Teriakis
09-01-2011, 09:41 AM
Where in the css do i change the text colors and background colors in the table. i use a darker forum theme and all the light colors stick out like a soar thumb and some text is not even visable. i have have been playing with it for ever and cant make any progress. Is there a way to make the table inherit the color theme?
maybe in a later update there could be some different color themes available
There is already a black stylesheet. So, search in classifieds.php for:
$objGrid -> skinimages('lightgray', 'microclassifieds/datagrid/skins/%s/icons/');
and replace it with:
$objGrid -> skinimages('darkgray', 'microclassifieds/datagrid/skins/%s/icons/');
If you need more customization you can edit the file:
microclassifieds/datagrid/skins/dgstyle.css
Chris
shanef
09-01-2011, 10:05 AM
thanks but it dosent matter what i change it to i even tried ruby to see a change and the table colors and tabs stay the same
here is a link to what it looks like and you can see my problems
http://www.pantyobsession.com/forum/classifieds.php?do=main&catid=2
qpurser
09-01-2011, 10:14 AM
I want to thank all of you, who supported my work by voting Mary's Classifieds as MOTM for August. Maybe I was apsent from forum for some days, but I had to work for my Norgerian clients who wanted some extra features. Some of them will be public available in a short time.
Thank you
Chris
You are doing an amazing job Chris and well deserved!! :up:
Christos Teriakis
09-01-2011, 10:21 AM
thanks but it dosent matter what i change it to i even tried ruby to see a change and the table colors and tabs stay the same
here is a link to what it looks like and you can see my problems
http://www.pantyobsession.com/forum/classifieds.php?do=main&catid=2
Sorry, my mistake. But my brain is overloaded:D You also need to change the template:
microclassifieds_searchgrid
Change:
<link type='text/css' rel='stylesheet' href='microclassifieds/datagrid/skins/lightgray/css/dgstyle.css' />
To:
<link type='text/css' rel='stylesheet' href='microclassifieds/datagrid/skins/darkgray/css/dgstyle.css' />
.....but I've already reply to such an issued some pages before.
Chris
Christos Teriakis
09-01-2011, 10:22 AM
You are doing an amazing job Chris and well deserved!! :up:
....just trying. Thank you.:)
shanef
09-01-2011, 10:31 AM
thanks again no worries. i changed them both but still not change in the table colors. i have it set to darkgray and i changed the template also but it still looks like this
http://www.pantyobsession.com/forum/classifieds.php?do=main&catid=2
maineGuy72
09-01-2011, 11:08 AM
thanks again no worries. i changed them both but still not change in the table colors. i have it set to darkgray and i changed the template also but it still looks like this
http://www.pantyobsession.com/forum/classifieds.php?do=main&catid=2
we are unable to look at it because you have not given unregistered/not logged in visitors permission to view the classifieds.
i have changed my colors for the datagrid without a problem
ozione
09-01-2011, 12:04 PM
hi!
i'm sorry for busting here with another seek for help but i kinda tried everything i remembered and still can't get this done.
if i set another language to be used for querries i get the following error:
Warning: require(languages/sl.php) [function.require]: failed to open stream: No such file or directory in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Fatal error: require() [function.require]: Failed opening required 'languages/sl.php' (include_path='.:/usr/local/lib/php') in /domains/konzole-slovenija.com/public_html/vb4/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
i did create another lang file "sl.php" and uploaded it to the site. but it doesn't work even if i try to switch to "de" or "es" for an example.
something to do with a file path?
next thing which bothers me is the disability to set one ad as premium. although i check it as the premium one, nothing really happens. the ad is just... well, the normal ad.
THANKS!
btw, in my opinion this is one of the best mod ever!
if i set another language to be used for querries i get the following error
I have the same error/problem...
maineGuy72
09-01-2011, 12:24 PM
ok i will do this one more time
1. create a new usergroup named premium user with same permissions as registered user
2. edit the usergroup premium user
3. under microclassified options in usergroup change listing priority to 1
4 change usergroups for those you want to have premium adds to the new usergroup
5. have them post a new ad
if the ad is still not displayed
6. edit ad and check of the premium ad box and save
this should work fine
maineGuy72
09-01-2011, 12:28 PM
hi!
i'm sorry for busting here with another seek for help but i kinda tried everything i remembered and still can't get this done.
if i set another language to be used for querries i get the following error:
Warning: require(languages/sl.php) [function.require]: failed to open stream: No such file or directory in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Fatal error: require() [function.require]: Failed opening required 'languages/sl.php' (include_path='.:/usr/local/lib/php') in /domains/konzole-slovenija.com/public_html/vb4/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24i did create another lang file "sl.php" and uploaded it to the site. but it doesn't work even if i try to switch to "de" or "es" for an example.
something to do with a file path?
i will see what i can figure out
maineGuy72
09-01-2011, 12:52 PM
hi!
if i set another language to be used for querries i get the following error:
Warning: require(languages/sl.php) [function.require]: failed to open stream: No such file or directory in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Fatal error: require() [function.require]: Failed opening required 'languages/sl.php' (include_path='.:/usr/local/lib/php') in /domains/konzole-slovenija.com/public_html/vb4/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24i did create another lang file "sl.php" and uploaded it to the site. but it doesn't work even if i try to switch to "de" or "es" for an example.
something to do with a file path?
where are you making the change to another language? in the general options for the classifieds?
are you just putting sl in the option or are you adding the .php to it?
Christos Teriakis
09-01-2011, 01:29 PM
thanks again no worries. i changed them both but still not change in the table colors. i have it set to darkgray and i changed the template also but it still looks like this
http://www.pantyobsession.com/forum/classifieds.php?do=main&catid=2
This is the template microclassifieds_main. I thought that you were talking for the search.
Chris
maineGuy72
09-01-2011, 05:38 PM
hi!
i'm sorry for busting here with another seek for help but i kinda tried everything i remembered and still can't get this done.
if i set another language to be used for querries i get the following error:
Warning: require(languages/sl.php) [function.require]: failed to open stream: No such file or directory in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Fatal error: require() [function.require]: Failed opening required 'languages/sl.php' (include_path='.:/usr/local/lib/php') in /domains/konzole-slovenija.com/public_html/vb4/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24i did create another lang file "sl.php" and uploaded it to the site. but it doesn't work even if i try to switch to "de" or "es" for an example.
something to do with a file path?
next thing which bothers me is the disability to set one ad as premium. although i check it as the premium one, nothing really happens. the ad is just... well, the normal ad.
THANKS!
btw, in my opinion this is one of the best mod ever!
when i change the language in general options to de, es or pt i get a blank screen where the grid is suppose to be and no error.
Christos Teriakis
09-01-2011, 06:08 PM
hi!
i'm sorry for busting here with another seek for help but i kinda tried everything i remembered and still can't get this done.
if i set another language to be used for querries i get the following error:
Warning: require(languages/sl.php) [function.require]: failed to open stream: No such file or directory in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Fatal error: require() [function.require]: Failed opening required 'languages/sl.php' (include_path='.:/usr/local/lib/php') in /domains/konzole-slovenija.com/public_html/vb4/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
i did create another lang file "sl.php" and uploaded it to the site. but it doesn't work even if i try to switch to "de" or "es" for an example.
something to do with a file path?
next thing which bothers me is the disability to set one ad as premium. although i check it as the premium one, nothing really happens. the ad is just... well, the normal ad.
THANKS!
btw, in my opinion this is one of the best mod ever!
Please try with the attached file.
Chris
clutchthese
09-01-2011, 06:35 PM
For some reason the Googleads don't show on classifieds... Any idea why?
qpurser
09-01-2011, 07:15 PM
Have been playing around with it and it works just great besides the "rate now" option in my "Sales History".
When I click on the option it leads to a blank page.
PS. I am working with the classifieds.php you PM'd me yesterday
maineGuy72
09-01-2011, 07:26 PM
Have been playing around with it and it works just great besides the "rate now" option in my "Sales History".
When I click on the option it leads to a blank page.
PS. I am working with the classifieds.php you PM's me yesterday
sales history is in the usercp_classifieds.php not in classifieds.php
go to style manager --> microclassifieds_my_history_bit edit
find 2 lines with classifieds.php?do=postreview&orderid=
add usercp_ before classifieds should look like
usercp_classifieds.php?do=postreview&orderid=
** chris lines 3398 and 3401 in product-microclassifieds.xml need to have it added there.
ozione
09-01-2011, 07:34 PM
Please try with the attached file.
Chris
tried it! getting an error even with the default "en.php" now.
Warning: require(languages/microclassifieds/datagrid/en.php)...
as an answer to a question earlier: i'm defining language within the ADMIN CP, under general options. only language code, no .php extension.
maineGuy72
09-01-2011, 07:37 PM
tried it! getting an error even with the default "en.php" now.
Warning: require(languages/microclassifieds/datagrid/en.php)...as an answer to a question earlier: i'm defining language within the ADMIN CP, under general options. only language code, no .php extension.
that should be micoclassifieds/datagrid/languages/en.php so it is a link issue now
maineGuy72
09-01-2011, 07:41 PM
tried it! getting an error even with the default "en.php" now.
Warning: require(languages/microclassifieds/datagrid/en.php)...as an answer to a question earlier: i'm defining language within the ADMIN CP, under general options. only language code, no .php extension.
try this one. there was a spelling error in one of the links. it is the same one chris posted at 15:08 today with the correction
qpurser
09-01-2011, 07:50 PM
sales history is in the usercp_classifieds.php not in classifieds.php
go to style manager --> microclassifieds_my_history_bit edit
find 2 lines with classifieds.php?do=postreview&orderid=
add usercp_ before classifieds should look like
usercp_classifieds.php?do=postreview&orderid=
** chris lines 3398 and 3401 in product-microclassifieds.xml need to have it added there.
Thanks so much. That did it.
Just FYI... When I go to the "sellers" profile and look under "classifieds" Tab and then "sold classifieds" and if I click on the item I could buy it again....
Is this normal?
maineGuy72
09-01-2011, 07:55 PM
Thanks so much. That did it.
Just FYI... When I go to the "sellers" profile and look under "classifieds" Tab and then "sold classifieds" and if I click on the item I could buy it again....
Is this normal?
it might be able to if the ad is an autopost otherwise no you can't i tried it on my site and the buy button did not appear
ozione
09-01-2011, 08:56 PM
try this one. there was a spelling error in one of the links. it is the same one chris posted at 15:08 today with the correction
same error.
if i revert to the original file the en-glish version works. with this modified one, no version works.
thanks for helping me out!
maineGuy72
09-01-2011, 09:35 PM
same error.
if i revert to the original file the en-glish version works. with this modified one, no version works.
thanks for helping me out!
for a temporary fix
upload your original classifieds.php that you were getting the error with
upload the microclassified-->datagrid->languages folder to forum root.
++note not the files but the whole folder
this only effects the wording in the grid (ie displaying rows 1 to 15 of 29)
YourGemologist
09-01-2011, 10:42 PM
Hi,
When you upload your files via FTP do the following:
- Go to: /domains/youraddress.com/public_html/microclassifieds
- Right mouse click on the "Photos" folder and select permissions. Set the value to 777
- Do the same for the folders in the Photos folder: thumbs and tmp
Thats all
OUTSTANDING! Thank you. I appreciate the patience that everyone here shows along with the sharing. You all are the best!
Robert
shanef
09-02-2011, 12:04 AM
This is the template microclassifieds_main. I thought that you were talking for the search.
Chris
what am i to change here, before you had me change it to darkgray there is no such line here
maineGuy72
09-02-2011, 12:27 AM
Where in the css do i change the text colors and background colors in the table. i use a darker forum theme and all the light colors stick out like a soar thumb and some text is not even visable. i have have been playing with it for ever and cant make any progress. Is there a way to make the table inherit the color theme?
maybe in a later update there could be some different color themes available
what table are you talking about?
shanef
09-02-2011, 01:17 AM
<a href="http://www.pantyobsession.com/forum/classifieds.php?do=main&catid=2" target="_blank">http://www.pantyobsession.com/forum/...o=main&catid=2</a>
you can see that it is very hard to read and some text is not even visable,
stationar
09-02-2011, 02:37 AM
When I select russian, it gives me three different charsets, and only third one is readable (red on picture).
ozione
09-02-2011, 07:38 AM
for a temporary fix
upload your original classifieds.php that you were getting the error with
upload the microclassified-->datagrid->languages folder to forum root.
++note not the files but the whole folder
this only effects the wording in the grid (ie displaying rows 1 to 15 of 29)
whoa, thanks for this one. i though there was a path issue but i couldn't have done it without your help! THANK YOU!
here is another cosmetic issue; not all the lines / values are translated.
how can one trasnalte phrases like:
- browse classifieds
- reset search
- "S", "W" and "A"
- store, individual,...
tnx!
Christos Teriakis
09-02-2011, 08:11 AM
whoa, thanks for this one. i though there was a path issue but i couldn't have done it without your help! THANK YOU!
here is another cosmetic issue; not all the lines / values are translated.
how can one trasnalte phrases like:
- browse classifieds
- reset search
- "S", "W" and "A"
- store, individual,...
tnx!
It's on the classifieds.php but soon I'll release a file phrased.
Chris
ozione
09-02-2011, 08:35 AM
i'm so impressed with the support response time. where can i donate for this impressive work?
dypsisdean
09-02-2011, 08:49 AM
Just wanted to congratulate Chris for winning Mod of the Month. It is well deserved. And thanks to Chris' helpers - especially Mike.
ozione
09-02-2011, 08:55 AM
Just wanted to congratulate Chris for winning Mod of the Month. It is well deserved. And thanks to Chris' helpers - especially Mike.
so true!
Bram H
09-02-2011, 09:13 AM
Just wanted to congratulate Chris for winning Mod of the Month. It is well deserved. And thanks to Chris' helpers - especially Mike.
Thumbs for Mike as well :) Well done guys, deserved win!:up:
Christos Teriakis
09-02-2011, 09:18 AM
i'm so impressed with the support response time. where can i donate for this impressive work?
Nowhere... lol... But if you really want to donate, then there are many organizations for unwanted children. You'll make me double happy if you donate there.
In a few days I'll start operating a site for it, for those who want to buy the Brand Free version, and maybe more personal support. vB.org is great, but by having only one thread is difficult to control all posts. I'm sure that I've bypassed many such posts, and by the way I apoligize to any of you. But my age (and my sight), don't helps me a lot...:D
Christos Teriakis
09-02-2011, 09:32 AM
Thumbs for Mike as well :) Well done guys, deserved win!:up:
Yes, I do agree. He is very helpful person. The funny is that I don't know him at all. But I assume that he must be ugly to decide to put a snake in his photo... ahahaha... Sorry Mike, I'm kidding....:D
Whity
09-02-2011, 09:51 AM
tried it! getting an error even with the default "en.php" now.
Warning: require(languages/microclassifieds/datagrid/en.php)...
as an answer to a question earlier: i'm defining language within the ADMIN CP, under general options. only language code, no .php extension.
open:
microclassifieds\datagrid\class\phpmydatagrid.clas s.php
find:
var $lngPath = "";
replace:
var $lngPath = "microclassifieds/datagrid/";
Whity
09-02-2011, 10:13 AM
When I select russian, it gives me three different charsets, and only third one is readable (red on picture).
which charsets you use the forum?
ozione
09-02-2011, 10:14 AM
@ chris, that is very noble. i'll check it out for sure!
@ whity, thanks - this seems a more proper solution although mike's one solved the case.
another q:
- how could one set/change the price filed for accepting letters instead and/of numbers
why? if one would like to make a custom deal. like "negotiation" or smtng.
maineGuy72
09-02-2011, 11:01 AM
Yes, I do agree. He is very helpful person. The funny is that I don't know him at all. But I assume that he must be ugly to decide to put a snake in his photo... ahahaha... Sorry Mike, I'm kidding....:D
i would post my picture but i am wanted in 4 countrys for stalking programers.
hahaha
YourGemologist
09-02-2011, 11:19 AM
Just a "heads up" for those using GoDaddy servers. We just uploaded the Mary's microClassifieds and spent 3 days trying to get the full phpMyDataGrid files to upload. There is one file that for some reason the GoDaddy servers filter for FTP upload. I contacted Gustavo and he customized the file to go through the GoDaddy server filters. This is apparently only an issue with GoDaddy servers. Here is Gustavo's email.
info@gurusistemas.com
He gets about $50.00 for this program and its well worth paying the guy for his work. I believe that the Mary's microClassified is a wounderful program and I will also make sure that its author gets paid for his excellent work I am going to find out how to donate to the author. (sorry I don't have your proper name as I am new here)
Excellent program that our folks are already excited about. But just a note for anyone on GoDaddy who is wanting to use this. If a file hangs it is going to hang forever without this fix.
I am not very advanced with all of this but was successful in creating this program on our system due to the help of everyone here. I appreciate the assistance of this forum. You folks are great.
Robert
qpurser
09-02-2011, 11:31 AM
Hey Chris,
as already mentioned by others you are doing a great job here. The option to get a brand free version for a donation would be great and I am sure a lot of people would do this. I would for sure.
Our members wanted us to implement some kind of "rating system" for buyers/sellers and I have been looking into the iTrader mod. It is a great mod also for sure but more a stand alone system. Yours combines the classifieds, ratings and reviews all in one which is way better IMO.
I asked already a lot but I am afraid I have another questions. :)
Reviews: If I understand well the "reviews" become visible after a certain amount of days configured in the settings?
Would it be possible to give the buyer/seller for example 5 days time to write a review but once they did it becomes visible immediately and not after those 5 days in my example?
Michael
stationar
09-02-2011, 01:33 PM
which charsets you use the forum?windows-1251
Whity
09-02-2011, 03:03 PM
windows-1251
sorry all
в каком месте менял кодировку?
maineGuy72
09-02-2011, 04:29 PM
when is the next update chris?
Christos Teriakis
09-02-2011, 05:34 PM
when is the next update chris?
When I'll ...finish it :D. I'm working in the listings within categories. Unfortunatelly the current datagrid supports only fixed column width, something that makes the listings ungly in wide resolutions. That's why I'm changing the grid in the listings and maybe I'll use the same for search.
If you vist: http://www.christeris.net/vb4/classifieds.php?do=main&catid=4
You'll see that first of all, I've added a javascript to detect the user's screen resolution and activate the corresponding listing. Supports all modern browsers, but I let a manual choice there, in case that for some reason the auto detect does not works.
I also added 2 other listing types: Block for those who want more infor in listings before open the Ads page, and Brief for the opposite. I've also a 5th "Gallery" still under construction.
Chris
maineGuy72
09-02-2011, 05:40 PM
just want to make sure that all the errors that have been found and fixed are in the next update. i have made so many changes that i dont know if i got them all.
and i am the one that fixed most of them. haha
maineGuy72
09-02-2011, 05:41 PM
the new layout looks nice
stationar
09-02-2011, 11:25 PM
sorry all
в каком месте менял кодировку?
MicroClassifieds >> General Options
Grid Interface = ru
Grid data language = windows-1251 (utf-8 produces the same result)
My forum charset is windows-1251
NTMID8
09-03-2011, 12:38 AM
When I'll ...finish it :D. I'm working in the listings within categories. Unfortunatelly the current datagrid supports only fixed column width, something that makes the listings ungly in wide resolutions. That's why I'm changing the grid in the listings and maybe I'll use the same for search.
If you vist: http://www.christeris.net/vb4/classifieds.php?do=main&catid=4
You'll see that first of all, I've added a javascript to detect the user's screen resolution and activate the corresponding listing. Supports all modern browsers, but I let a manual choice there, in case that for some reason the auto detect does not works.
I also added 2 other listing types: Block for those who want more infor in listings before open the Ads page, and Brief for the opposite. I've also a 5th "Gallery" still under construction.
Chris
the new layout looks nice
I agree... outstanding!
Christos Teriakis
09-03-2011, 04:53 AM
Reviews: If I understand well the "reviews" become visible after a certain amount of days configured in the settings?
Would it be possible to give the buyer/seller for example 5 days time to write a review but once they did it becomes visible immediately and not after those 5 days in my example?
Michael
Hi Mike,
This is the way that it works, but assuming that crons are runing smoothly. The amount of max days, is valid only if one of them hasn't post the review. If both have post them, then on the next cron run, one of the jobs is to check and activate, any order has both reviews active and is not active yet.
Chris
Christos Teriakis
09-03-2011, 04:55 AM
When I select russian, it gives me three different charsets, and only third one is readable (red on picture).
Have you hard written the phrases in classifieds.php? If yes what was the charset of the editor that you used?
Chris
shanef
09-03-2011, 05:19 AM
when a user hits there max number of allowable ad postings it takes away there permission to post in the forum as well
CLASSIFIEDS
You're trying to add a new ad, or to activate an old one, but this is not permitting from your usergroup's settings. Please contact administrator to ask how you can upgrade, or deactivate, delete, mark as sold another Ad to free up your space
FORUM
1.Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
Christos Teriakis
09-03-2011, 05:39 AM
when a user hits there max number of allowable ad postings it takes away there permission to post in the forum as well
CLASSIFIEDS
You're trying to add a new ad, or to activate an old one, but this is not permitting from your usergroup's settings. Please contact administrator to ask how you can upgrade, or deactivate, delete, mark as sold another Ad to free up your space
FORUM
1.Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
For sure there is no conflist. The only possible reason is that the user lost his session, so appears as not logon. I'll check it.
Chris
shanef
09-03-2011, 05:48 AM
when creating an add you can enter your payment methods such as paypal and paypal email but unless the buyer enters a note will paying there is no way to tell what they are buying if you have multiple ads up, an incorporated paypal pay now or buy it now would be very helpful or this may get very confusing for sellers and buyers
I still cant get the table colors to change after i have done what you said to also
http://www.pantyobsession.com/forum/classifieds.php?do=main&catid=2
Christos Teriakis
09-03-2011, 07:23 AM
Just a "heads up" for those using GoDaddy servers. Robert
Hello Robert,
Unfortunatelly, there is also a black point with GoDaddy servers, but dammit I can't remember right now. It's something about mailing. I think that they don't activate the mail() function for any reason.
Chris
Christos Teriakis
09-03-2011, 07:24 AM
just want to make sure that all the errors that have been found and fixed are in the next update. i have made so many changes that i dont know if i got them all.
and i am the one that fixed most of them. haha
Mike, could your please list all bugs (fixed and unfixed) in one post here?
Thank you
Chris
Ricsca
09-03-2011, 10:06 AM
Demo?
Christos Teriakis
09-03-2011, 10:23 AM
Demo?
http://www.christeris.net/vb4/classifieds.php but is my working area, so you maybe find some functions not working, or so.
Chris
maineGuy72
09-03-2011, 11:22 AM
I still cant get the table colors to change after i have done what you said to also
http://www.pantyobsession.com/forum/classifieds.php?do=main&catid=2
as i said before we are unable to see the classifieds cause the forum sends us to a log in screen. you do not allow people not logged in to see it so we dont know what to look at
maineGuy72
09-03-2011, 12:28 PM
Mike, could your please list all bugs (fixed and unfixed) in one post here?
Thank you
Chris
attached is a list of errors and fixed errors
any luck on that PM issues we talked about?
shanef
09-03-2011, 12:34 PM
sorry i changed the user permissions you should be able to see what i am talking about now
maineGuy72
09-03-2011, 12:50 PM
sorry i changed the user permissions you should be able to see what i am talking about now
http://www.pantyobsession.com/forum/classifieds.php?do=main&catid=12
ok so if you type something in the search box it looks right to be so what ever you did to that one you need to do to the browse grid
you would need to edit the microclassifieds_browsegrid template to change the skin
shanef
09-03-2011, 01:04 PM
thanks changed it to dark gray all is well
thanks for your time
Whity
09-03-2011, 01:08 PM
attached is a list of errors and fixed errors
Thanks
shanef
09-03-2011, 10:47 PM
I'm not sure if this same things have been posted i did not see it.
1. After a sale is made the listing is removed but the item stays in the users profile.
2. there is no option for the user to re post the same ad (yes i know auto post is an option but this is if they did not select it
3. Does not seem to be an option for the user to delete their own add after the sale
4. Since there is no option for the user to delete there own ad it counts toward there allowable ads being posted and if its set low they will not be able to post even if they don't have any live listings
I'm sorry if any of these things have been mentionedand if there is an option for any of these things i'm blind to that also
maineGuy72
09-04-2011, 01:12 AM
I'm not sure if this same things have been posted i did not see it.
1. After a sale is made the listing is removed but the item stays in the users profile.
2. there is no option for the user to re post the same ad (yes i know auto post is an option but this is if they did not select it
3. Does not seem to be an option for the user to delete their own add after the sale
4. Since there is no option for the user to delete there own ad it counts toward there allowable ads being posted and if its set low they will not be able to post even if they don't have any live listings
I'm sorry if any of these things have been mentioned and if there is an option for any of these things i'm blind to that also
1. was the sale accepted by the seller? if it is accepted it goes into the sold tab in the user control panel
2. i do no see an option from the sold tab to repost it. i agree that the drop down list in the sold tab should an option to repost along with the delete option.
3.in the user control panel under sold ads there is a drop down list where you can select delete
4. not sure about if a sold ad counts as a listing. it shouldn't though
stationar
09-04-2011, 01:41 AM
Have you hard written the phrases in classifieds.php? If yes what was the charset of the editor that you used?
Chris
No, I just translated phrases in vBulletin, and used "ru" language. Didn't change any files at all.
Whity
09-04-2011, 05:08 AM
No, I just translated phrases in vBulletin, and used "ru" language. Didn't change any files at all.
There is a problem. I also translated the phrase into Russian and my UTF8.
Bram H
09-04-2011, 08:57 AM
We are planning to upgrade today to 4.1.5. Can somebody confirm that this modification will still work on that vb version?
dypsisdean
09-04-2011, 10:09 AM
the new layout looks nice
I also agree - very nice looking.
Has anything been done to allow for free or for trade items. At the very least, maybe the ability to enter zero in the price field. Or maybe to allow the words "Free" or "Trade" in the price field.
Whity
09-04-2011, 11:09 AM
No, I just translated phrases in vBulletin, and used "ru" language. Didn't change any files at all.
fixed
open
microclassifieds\datagrid\class\phpmydatagrid.clas s.php
find:
var $sqlcharset = "";
replace:
var $sqlcharset = "Windows-1251";
or
var $sqlcharset = "UTF-8"; if you use the charset UTF8
qpurser
09-04-2011, 11:20 AM
We are planning to upgrade today to 4.1.5. Can somebody confirm that this modification will still work on that vb version?
Works fine for us with 4.1.5
k6rikko
09-04-2011, 11:34 AM
Hi all, sorry iam not the crack so i need some help. I be searching 2 days long in the stylevars to changing the colorstyle from the microclassifieds sidebar ( contents Search, Random classifieds etc etc? How can i change the body and font colors ? Another prob the font color Premium Classifieds on top with the border , some bottom with Premium Profiles.
I use a greystyle and it doesnt fit my style. Have many many thx at all :)
Greets Rikko
shanef
09-04-2011, 12:53 PM
1. was the sale accepted by the seller? if it is accepted it goes into the sold tab in the user control panel
2. i do no see an option from the sold tab to repost it. i agree that the drop down list in the sold tab should an option to repost along with the delete option.
3.in the user control panel under sold ads there is a drop down list where you can select delete
4. not sure about if a sold ad counts as a listing. it shouldn't though
ok i can see where to delete them, both parties have accepted the terms but nothing ever shows up sold anywhere - you don't have any sold ads
and one member has 10 active ads with a limit of 50 and is getting a permision error when trying to post more and yes they are logged in
stationar
09-04-2011, 03:09 PM
fixed
open
microclassifieds\datagrid\class\phpmydatagrid.clas s.php
find:
var $sqlcharset = "";
replace:
var $sqlcharset = "Windows-1251";
or
var $sqlcharset = "UTF-8"; if you use the charset UTF8
Thanks. That fixed the issue. I also changed file ru.php. In fact, I deletet the file, and created a new one, because it was saved with wrong encoding. Here is the correct one, that works (attached):
ozione
09-04-2011, 03:37 PM
hi again!
i'm about to open classifieds to the public but there are still some issues i can't resolve myself. any help would be appreciated - as always.
1st trouble:
i'm having two different urls (paths) to "my classifieds" section. one path from one's control panel:
http://***forum_URL***/usercp_classifieds.php?do=myitems
this one works as it should and points to a correct location
this path is shown from an administrative message in case where one is having a limited permissions (e.g. number of ads). at the end there is a link to "my ads":
http://***forum_URL***/classifieds.php?do=myitems
this is generating a blank page or a fatal error:
Fatal error: Call to a member function show_chatbox() on a non-object in /domains/konzole-slovenija.com/public_html/vb4/includes/class_bootstrap.php(414) : eval()'d code on line 35
which also generates an invalid sql error.
it seems this has somewhat to do with a MGC Chatbox Evo product. besides this error occurs only when one is not logged in (permissions?). i have to say that currently only admin user group has permissions to use classifieds but anyway... i think this is not a proper error.
next thing; if one's logged out and trying to access classifieds, an error occurs (using firefox or safari):
Unable to add cookies, header already sent.
File: /domains/konzole-slovenija.com/public_html/vb4/classifieds.php
Line: 1
same thing with an error in google chrome and opera:
Fatal error: Call to a member function show_chatbox() on a non-object in /domains/konzole-slovenija.com/public_html/vb4/includes/class_bootstrap.php(414) : eval()'d code on line 35
i would say that "same" thing is happening in different scenarios but i'm just not that into it to extract it out. thanks for all the help.
j.
Christos Teriakis
09-04-2011, 04:44 PM
http://***forum_URL***/classifieds.php?do=myitems
this is generating a blank page or a fatal error:
[CODE]
This URL is wrong (from the older versions). Do you remember where did you found it?
Chris
Whity
09-04-2011, 04:47 PM
I can not find a phrase:
microclassifieds_h_autopost
instead it
microclassifieds_h_title
clutchthese
09-04-2011, 06:27 PM
does google ads work on anyone's classifieds.php page? I can't get my ads to populate.
businessmeet
09-04-2011, 08:07 PM
facing same prob, there is permission issue
stationar
09-04-2011, 08:12 PM
1. When placing bid, vBulleting gives error: "Invalid recipient username. Please press the back button, enter the correct username and try again. Click Here to See the Members List". When I go back, my bid is placed.
2. Nothing is listed in the data grid. No items at all.
maineGuy72
09-05-2011, 12:28 AM
1. When placing bid, vBulleting gives error: "Invalid recipient username. Please press the back button, enter the correct username and try again. Click Here to See the Members List". When I go back, my bid is placed.
2. Nothing is listed in the data grid. No items at all.
1. as stated in many posts the error you are getting is from a PM error to people watching the ad. the PM to seller does go through
2. provide a link so we can see what you mean
maineGuy72
09-05-2011, 12:30 AM
please if you have questions please use the "search this mod" option at the top
before posting your question.
stationar
09-05-2011, 12:50 AM
3. Another issue: When editing your favorites (or other staff on UserCP), it redirects to the wrong URL. (I think this was mentioned, but the thread is getting too large to follow)
-----
More info from error log (it looks like grid is trying to use wrong mysql credentials):
[QUOTE]----- 2011-09-05 00:28:00 -----
-------------------------------
classifieds.php?do=browsegrid
-------------------------------
SQL Error found in query: SELECT `id`,`logo`,`adtype`,`title`,`categoryid`,`userid` ,`username`,`newused`,`starts`,`price`,`location` FROM `microclassifieds_items` WHERE active = 1 AND hidden = 0 AND sold = 0 AND categoryid IN (4) ORDER BY `starts` DESC LIMIT 0,15
Error message: Access denied for user 'test'@'localhost' (using password: NO)
-------------------------------
ozione
09-05-2011, 11:26 AM
This URL is wrong (from the older versions). Do you remember where did you found it?
Chris
maybe this will help you?
132663
vb50kgpoo
09-05-2011, 11:43 AM
See here please: https://vborg.vbsupport.ru/showpost.php?p=2239873&postcount=719
For some reason this only allows you to change the navbar link text site wide except classifieds.php
Does anyone know how I change the navbar link to something else for classifieds.php?
maineGuy72
09-05-2011, 01:23 PM
Here is the link: http://test.fleita.com/forum/classifieds.php?do=main&catid=2
I expect to have items in there.
3. Another issue: When editing your favorites (or other staff on UserCP), it redirects to the wrong URL. (I think this was mentioned, but the thread is getting too large to follow)
-----
More info from error log (it looks like grid is trying to use wrong mysql credentials):
i agree it is using the wrong username but this mod doesnt store the info it requests it from VB. so i think it would be a settings issue with your testing environment. either change the "test" users permission or look into the VB settings for your test site
maineGuy72
09-05-2011, 01:25 PM
For some reason this only allows you to change the navbar link text site wide except classifieds.php
Does anyone know how I change the navbar link to something else for classifieds.php?
do a search in this mod. i have explained where to change it in phrase manager
stationar
09-05-2011, 03:20 PM
either change the "test" users permission or look into the VB settings for your test siteCan't change permission for "test" user because, according to error log, it is using no password. Don't know where are these settings in VB. I am still thinking the problem is in the grid class itself.
ChangeFive
09-05-2011, 09:25 PM
I think I found a bug. While in the classifieds section, any ads that are posted in Header position 1 or 2 from within the VB control panel are not displayed.
Also, I found where to put the link if you wanted to add an image next to the title in the navbar (microclassifieds_tabemenu style) and it works ok except for when you are actually on the classifieds.php page. I looked for the same phrase (vbphrase.microclassifieds_classifieds) to put the image in front of in the classifieds.php, but could not find it. If anyone could steer me in the right direction, I would appreciate it.
shanef
09-06-2011, 12:25 AM
i have it set for Max Concurrent Active Ads 50 and currently a user has only about 7 but she is now getting the message
You're trying to add a new ad, or to activate an old one, but this is not permitting from your usergroup's settings. Please contact administrator to ask how you can upgrade, or deactivate, delete, mark as sold another Ad to free up your space.
warringtonpl
09-06-2011, 10:03 AM
Is there any way to switch the auction off. I only want classifieds on my forum and no auction.
principino1984
09-06-2011, 10:13 AM
After the update, when I post a new ad, it remain stuck at this string: ../classifieds.php?do=saveupdateitem and the ad won't be published
Marco
Christos Teriakis
09-06-2011, 04:14 PM
Hello,
I was working in a new update (new features), which I'll release tomorrow with any bug fixes. The new features are mostly improvements in category listing and in search. You can get an idea at:
http://www.christeris.net/vb4/classifieds.php?do=main&catid=4
If you're using a modern browser it will detects your screen resolution and it will shows you the wide listing (more fields). There are also another 3 different types of listings (Bried, Full, Gallery) and ofcourse short listing (less fields) if your screen resolution is up to 1024.
In search there are 3 improvements:
The input search is now "as you type search", so you don't need to press enter.
The ordering arrows from the left of the header title have moved, and the title became clickable to switch the ordering.
The active ordering column can has different background color for better visibility.Chris
dai-kun
09-06-2011, 06:05 PM
1. I get this error when viewing classified categories and when doing advanced search (basically anywhere that uses the grid):
Warning: mysql_query() [function.mysql-query]: Access denied for user 'user'@'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
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Warning: mysql_query() [function.mysql-query]: Access denied for user 'user'@'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
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Also on same page I get uncached template microclassifieds_browsegrid
2. On classified homepage, I get uncached template microclassifieds_category_empty
3. On viewing items and add items page, I get uncached template editor_ckeditor
Thanks
maineGuy72
09-06-2011, 06:29 PM
i would re-upload all the files again and let us know
dai-kun
09-06-2011, 09:26 PM
i would re-upload all the files again and let us know
Hi, thanks for reply.
I reuploaded and reinstalled product file. Still same problem :(
I have PHP v5.2.17, MySQL v5.1.56
maineGuy72
09-07-2011, 11:00 AM
Hi, thanks for reply.
I reuploaded and reinstalled product file. Still same problem :(
I have PHP v5.2.17, MySQL v5.1.56
I just noticed this
Access denied for user 'user'@'localhost' (using password: NO)
check your mysql permissions.
vb50kgpoo
09-07-2011, 01:40 PM
Hi Chris
Looking forward to the new release. I have installed but have not started listing auctions yet.
OK, I want to replace "Classifieds" in the navbar to "For Sale & Wanted"
I HAVE MANAGED TO DO THIS SITE WIDE EXCEPT ON classifieds.php OF ALL PLACES!
How do I change the text?
:confused:
fwulfers
09-07-2011, 02:08 PM
When contacting a seller, it still shows this message:
Invalid recipient username. Please press the back button, enter the correct username and try again
The message goes through and shows up in the receiver's inbox. However, it doesn't send out an email notification. I thought you fixed this problem before but it didn't make it to the latest 5.1.3 version.
stationar
09-07-2011, 02:52 PM
How do I change the text?Search for the phrase "classifieds". There are TWO of them. You must change both. They both have the same name microclassifieds_classifieds, but one of them is in microclassifieds, the other one is in GLOBAL.
vb50kgpoo
09-07-2011, 02:59 PM
Search for the phrase "classifieds". There are TWO of them. You must change both. They both have the same name microclassifieds_classifieds, but one of them is in microclassifieds, the other one is in GLOBAL.
Thank you :-)
dai-kun
09-07-2011, 03:55 PM
I just noticed this
Access denied for user 'user'@'localhost' (using password: NO)
check your mysql permissions.
Sorry, I am not sure what is wrong with my permissions. Everything connects fine to the database. The forum, my main site, and all other plugins. I dunno why I am getting this error for that specific file only. What should I do?
stationar
09-07-2011, 05:32 PM
Access denied for user 'user'@'localhost' (using password: NO)
Same problem here.
qpurser
09-08-2011, 01:43 AM
Chris,
I have a small issue.
I created a block for the sidebar which works fine but when it is an auction and somebody bids on it the sidebar block never gets updated and always shows the initial price.
Can this be fixed?
As always thanks a lot
Michael
vb50kgpoo
09-08-2011, 05:36 AM
When I go to the classifieds.php page, I get page errors;
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Thu, 8 Sep 2011 06:30:21 UTC
Message: Object doesn't support this property or method
Line: 482
Char: 473
Code: 0
URI: http://www.domain.tld/microclassifieds/includes/jqueryUI.js
Can you advise?
:confused:
Halfhidden
09-08-2011, 09:56 AM
Hi and thanks for a fantastic script!!! I was hoping that someone would do this properly :D
Anyway I have a blank screen when deleting an item.
I've already used the XML edit that was posted (that helped with the approvals... so no more blank pages when approving) and I've also replaced the microclassified_admin.php but still get a blank screen on deletion of a sales item.
I have discovered something though that might help track the problem:
Once I click on Classified>Moderate Classified>Approve Classifieds I see a list of items waiting approval. If I use the drop down menu to choose delete then I get a blank page.
However if I click on the title of the sale waiting approval and visit the page and scroll down to the bottom I see that the sale item has "edit" and "Delete" buttons. Using this delete button works as it should. The script asks me if I really want to delete the item and upon answering yes it is successfully deleted.
Hope that helps:D
Oops.
Nearly forgot. I'm running Marrysclassified version 5.1.3
VB suite 4.1.5L1
And yes, I previously had Micro Classified installed before Marry stopped developing it.
maineGuy72
09-08-2011, 10:57 AM
Hi and thanks for a fantastic script!!! I was hoping that someone would do this properly :D
Anyway I have a blank screen when deleting an item.
I've already used the XML edit that was posted (that helped with the approvals... so no more blank pages when approving) and I've also replaced the microclassified_admin.php but still get a blank screen on deletion of a sales item.
I have discovered something though that might help track the problem:
Once I click on Classified>Moderate Classified>Approve Classifieds I see a list of items waiting approval. If I use the drop down menu to choose delete then I get a blank page.
However if I click on the title of the sale waiting approval and visit the page and scroll down to the bottom I see that the sale item has "edit" and "Delete" buttons. Using this delete button works as it should. The script asks me if I really want to delete the item and upon answering yes it is successfully deleted.
Hope that helps:D
Oops.
Nearly forgot. I'm running Marrysclassified version 5.1.3
VB suite 4.1.5L1
And yes, I previously had Micro Classified installed before Marry stopped developing it.
It is a known issue and is on the list to be fixed in this next release
maineGuy72
09-08-2011, 10:58 AM
When contacting a seller, it still shows this message:
The message goes through and shows up in the receiver's inbox. However, it doesn't send out an email notification. I thought you fixed this problem before but it didn't make it to the latest 5.1.3 version.
i posted a temp fix until the error was corrected. hopefully it will be in the next release
shanef
09-08-2011, 11:06 PM
i have it set for Max Concurrent Active Ads 50 and currently a user has only about 7 but she is now getting the message
You're trying to add a new ad, or to activate an old one, but this is not permitting from your usergroup's settings. Please contact administrator to ask how you can upgrade, or deactivate, delete, mark as sold another Ad to free up your space.
I still have not been able to resolve this issue
maineGuy72
09-09-2011, 12:41 PM
chris will the new update be released today?
qpurser
09-10-2011, 01:33 PM
I still have issues with the datagrid.
As you can see the grid is way to small but I just can't figure out where to change the settings to make the grid bigger.
Any hints how to do this?
Thanks
stationar
09-10-2011, 02:29 PM
Any hints how to do this?I believe it will be addressed in the next release.
k6rikko
09-10-2011, 08:57 PM
Hello , i hope so anyone can help me with this problem. I be looking to remove 2 sections at browse classifieds (show all) . I have marked the 2 fields red where i like to remove (dont need it) . Otherwise i like to change the grid (columns) sizes. I dont find the right template or css to change this things :o
many many thanks Rikko
http://www.rikko-amuze.com/downloads/store1.jpg
maineGuy72
09-10-2011, 09:29 PM
Hello , i hope so anyone can help me with this problem. I be looking to remove 2 sections at browse classifieds (show all) . I have marked the 2 fields red where i like to remove (dont need it) . Otherwise i like to change the grid (columns) sizes. I dont find the right template or css to change this things :o
many many thanks Rikko
i believe the datagrid is hard coded and can not be change except for the skin style
Bram H
09-11-2011, 07:38 AM
It is a known issue and is on the list to be fixed in this next release
Any ETA on the new release?
maineGuy72
09-11-2011, 02:47 PM
i was thinking that maybe there should be a link to a pop up window where we can place wording for the classified rules. that way we can place how long the ads can run how many per used and what can be posted. thoughts?
qpurser
09-11-2011, 04:57 PM
Hello , i hope so anyone can help me with this problem. I be looking to remove 2 sections at browse classifieds (show all) . I have marked the 2 fields red where i like to remove (dont need it) . Otherwise i like to change the grid (columns) sizes. I dont find the right template or css to change this things :o
many many thanks Rikko
I had the same question regarding the width of the fields and found it:
Go into your classifieds.php and look around line 1400. Looks like this:
// Specify each field to display with their own properties
$objGrid-> FormatColumn("logo","".$vbphrase["microclassifieds_photo"]."", "25", "0","0","100","center","imagelink:microclassifieds/photos/thumbs/%s:loadAd(%s),id");
$objGrid-> FormatColumn("adtype","".$vbphrase["microclassifieds_grid_adtype"]."", "40", "50", "0", "100", "center", "image:microclassifieds/images/adtype%s.png");
$objGrid-> FormatColumn("title","".$vbphrase["microclassifieds_title"]."", "13", "20", 0, "350","left", "link:loadAd(%s),id");
$objGrid-> FormatColumn("categoryid","".$vbphrase["microclassifieds_category"]."", "5", "1", 0, "100", "center", "related:select name from ".TABLE_PREFIX."microclassifieds_categories where id=%s");
$objGrid-> FormatColumn("userid","User", "5", "30", 2, "5", "left");
$objGrid-> FormatColumn("username","".$vbphrase["microclassifieds_seller"]."", "5", "30", 0, "120", "center", "link:loadUser(%s),userid");
//$objGrid-> FormatColumn("sellertype","Seller Type", "5", "30", 1, "195", "left", "select:1_Individual:2_Store");
$objGrid-> FormatColumn("newused","".$vbphrase["microclassifieds_condition"]."", "5", "30", 1, "75", "center", "select:1_New:2_Used");
$arrConditions = array("['adtype']==3" => "['buynow']",
"['adtype']!=3" => "['price']"
);
$objGrid-> FormatColumn("starts","".$vbphrase["microclassifieds_post_at"]."", "5", "30", 0, "100", "center");
$objGrid-> FormatColumn("price","".$vbphrase["microclassifieds_price"]."", "5", "30", 0, "100", "center", "money:".$vbulletin->options["microclassifieds_curpre"]."");
$objGrid-> FormatColumn("location","".$vbphrase["microclassifieds_location"]."", "45", "10", "0", "200", "center");
// Store grid in variable
The last set of numbers in each row is the width.
qpurser
09-11-2011, 05:00 PM
Chris,
I still have the issue my "reviews" don't show up.
I tested it and both members did a review. Waited for the amount of days to become visible as set in the options. Nothing shows up.
Also in the "auction" block at the forum sidebar.
If somebody bids the price doesn't get updated in the sidebar
Michael
qpurser
09-11-2011, 05:43 PM
Premium ads:
I understood the concept how to POST a premium ad and only allow certain groups to use this.
BUT
I didn't get it or just overlooked how to EXCLUDE some usergroups from seeing or buying Premium ads
The reason I am asking:
We have in our club forum regular registered users and real club members. There are real club members who only want to sell to real club members.
The Premium ad feature would be ideal for this but only if I can exclude the general registered users from viewing or buying those Premium Ads.
How can I do this?
Michael
NTMID8
09-11-2011, 10:23 PM
i believe the datagrid is hard coded and can not be change except for the skin style
Maybe a future feature request that admin can choose what columns to display or not.
iBaker
09-11-2011, 11:49 PM
I had the same question regarding the width of the fields and found it:
Go into your classifieds.php and look around line 1400. Looks like this:
// Specify each field to display with their own properties
$objGrid-> FormatColumn("logo","".$vbphrase["microclassifieds_photo"]."", "25", "0","0","100","center","imagelink:microclassifieds/photos/thumbs/%s:loadAd(%s),id");
$objGrid-> FormatColumn("adtype","".$vbphrase["microclassifieds_grid_adtype"]."", "40", "50", "0", "100", "center", "image:microclassifieds/images/adtype%s.png");
$objGrid-> FormatColumn("title","".$vbphrase["microclassifieds_title"]."", "13", "20", 0, "350","left", "link:loadAd(%s),id");
$objGrid-> FormatColumn("categoryid","".$vbphrase["microclassifieds_category"]."", "5", "1", 0, "100", "center", "related:select name from ".TABLE_PREFIX."microclassifieds_categories where id=%s");
$objGrid-> FormatColumn("userid","User", "5", "30", 2, "5", "left");
$objGrid-> FormatColumn("username","".$vbphrase["microclassifieds_seller"]."", "5", "30", 0, "120", "center", "link:loadUser(%s),userid");
//$objGrid-> FormatColumn("sellertype","Seller Type", "5", "30", 1, "195", "left", "select:1_Individual:2_Store");
$objGrid-> FormatColumn("newused","".$vbphrase["microclassifieds_condition"]."", "5", "30", 1, "75", "center", "select:1_New:2_Used");
$arrConditions = array("['adtype']==3" => "['buynow']",
"['adtype']!=3" => "['price']"
);
$objGrid-> FormatColumn("starts","".$vbphrase["microclassifieds_post_at"]."", "5", "30", 0, "100", "center");
$objGrid-> FormatColumn("price","".$vbphrase["microclassifieds_price"]."", "5", "30", 0, "100", "center", "money:".$vbulletin->options["microclassifieds_curpre"]."");
$objGrid-> FormatColumn("location","".$vbphrase["microclassifieds_location"]."", "45", "10", "0", "200", "center");
// Store grid in variable
The last set of numbers in each row is the width.
I think the answer to a lot of users would be if the field widths could be a % instead of a hard coded width
k6rikko
09-12-2011, 05:46 AM
@qpurser
Many thanks to you , i will try this :)
Another Question , how can i change the shop language , let say in german ? I was changed it in admincp/microclassifieds/general from en to de but nothing , only the datagrid wont work longer <.<
many thanks guys
Greets Rikko
ozione
09-12-2011, 10:03 AM
@qpurser
Many thanks to you , i will try this :)
Another Question , how can i change the shop language , let say in german ? I was changed it in admincp/microclassifieds/general from en to de but nothing , only the datagrid wont work longer <.<
many thanks guys
Greets Rikko
you have a temp solution a few pages back... search throug it.
warringtonpl
09-12-2011, 04:03 PM
Hi there
First of all the script is great and i love it. However i would like to make some changes for my forum as i don't need all what is provided by the script. For example is there any way to turn the auction off i don't really need it as i said? I have noticed as well that a lot people on my forum want to give a things to someone for free so i was wondering if it would be possible to make it working. At the moment the script is not allow price 0 to be posted so they can't give anything for free.
Thanks
Slav
k6rikko
09-12-2011, 05:39 PM
Hi again :) was trying the charaset change in the php but doesnt work too. Language want change <.< was testing both character sets UTF-8 / Windows .... . Any change to change the language manual ? I mean where can i change the english words by hand ? Anyone knows the template file or however ? Its very important for me, have many thanks @ all
Greets Rikko:rolleyes:
|Jordan|
09-12-2011, 06:41 PM
Where can i disable specific classified types? (i only want one type to be used).
Also, can i edit a classified type? There's a bunch of fields i dont want visible.
stationar
09-13-2011, 12:19 AM
Any change to change the language manual ?
From own experience, language change steps:
1. Copy folder "languages" from "microclassifieds/datagrid" to forum root.
2. Open phpmydatagrid.class.php in microclassifieds/datagrid/class, find "var $sqlcharset" and assign a charset value there. This is for datagrid only.
3. In AdminCP>>Microclassifieds>>General Options change "Grid Interface Language" to your own language (the file must be present in languages folder from step 1)
3. Go to "Languages and Phrases" and translate all phrases. (some phrases are listed twice, so you want to translate both)
VBUsers
09-13-2011, 05:44 AM
can members convert money into points and use points to buy stuff on the site instead of $ directly?
Christos Teriakis
09-13-2011, 06:26 AM
Hello,
I was out of home for some days. You can address any complain to my ...daughter who wanted some short vacations:D Difficult to say "No" to her, as most fathers to their daughters, I want to believe:rolleyes:
Mike, could you please update that file with the bugs so I can work on these bugs today?
Chris
vb50kgpoo
09-13-2011, 12:33 PM
When I go to the classifieds.php page, I get page errors;
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Thu, 8 Sep 2011 06:30:21 UTC
Message: Object doesn't support this property or method
Line: 482
Char: 473
Code: 0
URI: http://www.domain.tld/microclassifie...es/jqueryUI.js
Can you advise?
:confused:
maineGuy72
09-13-2011, 12:45 PM
Hello,
Mike, could you please update that file with the bugs so I can work on these bugs today?
Chris
this is the most current list of unfixed bugs and fixes that need to be added. there is a lot of requests for changes or how to's but no other issues i see. if yo have questions PM me
Christos Teriakis
09-13-2011, 01:20 PM
this is the most current list of unfixed bugs and fixes that need to be added. there is a lot of requests for changes or how to's but no other issues i see. if yo have questions PM me
Thank you very much Mike. Really appreciate your help. By the way, I've upload in the main post manual for Datagrid, for those who want to make any changes.
Chris
qpurser
09-13-2011, 01:37 PM
Hey Chris,
of course you deserved a couple days vacation!!!
I just guess a couple of us were freaking out where you are..lol
Anyways I posted a couple issues but to make it easier for you let me put them together here:
When an item is sold and both members write a review the review never shows up. The rating seems to work.
Carousel is not working even when activated in the CP
Something I need: Some members give away items for free. Van we have the option to set the price to zero?
Thanks again for your hard work
Michael
Christos Teriakis
09-13-2011, 01:59 PM
Hey Chris,
of course you deserved a couple days vacation!!!
The problem is that my daughter was caring to have ....free vacations, as she is already 31yo. But you know "Daddy is paying....":D
I just guess a couple of us were freaking out where you are..lol
Too old to say that I'm young, ....too young for RIP :D
Anyways I posted a couple issues but to make it easier for you let me put them together here:
When an item is sold and both members write a review the review never shows up. The rating seems to work.
Check if the cronjob is working. Reviews are activating with the help of the cron job when the time frame for review has expired, or before it if both sides has post review.
Carousel is not working even when activated in the CP
Maybe there is a conflist with other jquery library. Can't you see anything, or you can see the photos one below the other? In this case the carousel stylesheet is missing or didn't load.
Something I need: Some members give away items for free. Van we have the option to set the price to zero?
An easy way to do this is to modify the microclassifieds_addedit_item template. Find and remove:
if(!isNaN(document.forms["vbform"].price.value) == 0) {
alert('{vb:var vbphrase.microclassifieds_error_price_number}');
return false;
}else if(document.forms["vbform"].price.value ==0){
alert("{vb:var vbphrase.microclassifieds_error_price_zero}");
return false;
}
Its nearly on the top of the template, around line 10. Removing it the price can be left 0.
Chris
Thanks again for your hard work
Michael[/QUOTE]
Christos Teriakis
09-13-2011, 02:02 PM
When I go to the classifieds.php page, I get page errors;
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Thu, 8 Sep 2011 06:30:21 UTC
Message: Object doesn't support this property or method
Line: 482
Char: 473
Code: 0
URI: http://www.domain.tld/microclassifie...es/jqueryUI.js
Can you advise?
:confused:
Give us a link to your page, or copy and paste the content of line 482 (Right click on the page to see the code).
Chris
qpurser
09-13-2011, 02:07 PM
Check if the cronjob is working. Reviews are activating with the help of the cron job when the time frame for review has expired, or before it if both sides has post review.
We can see you are back..Replies within minutes!!!!
How do I check if the cron job is working?
maineGuy72
09-13-2011, 02:19 PM
Hey Chris,
of course you deserved a couple days vacation!!!
I just guess a couple of us were freaking out where you are..lol
Anyways I posted a couple issues but to make it easier for you let me put them together here:
When an item is sold and both members write a review the review never shows up. The rating seems to work.
Carousel is not working even when activated in the CP
Something I need: Some members give away items for free. Van we have the option to set the price to zero?
Thanks again for your hard work
Michael
i thought i answered you a few pages back about the 0 price. maybe i am the one getting old
Christos Teriakis
09-13-2011, 02:22 PM
We can see you are back..Replies within minutes!!!!
How do I check if the cron job is working?
This is support that you need to ask at vB.com:D. Goto to admincp-> Scheduled Task-> Schedule Task Manager. Find the task "microCLASSIFIEDS Cleanup". There is a button "Run now". Clicked it. Wait to see "done" or if any error message appears. If it's done, check the reviews.
Chris
qpurser
09-13-2011, 02:30 PM
This is support that you need to ask at vB.com:D. Goto to admincp-> Scheduled Task-> Schedule Task Manager. Find the task "microCLASSIFIEDS Cleanup". There is a button "Run now". Clicked it. Wait to see "done" or if any error message appears. If it's done, check the reviews.
Chris
I did this and got the message:
Fatal error: Call to a member function query_first() on a non-object in /home/tcmasorg/public_html/forums/includes/cron/microclassifieds_cron.php on line 345
Line 345 in my cron.php says:
$sqluser = $db->query_first("SELECT username FROM ".TABLE_PREFIX."user WHERE userid=$userid LIMIT 1");
maineGuy72
09-13-2011, 02:58 PM
This is support that you need to ask at vB.com:D. Goto to admincp-> Scheduled Task-> Schedule Task Manager. Find the task "microCLASSIFIEDS Cleanup". There is a button "Run now". Clicked it. Wait to see "done" or if any error message appears. If it's done, check the reviews.
Chris
i ran it and i get nothing. i checked the logs for that cron and it was blank
maineGuy72
09-13-2011, 03:07 PM
This is support that you need to ask at vB.com:D. Goto to admincp-> Scheduled Task-> Schedule Task Manager. Find the task "microCLASSIFIEDS Cleanup". There is a button "Run now". Clicked it. Wait to see "done" or if any error message appears. If it's done, check the reviews.
Chris
i ran it after comment out the msg_body line and it deleted all my ads
qpurser
09-13-2011, 03:15 PM
i ran it after comment out the msg_body line and it deleted all my ads
I didn't comment out anything but now I am getting several PM's saying my ad expired and was deleted
maineGuy72
09-13-2011, 03:17 PM
I didn't comment out anything but now I am getting several PM's saying my ad expired and was deleted
check your classifieds and hope you have a recent backup
maineGuy72
09-13-2011, 03:18 PM
I HIGHLY recommend everyone disables the cron and backup your database until this is resolved
qpurser
09-13-2011, 03:19 PM
check your classifieds and hope you have a recent backup
We are running a test server and it is not that important for now.
Just wondering why I get the error message when running the cron job and why it doesn't update my reviews. Nothing shows up
maineGuy72
09-13-2011, 03:27 PM
there is a bunch of people running it on there live server (like me) so its important that dont run it
qpurser
09-13-2011, 03:37 PM
there is a bunch of people running it on there live server (like me) so its important that dont run it
Sorry about that.
I didn't mean it in a bad way and probably came over the wrong way.
I thought you were replying to me because I was getting those error messages.
Michael
maineGuy72
09-13-2011, 03:39 PM
oh no it didnt come come across bad i just want people to get the point. the last thing we need it a bunch of upset people posting that they are pissed cause all of their ads are gone. lucky me i had a backup 2 days ago
duketxboy
09-13-2011, 03:53 PM
oh no it didnt come come across bad i just want people to get the point. the last thing we need it a bunch of upset people posting that they are pissed cause all of their ads are gone. lucky me i had a backup 2 days ago
lmk when it's safe to downloaded the updated version:D:(
maineGuy72
09-13-2011, 03:55 PM
lmk when it's safe to downloaded the updated version:D:(
as long as you disable the scheduled task you should be fine. i am sure chris will have it fixed shortly
qpurser
09-13-2011, 04:06 PM
oh no it didnt come come across bad i just want people to get the point. the last thing we need it a bunch of upset people posting that they are pissed cause all of their ads are gone. lucky me i had a backup 2 days ago
Hey Mike,
on a side note:
On your site do the "reviews" show up in the users profile?
maineGuy72
09-13-2011, 04:19 PM
Hey Mike,
on a side note:
On your site do the "reviews" show up in the users profile?
to be honest i havent tried them yet. later this afternoon i will check it out
shanef
09-13-2011, 04:25 PM
i have it set for Max Concurrent Active Ads 50 and currently a user has only about 7 but she is now getting the message
You're trying to add a new ad, or to activate an old one, but this is not permitting from your usergroup's settings. Please contact administrator to ask how you can upgrade, or deactivate, delete, mark as sold another Ad to free up your space.
any help would be great ty
Christos Teriakis
09-13-2011, 04:26 PM
I did this and got the message:
Fatal error: Call to a member function query_first() on a non-object in /home/tcmasorg/public_html/forums/includes/cron/microclassifieds_cron.php on line 345
Line 345 in my cron.php says:
$sqluser = $db->query_first("SELECT username FROM ".TABLE_PREFIX."user WHERE userid=$userid LIMIT 1");
Please use the attached file. In some cases I let $db-> while in cronjobs needs the full $vbulletin->db
Chris
Christos Teriakis
09-13-2011, 04:29 PM
I didn't comment out anything but now I am getting several PM's saying my ad expired and was deleted
If it deleted any Ads, be sure that these ads was to be deleted before. But never do something if you don't know what you're doing. Which line did you deleted?
Chris
Christos Teriakis
09-13-2011, 04:32 PM
any help would be great ty
This point is something that I've checked many times for my own use and it works. I also checked when someone belongs to different usergroups so to check and get the maximum allowed.
Chris
shanef
09-13-2011, 04:33 PM
so you dont have any ideas or suggestion then?
Christos Teriakis
09-13-2011, 04:34 PM
as long as you disable the scheduled task you should be fine. i am sure chris will have it fixed shortly
there is no reason to deactivate the tasks. If there is an error in a cronjob it just dosen't works or works partial (as in this case).
Chris
qpurser
09-13-2011, 04:34 PM
Please use the attached file. In some cases I let $db-> while in cronjobs needs the full $vbulletin->db
Chris
Thanks Chris.
This one doesn't give this error anymore but there was another error in it I fixed:
On line 247 there was a missing bracket
It should be like this:
$msg_body .= $classified["title"];
The bracket behind title" was missing
Now if you can solve the issue with the reviews not showing up I think I will be all set and give you some peace..lol
maineGuy72
09-13-2011, 04:34 PM
If it deleted any Ads, be sure that these ads was to be deleted before. But never do something if you don't know what you're doing. Which line did you deleted?
Chris
i didnt delete a line i commented out line 345
$msg_body .= ''.$itemtitle.' ('.$itemurl.')'
this is only a message line and should have no effect on deletion
Christos Teriakis
09-13-2011, 04:37 PM
so you dont have any ideas or suggestion then?
Double check the usergroup permissions. Sometimes we're seeing 5 thinking that is 50. Also there is a possibility the value of 50 to be messed. If she has 7 concurent ads, change her usergroup permissions to 8 and check if it works. If yes then set again 50.
Check if this user has pending to activate ads. They also count towards.
Chris
qpurser
09-13-2011, 04:41 PM
there is no reason to deactivate the tasks. If there is an error in a cronjob it just dosen't works or works partial (as in this case).
Chris
Yep. I think you are right.
My cron.php didn't work properly until you gave me the fixed one.
Now it is working properly and it just deletes the ones who expired or were sold which didn't happen before
Just my guess
maineGuy72
09-13-2011, 04:44 PM
my apologize chris for over reacting. it appears that upgrading for 4 to 5 the item end date didnt translate well. the system seems to think that all my ads are set to expire when they are really fine. i will have to manually edit all the items to a new end date
sorry again for jumping to conclusions.
Christos Teriakis
09-13-2011, 04:47 PM
i didnt delete a line i commented out line 345
$msg_body .= ''.$itemtitle.' ('.$itemurl.')'
this is only a message line and should have no effect on deletion
No, there is no such case. I checked again the code. It deletes files only when they have expired. Everything is depending on your settings. eg if you've setup 30 days in "How many days after the post to delete the ads", then someone who post something today his ad will delete at Oct 13th.
Chris
shanef
09-13-2011, 04:50 PM
Double check the usergroup permissions. Sometimes we're seeing 5 thinking that is 50. Also there is a possibility the value of 50 to be messed. If she has 7 concurent ads, change her usergroup permissions to 8 and check if it works. If yes then set again 50.
Check if this user has pending to activate ads. They also count towards.
Chris
I double checked everything again and the permissions and usergroups are as they should be, i changed the cuncurrent add number by adding 1 and still no go. i ven made a whole new user group and swtich the user just to try and still the same message
i think my best bet is to do clean install and save the hassle, thanks for the help
Christos Teriakis
09-13-2011, 05:21 PM
I double checked everything again and the permissions and usergroups are as they should be, i changed the cuncurrent add number by adding 1 and still no go. i ven made a whole new user group and swtich the user just to try and still the same message
i think my best bet is to do clean install and save the hassle, thanks for the help
The new install should not fix anything. If its not a live site, delete an Ad and try to add a new one, just to see if you'll get again the same message.
Chris
maineGuy72
09-13-2011, 05:44 PM
why is it after running the cron this ad is deleted?
This Ad Expires in 515 weeks, 6 days, 3 hours, 10 minutes
victorvu
09-13-2011, 05:48 PM
Christeris:
What is the donation amount to remove the branding? Thanks.
stationar
09-13-2011, 05:52 PM
Chris, is this error on your radar?
classifieds.php?do=browsegrid
-------------------------------
Error in SQL : SET character_set_connection=windows-1251
Error: Access denied for user 'test'@'localhost' (using password: NO)
Christos Teriakis
09-13-2011, 05:58 PM
Christeris:
What is the donation amount to remove the branding? Thanks.
There is no donation amount for Branding. It's fixed price and it's 50 Euros.
Chris
Christos Teriakis
09-13-2011, 05:59 PM
Chris, is this error on your radar?
On my radar??? :confused:
Christos Teriakis
09-13-2011, 06:00 PM
why is it after running the cron this ad is deleted?
This Ad Expires in 515 weeks, 6 days, 3 hours, 10 minutes
What type was the Ad? For Sale or what?
maineGuy72
09-13-2011, 06:02 PM
What type was the Ad? For Sale or what?
a for sale ad that has been in the system since the old days of 4 when mary was still the coder. same goes for most of my ads
stationar
09-13-2011, 06:05 PM
On my radar???I mean, do you know how to fix it, or will it be addressed in the future release?
Christos Teriakis
09-13-2011, 06:13 PM
I mean, do you know how to fix it, or will it be addressed in the future release?
The error is clear. For some reason there is no connection to database. Don't know why the grid can't find any active MySQL connectin.
Chris
Christos Teriakis
09-13-2011, 06:15 PM
a for sale ad that has been in the system since the old days of 4 when mary was still the coder. same goes for most of my ads
For Sale and wanted Ads the expiration is calculated from your settings. Must be an old Ad when Mary has setup the expiration in 10 years. But now I changed it and the Ad expires after xxx days of the post day, according to your settings.
Chris
|Jordan|
09-13-2011, 06:21 PM
Where can i disable specific classified types? (i only want one type to be used).
Also, can i edit a classified type? There's a bunch of fields i dont want visible.
And finally is that critical cron error fixed?
maineGuy72
09-13-2011, 06:23 PM
Where can i disable specific classified types? (i only want one type to be used).
Also, can i edit a classified type? There's a bunch of fields i dont want visible.
And finally is that critical cron error fixed?
that cron error wasnt an error my apologize seems there is an issue with my expiration dates that caused them all to be deleted. sorry
maineGuy72
09-13-2011, 06:24 PM
For Sale and wanted Ads the expiration is calculated from your settings. Must be an old Ad when Mary has setup the expiration in 10 years. But now I changed it and the Ad expires after xxx days of the post day, according to your settings.
Chris
my settings say 3650 days.
any ideas how i can correct the expiration dates of the ads?
warringtonpl
09-13-2011, 07:38 PM
Hi
Thanks for very quick answer regarding free items. I have spend few days translating the script to my polish language forum and i have a problem with couple of words. Please see enclosed pictures. The second picture is from user profile and the first one is obviously from the classified detailed view. I have noticed as well that the bottom adsense has gone and when i use greed view than the bottom adsense is visible in half. Also when i use advanced search than the script messing around with the template.
Thanks
Slav
victorvu
09-13-2011, 08:18 PM
There is no donation amount for Branding. It's fixed price and it's 50 Euros.
Chris
Chris,
As I remember, it is a fixed price of $50.0 US dollar. Is $50.0 OK?
I have not used it effectively at this moment and just asking for the big "IF".
Thanks for the info.
Victor
qpurser
09-13-2011, 09:10 PM
Maybe there is a conflist with other jquery library. Can't you see anything, or you can see the photos one below the other? In this case the carousel stylesheet is missing or didn't load.
Chris
The images are just one blow the other
I looked everywhere for the carousel stylesheet and couldn't find.
Looked also in the original classifieds zip file and it isn't there either
stationar
09-13-2011, 09:43 PM
I found the cause of "using password: NO" error when datgrid loads.I just changed in config.ini $config['Database']['dbtype'] = 'mysqli'; to $config['Database']['dbtype'] = 'mysql';.
wrang
09-14-2011, 03:19 AM
Whatsapp about this text. I cant understand what happend
With extention .no (Norway), .se (Sweden), .dk (Denmark) and .fi (Finland).
In any site, having any tld extention (eg com, net etc etc), having as primary language:
Norwegian
Swedish
Danish
Finnish
I have a .se domain
Christos Teriakis
09-14-2011, 04:18 AM
Whatsapp about this text. I cant understand what happend
I have a .se domain
I'm very sorry but you can't use this module in that domain. I've sold the rights to a Norgerian company for exclusive use this module in their site for all Scandinavian countries. Please note that this restriction approved by the vB.org administrator team, before posting this mod for free here.
Chris
Christos Teriakis
09-14-2011, 04:19 AM
Chris,
As I remember, it is a fixed price of $50.0 US dollar. Is $50.0 OK?
I have not used it effectively at this moment and just asking for the big "IF".
Thanks for the info.
Victor
Hello Victor,
It's 50 Euros, not USD.
Chris
Christos Teriakis
09-14-2011, 04:35 AM
my settings say 3650 days.
any ideas how i can correct the expiration dates of the ads?
Upload this file to your forum directory. Login to your site (fronend) with your admin account. Change the URL to point to ...../mike.php
This file will update all Ads (except Auctions) to expire in 3650 days. If you want to change this value edit the mike.php file and edit the variable $days = at the top.
Chris
Christos Teriakis
09-14-2011, 04:40 AM
The images are just one blow the other
I looked everywhere for the carousel stylesheet and couldn't find.
Looked also in the original classifieds zip file and it isn't there either
The stylesheet is including on the classifieds.css. Can you see the code of your page (right click on your page), and check if classifieds.css has loaded?
Christos Teriakis
09-14-2011, 04:56 AM
Hi
Thanks for very quick answer regarding free items. I have spend few days translating the script to my polish language forum and i have a problem with couple of words. Please see enclosed pictures. The second picture is from user profile and the first one is obviously from the classified detailed view. I have noticed as well that the bottom adsense has gone and when i use greed view than the bottom adsense is visible in half. Also when i use advanced search than the script messing around with the template.
Thanks
Slav
Hello Slav,
For the first issue you need to edit the template microclassifieds_view_item. Find:
<iframe name="voting" src="microclassifieds/includes/votes.php?itemid={vb:raw id}" width="310" height="85" frameborder="0" marginwidth="0" marginheight="0" align="middle" scrolling="no"></iframe>
and change 85 to 100, ...or 110.
Adsense? Do you mean Google? Sorry, I don't know. I'm testing the mod without any 3nd party addon and with vB default settings.
Chris
For the second, wait my update today. I've forgotten to use phrase there.
Christos Teriakis
09-14-2011, 06:28 AM
Where can i disable specific classified types? (i only want one type to be used).
Also, can i edit a classified type? There's a bunch of fields i dont want visible.
And finally is that critical cron error fixed?
Sorry, it can't be done, other than removing the links. But still will be sections where refferencies to other types should exist.
Chris
Christos Teriakis
09-14-2011, 06:31 AM
Hello,
A new bug fix version (5.1.4) is available for download. This version fixes all reported and confirmed bugs. By the way I want to thank in public Mike (maineGuy72) who is helping so much here.
To upgrade please upload all files and import product-microclassifieds.xml
Chris
vb50kgpoo
09-14-2011, 09:38 AM
Please use the attached file. In some cases I let $db-> while in cronjobs needs the full $vbulletin->db
Chris
Yes, that cured it, thank you. Have downloaded the latest version now and will start using it shortly.
How much and how do I go about the credit / link removal please?
glen290
09-14-2011, 09:52 AM
Is there anyway of using a credits system to pay for items ?
Christos Teriakis
09-14-2011, 10:22 AM
Yes, that cured it, thank you. Have downloaded the latest version now and will start using it shortly.
How much and how do I go about the credit / link removal please?
It's written above, and I don't like to repeat commercial topics.
Thank you for your understanding
Chris
Christos Teriakis
09-14-2011, 10:22 AM
Is there anyway of using a credits system to pay for items ?
No, sorry. It's not even on my plans to add something like this.
Chris
maineGuy72
09-14-2011, 11:18 AM
after installing the update i am not getting the datagrid for category listings. it does show up for searches. anyone else with this same issue?
Note=i uploaded the classifieds.php from ver 5.1.3 and the datagrid comes back. suggestions chris?
qpurser
09-14-2011, 11:38 AM
after installing the update i am not getting the datagrid for category listings. it does show up for searches. anyone else with this same issue?
Yep
When I select a category to show the datagrid I get this error:
Warning: require(microclassifieds/datagrid/languages/microclassifies/datagrid/en.php) [function.require]: failed to open stream: No such file or directory in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
and
Fatal error: require() [function.require]: Failed opening required 'microclassifieds/datagrid/languages/microclassifies/datagrid/en.php' (include_path='.:/usr/lib/php5') in /homepages/30/xxxxxxxxxxx/V4/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Note: replaced the path yo my files with "xxxxxxxx" just for posting reasons here
maineGuy72
09-14-2011, 12:00 PM
line 1401 of classifieds.php spelling error on classifieds. d is missing
maineGuy72
09-14-2011, 12:09 PM
Yep
When I select a category to show the datagrid I get this error:
did changing the spell work for you?
ozione
09-14-2011, 12:09 PM
Yep
When I select a category to show the datagrid I get this error:
Warning: require(microclassifieds/datagrid/languages/microclassifies/datagrid/en.php) [function.require]: failed to open stream: No such file or directory in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
and
Fatal error: require() [function.require]: Failed opening required 'microclassifieds/datagrid/languages/microclassifies/datagrid/en.php' (include_path='.:/usr/lib/php5') in /homepages/30/xxxxxxxxxxx/V4/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Note: replaced the path yo my files with "xxxxxxxx" just for posting reasons here
same here. it worked with previous update though, and i'm using sl.php language (custom).
qpurser
09-14-2011, 12:10 PM
did changing the spell work for you?
Nope. Still the same error
Goatpod
09-14-2011, 12:16 PM
Mike, I couldn't find the wrong spelling!
Warning: require(microclassifieds/datagrid/languages/microclassifies/datagrid/en.php) [function.require]: failed to open stream: No such file or directory in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Warning: require(microclassifieds/datagrid/languages/microclassifies/datagrid/en.php) [function.require]: failed to open stream: No such file or directory in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Fatal error: require() [function.require]: Failed opening required 'microclassifieds/datagrid/languages/microclassifies/datagrid/en.php' (include_path='.:/usr/lib/php5') in /homepages/29/d278741143/htdocs/forum/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 2
It looks like phpmydatagrid.class.php is repeating the path. Tried to have a look at phpmydatagrid.class.php but it's locked up!
Goatpod
09-14-2011, 12:21 PM
As a quick work around I've created the directories (without the d in microclassifieds):
microclassifies/datagrid
and dropped a blank en.php file in it. It's got it working but not sure it if it's going to upset anything else!!!
maineGuy72
09-14-2011, 12:21 PM
Mike, I couldn't find the wrong spelling!
It looks like phpmydatagrid.class.php is repeating the path. Tried to have a look at phpmydatagrid.class.php but it's locked up!
microclassifieds/datagrid/languages/microclassifieds/datagrid/en.php
see letter in black
Goatpod
09-14-2011, 12:28 PM
microclassifieds/datagrid/languages/microclassifieds/datagrid/en.php
see letter in black
Thanks, Mike, noticed it when I was creating the extra directories :) Couldn't find it in classifieds.php though.
maineGuy72
09-14-2011, 12:30 PM
Thanks, Mike, noticed it when I was creating the extra directories :) Couldn't find it in classifieds.php though.
line 1401
maineGuy72
09-14-2011, 12:32 PM
ok on line 1401 remove microclassifieds/datagrid from between ' ' save and upload
should be ok
qpurser
09-14-2011, 12:42 PM
ok on line 1401 remove microclassifieds/datagrid from between ' ' save and upload
should be ok
Yep. This fixed it.
Hey Mike,
you mentioned yesterday you wanted to have a look at your site to check if "written reviews" are created and show up.
Even now with the new classifieds version they still don't show up.
I ran the cron job a couple times manually but they never show up. Both parties wrote a review.
I have the feeling in the cron job there is actually no coding to update the "reviews" but not sure. Not that good with coding stuff
maineGuy72
09-14-2011, 12:43 PM
Yep. This fixed it.
Hey Mike,
you mentioned yesterday you wanted to have a look at your site to check if "written reviews" are created and show up.
Even now with the new classifieds version they still don't show up.
I ran the cron job a couple times manually but they never show up. Both parties wrote a review.
I have the feeling in the cron job there is actually no coding to update the "reviews" but not sure. Not that good with coding stuff
i will look into it this afternoon and get back to you
maineGuy72
09-14-2011, 12:51 PM
**update**
if you download and install v 5.1.4. download this file and replace it with the classifieds.php in the zip file
maineGuy72
09-14-2011, 01:00 PM
Yep. This fixed it.
Hey Mike,
you mentioned yesterday you wanted to have a look at your site to check if "written reviews" are created and show up.
Even now with the new classifieds version they still don't show up.
I ran the cron job a couple times manually but they never show up. Both parties wrote a review.
I have the feeling in the cron job there is actually no coding to update the "reviews" but not sure. Not that good with coding stuff
i did a test sale and everything worked perfectly. see attached images. only thing i can not find is the writeup i left for the buyer and seller. i will try to locate that
Christos Teriakis
09-14-2011, 01:10 PM
**update**
if you download and install v 5.1.4. download this file and replace it with the classifieds.php in the zip file
Mike,
Among the issues that has been fixed was:
phpmydatagrid.class.php
find:
var+$lngPath+=+"";+
replace:
var+$lngPath+=+"microclassifieds/datagrid/";
This is what I did.
Chris
Christos Teriakis
09-14-2011, 01:12 PM
Yep. This fixed it.
Hey Mike,
you mentioned yesterday you wanted to have a look at your site to check if "written reviews" are created and show up.
Even now with the new classifieds version they still don't show up.
I ran the cron job a couple times manually but they never show up. Both parties wrote a review.
I have the feeling in the cron job there is actually no coding to update the "reviews" but not sure. Not that good with coding stuff
I've corrected it, but don't know if it will works for the old reviews. Hopefully yes. Just wait the first cron run, or run manually the cron.
Chris
maineGuy72
09-14-2011, 01:19 PM
Mike,
Among the issues that has been fixed was:
phpmydatagrid.class.php
find:
var+$lngPath+=+"";+
replace:
var+$lngPath+=+"microclassifieds/datagrid/";
This is what I did.
Chris
i went through the messages and that was one of the things that was addressed and it that was listed as a fix so i added it to the list.
https://vborg.vbsupport.ru/showpost.php?p=2241134&postcount=792
qpurser
09-14-2011, 01:35 PM
I've corrected it, but don't know if it will works for the old reviews. Hopefully yes. Just wait the first cron run, or run manually the cron.
Chris
Sorry Chris but it doesn't work.
Just did another test sale. Completed the whole transaction. Both users wrote a review.
Ran the cron job a couple times.
The Rating with the stars gets updated and works fine just the "written review" never gets updated or shows up in the user his profile
maineGuy72
09-14-2011, 01:42 PM
i just noticed where the write reviews go. i would never have know to look under seller whois to find the reviews.
qpurser
09-14-2011, 01:45 PM
i just noticed where the write reviews go. i would never have know to look under seller whois to find the reviews.
Yep. That is the place to look for.
As I can see you have no written reviews either.
maineGuy72
09-14-2011, 03:45 PM
Yep. That is the place to look for.
As I can see you have no written reviews either.
i checked the dbase and the reviews are there just not getting pulled from dbase and being displayed. this one is a little out of my league chris will have to fix it. i can see where the info is in the product.xml file just dont know VB code well enough to mess with it
wrang
09-14-2011, 03:49 PM
I'm very sorry but you can't use this module in that domain. I've sold the rights to a Norgerian company for exclusive use this module in their site for all Scandinavian countries. Please note that this restriction approved by the vB.org administrator team, before posting this mod for free here.
Chris
What happend if i use it anyway:confused:
stationar
09-14-2011, 04:06 PM
I had to turn off Microclassifieds cleanup cron job because I kept receiving PMs about ads expired.
Also grid doesn't show in "search".
qpurser
09-14-2011, 04:11 PM
I had to turn off Microclassifieds cleanup cron job because I kept receiving PMs about ads expired.
In the previous version the cron job was not running properly for everybody.
If you updated to the one that was posted today the cron job is working now and it is just deleting all the expired ads which were not deleted before
Whity
09-14-2011, 04:35 PM
Yep
When I select a category to show the datagrid I get this error:
Warning: require(microclassifieds/datagrid/languages/microclassifies/datagrid/en.php) [function.require]: failed to open stream: No such file or directory in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
and
Fatal error: require() [function.require]: Failed opening required 'microclassifieds/datagrid/languages/microclassifies/datagrid/en.php' (include_path='.:/usr/lib/php5') in /homepages/30/xxxxxxxxxxx/V4/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Note: replaced the path yo my files with "xxxxxxxx" just for posting reasons here
open classifieds.php
find
$objGrid -> language('microclassifies/datagrid/languages/'.$vbulletin->options["microclassifieds_grid_langcode"].'');
replace
//$objGrid -> language('microclassifies/datagrid/languages/'.$vbulletin->options["microclassifieds_grid_langcode"].'');
maineGuy72
09-14-2011, 04:48 PM
open classifieds.php
find
$objGrid -> language('microclassifies/datagrid/languages/'.$vbulletin->options["microclassifieds_grid_langcode"].'');replace
//$objGrid -> language('microclassifies/datagrid/languages/'.$vbulletin->options["microclassifieds_grid_langcode"].'');
this has already been address and the fix posted
stationar
09-14-2011, 04:48 PM
In the previous version the cron job was not running properly for everybody.It keeps sending me PMs about same items again and again. And those items were just posted, and not expired.
dai-kun
09-14-2011, 05:06 PM
1. I get this error when viewing classified categories and when doing advanced search (basically anywhere that uses the grid):
Warning: mysql_query() [function.mysql-query]: Access denied for user 'user'@'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
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Warning: mysql_query() [function.mysql-query]: Access denied for user 'user'@'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
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Also on same page I get uncached template microclassifieds_browsegrid
2. On classified homepage, I get uncached template microclassifieds_category_empty
3. On viewing items and add items page, I get uncached template editor_ckeditor
Thanks
Thanks
Still have this problem after upgrading. Thanks
maineGuy72
09-14-2011, 05:12 PM
Still have this problem after upgrading. Thanks
are you using mysql or mysqli?
someone posted earlier that they changed the vb config file to mysql it worked fine.
Christos Teriakis
09-14-2011, 05:25 PM
What happend if i use it anyway:confused:
Most probably they will issue a lawsuit against you. They own the copyright for these 4 countries. So you're against the international laws for illegal use of copyrighted product.
Chris
qpurser
09-14-2011, 05:26 PM
i checked the dbase and the reviews are there just not getting pulled from dbase and being displayed. this one is a little out of my league chris will have to fix it. i can see where the info is in the product.xml file just dont know VB code well enough to mess with it
Not a pro here either.
I am sure Chris can fix the cron job
dai-kun
09-14-2011, 05:43 PM
are you using mysql or mysqli?
someone posted earlier that they changed the vb config file to mysql it worked fine.
Thanks. I changed database type to mysql from mysqli in my config.php file and that fixed it.
fwulfers
09-14-2011, 05:53 PM
Fyi, I just upgraded to 5.1.4 and still getting this message whenusing Contact Seller:
Invalid recipient username. Please press the back button, enter the correct username and try again.
There was a fix posted before but appearantly this didn't make it to the newest version.
maineGuy72
09-14-2011, 06:03 PM
Fyi, I just upgraded to 5.1.4 and still getting this message whenusing Contact Seller:
There was a fix posted before but appearantly this didn't make it to the newest version.
i agree this is still an open issue
fwulfers
09-14-2011, 06:15 PM
**update**
if you download and install v 5.1.4. download this file and replace it with the classifieds.php in the zip fileI used this classifieds.php file which fixed the search grid when selecting a category. However, I am getting this error when using Advanced Search:
Warning: require(microclassifieds/datagrid/languages/microclassifieds/datagrid/en.php) [function.require]: failed to open stream: No such file or directory in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Fatal error: require() [function.require]: Failed opening required 'microclassifieds/datagrid/languages/microclassifieds/datagrid/en.php' (include_path='.:/usr/lib/php') in /home/saabworl/public_html/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
Is this this the same problem dai-kun is having? I am using mysql on my site.
maineGuy72
09-14-2011, 06:23 PM
I used this classifieds.php file which fixed the search grid when selecting a category. However, I am getting this error when using Advanced Search:
Is this this the same problem dai-kun is having? I am using mysql on my site.
no its a double path error try this file
fwulfers
09-14-2011, 06:32 PM
Outstanding, that fixed it. Thanks!
warringtonpl
09-14-2011, 06:36 PM
Hi there
Thanks again for quick response regarding my last issue. I have noticed that after update the grid can't show polish fonts anymore, please advice. I can't find where to translate the individual and used items on grid as well.
Thanks
Slav
maineGuy72
09-14-2011, 06:39 PM
Hi there
Thanks again for quick response regarding my last issue. I have noticed that after update the grid can't show polish fonts anymore, please advice. I can't find where to translate the individual and used items on grid as well.
Thanks
Slav
sorry i cant help you with that one as i have not messed with the language settings
i would suggest going through some of the post regarding languages to see if any of those help
stationar
09-14-2011, 07:00 PM
grid can't show polish fontsUse your old language file, or save current in utf8 coding.
I can't find where to translate the individual and used itemsThey are hard coded in classifieds.php
fwulfers
09-14-2011, 07:15 PM
This more a design question than a bug fix/report. I have 9 Searchable extra fields. The Advanced Search grid becomes very wide where you have to scroll from left to right to see them all.
Is it possible to move the search fields/headers from the top of the grid to a sidebar on the left and select only certain fields to be displayed in the result grid? Or display all the standard fields in the result grid only and put the Searchable fields in a side bar. I really like the layout they have on cars.com.
iBaker
09-14-2011, 09:25 PM
Is there any way I can lose that grid thing and just have the entries in a category listed one after the other?
If the objective of the grid is so users can sort by a field then the way that it is done in the "Who's Online" is just as good OR have I got the benefits of the grid wrong?
I need to go live with Classifieds urgently and the width of the grid is a fixed width making not usable on a wide screen and I wonder what it would be like on a mobile phone...I know Chris is working on a "get screen resolution" function to fix this but is it extra code that's not really needed when the "Who's Online" method is easier...again I may have this completely wrong and I apologise if I have. :o
So is there any way I can just have the entries in a category listed by say date order (newest first) and just leave it at that so I can get my Classifieds working...thanks for any help!
shanef
09-14-2011, 10:09 PM
I to am getting 100's of pm's about ads expiring and i read someone fixed it by changing the config.php.
my vb config.pp is set to mysql and not mysqli
or if you dont know how to fix this issue yet can you tell me how to disable the cron job...ty
qpurser
09-14-2011, 10:25 PM
I to am getting 100's of pm's about ads expiring and i read someone fixed it by changing the config.php.
my vb config.pp is set to mysql and not mysqli
or if you dont know how to fix this issue yet can you tell me how to disable the cron job...ty
As I mentioned I got those PM's also but those were all from ads who actually expired but never got deleted because of the con job not running properly. Now it is fixed of course all those expired are getting deleted and those PM's are normal.
If you feel you want to disable the cron job for now just go to:
Scheduled tasks -> scheduled task manager -> look for "microCLASSIFIEDS Cleanup" and disable it by selecting "disable" from the drop-down box
Note when you do this it will disable all tasks it is running and not just the ones with the PM's
shanef
09-14-2011, 10:29 PM
As I mentioned I got those PM's also but those were all from ads who actually expired but never got deleted because of the con job not running properly. Now it is fixed of course all those expired are getting deleted and those PM's are normal.
If you feel you want to disable the cron job for now just go to:
Scheduled tasks -> scheduled task manager -> look for "microCLASSIFIEDS Cleanup" and disable it by selecting "disable" from the drop-down box
Note when you do this it will disable all tasks it is running and not just the ones with the PM's
we i have to do something there are only about 20 classifieds on the board but i am getting hundred of pm's
stationar
09-14-2011, 11:24 PM
I to am getting 100's of pm's about ads expiring Me too! I have disabled cron job to stop these messages.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.