vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Mary's Classifieds (https://vborg.vbsupport.ru/showthread.php?t=267194)

RSNF 08-21-2011 11:41 PM

Where is the place bid option when viewing an auction?

Jman423 08-22-2011 01:37 AM

Chris,

You've missed my question a few times now. Are we supposed to be able to set a premium ad? The only way I can make this work is to go into the database and set it manually, otherwise it never takes.

Also, the tooltip for the "Autopost" feature on the add/edit page is wrong, the code points to the keyword tooltip. I've fixed it on my installation, but you may want to add that to your list.

Another thing, is the marquee only supposed to display the manually entered ads, or can it display the latest ads?

I know you are still working on bugs, but here are some suggestions:

The addition of a "Best Offer" text entry box that works the same as buying a product. If the seller allows "Best Offers", then the buyer can make the offer, and the seller can accept or reject it just like a normal sale.

The ability for a seller to set the "Quantity" of an autoposted ad so that it doesn't just keep re-posting the ad if they seller is sold out.

Also, in your original post, the features for this product still mention the map feature, which, if I am correct, you've removed from v5.

Christos Teriakis 08-22-2011 10:54 AM

For your information, I've finished with searchable extra fields and now I'm working to fix some reported bugs. A new release is scheduled for later on today.

Chris

Christos Teriakis 08-22-2011 10:55 AM

Quote:

Originally Posted by RSNF (Post 2236387)
Where is the place bid option when viewing an auction?

Depends on who is viewing the Ad. If you're viewing your own Ad, you'll never see it:D. Otherwise in on the top-right side of the Ad.

Chris

Christos Teriakis 08-22-2011 10:57 AM

Quote:

Originally Posted by nikosb (Post 2236283)
no luck.

Code:

Database error in vBulletin 4.1.5:

Invalid SQL:
INSERT INTO `vb_microclassifieds_search_fields` VALUES (1, 'Field 1', 1, '', 0, 0);

MySQL Error  : Duplicate entry '1' for key 'PRIMARY'
Error Number  : 1062


Seems that you messed the import procedure. Most probably the system halted during import but they have already created these fields. I'll be back with a fix for you this evening.

Chris

Christos Teriakis 08-22-2011 02:56 PM

Here is the newest release. In this release:
  1. You can setup up to 10 extra searchable fields. There are 3 types:
    1. Text
    2. Numeric, which can search for:
      1. Lower values
      2. Higher values
      3. Equivalent values.
    3. Droplist
  2. Fixes a problem in categories listing where changing the page, the category condition was lost.
  3. I think that I corrected the bug with non English characters in grids.
  4. Fixed the bug with images extentions in capitals.
  5. Fixed double appearance of My Bookmarks link.
Chris

maineGuy72 08-22-2011 03:38 PM

does this update include the random image sidebar code for no images?

also is the block generator only for the CMS version?

maineGuy72 08-22-2011 03:48 PM

update installed and no issues
thanks chris

Christos Teriakis 08-22-2011 03:53 PM

Quote:

Originally Posted by maineGuy72 (Post 2236596)
does this update include the random image sidebar code for no images?

Yes

Quote:

Originally Posted by maineGuy72 (Post 2236596)
also is the block generator only for the CMS version?

What do you mean? If the CMS is enabled then there are 2 checkboxes. 1-CMS Widget, 2- Forum sidebar. You can check both or one of them.
If CMS is not enabled, then only the Forum sidebar is enabled.

Chris

nikosb 08-22-2011 03:59 PM

hello Chris
the same for me
Code:

Database error in vBulletin 4.1.5:

Invalid SQL:
INSERT INTO `vb_microclassifieds_search_fields` VALUES (1, 'Field 1', 1, '', 0, 0);

MySQL Error  : Duplicate entry '1' for key 'PRIMARY'
Error Number  : 1062


maineGuy72 08-22-2011 04:14 PM

Quote:

Originally Posted by ChrisTERiS (Post 2236603)
Yes


What do you mean? If the CMS is enabled then there are 2 checkboxes. 1-CMS Widget, 2- Forum sidebar. You can check both or one of them.
If CMS is not enabled, then only the Forum sidebar is enabled.

Chris

i am running forum classic and dont have cms. i noticed that in the block generator it references cms files. also i can not enter a title and get errors when trying to generate a block

Christos Teriakis 08-22-2011 04:39 PM

Quote:

Originally Posted by nikosb (Post 2236607)
hello Chris
the same for me
Code:

Database error in vBulletin 4.1.5:

Invalid SQL:
INSERT INTO `vb_microclassifieds_search_fields` VALUES (1, 'Field 1', 1, '', 0, 0);

MySQL Error  : Duplicate entry '1' for key 'PRIMARY'
Error Number  : 1062


Are you familiar with phpMyAdmin to empty the table microclassifieds_search_fields ? If not I'll make you a php file to empty them. Sorry, but the problem with Greek, still exists. But I'll fix it.

Chris

Christos Teriakis 08-22-2011 04:43 PM

Quote:

Originally Posted by maineGuy72 (Post 2236615)
i am running forum classic and dont have cms. i noticed that in the block generator it references cms files. also i can not enter a title and get errors when trying to generate a block

If you check the code, you'll see that these files are loading only after checking that they exist:
Code:

if(@fopen(DIR . '/includes/adminfunctions_cms.php', 'r')==TRUE)
{
  require_once(DIR . '/includes/adminfunctions_cms.php');
  require_once(DIR . '/includes/functions_cms_layout.php');
  $cms_exists = 1;
}

It's strange the problem that you're reporting. I'll wait similar reports from others as for 6 installations that I'm following, works fine.

Chris

fwulfers 08-22-2011 04:54 PM

Thank you, thank you, thank you! The searchable fields functionality is exactly what I was looking for.

The only thing I noticed is the searchable fields are not showing up in the actual Classified. I have 7 extra searchable fields for this classified but none are showing up: http://saabworld.net/classifieds.php...emid=5&urlid=2

They are showing up fine in the Advanced Search: http://saabworld.net/classifieds.php?do=search

Christos Teriakis 08-22-2011 05:02 PM

Quote:

Originally Posted by fwulfers (Post 2236634)
Thank you, thank you, thank you! The searchable fields functionality is exactly what I was looking for.

The only thing I noticed is the searchable fields are not showing up in the actual Classified. I have 7 extra searchable fields for this classified but none are showing up: http://saabworld.net/classifieds.php...emid=5&urlid=2

They are showing up fine in the Advanced Search: http://saabworld.net/classifieds.php?do=search

This is the problem if you're 55yo:D:D Ok... I forgot to add them in the view ad page. Now you must wait for tomorrow.

Chris

fwulfers 08-22-2011 05:09 PM

Quote:

Originally Posted by ChrisTERiS (Post 2236637)
This is the problem if you're 55yo:D:D Ok... I forgot to add them in the view ad page. Now you must wait for tomorrow.

Small detail and easy to overlook. :)

Quote:

Originally Posted by ChrisTERiS (Post 2235675)
Well.... a brief message on how I'm planing to make currencies work. In Mary's version the user has the ability to set a price as number eg 10,000 and besides in another field to write the currency eg Kr. This was usefull for the poster but confused a lot the visitors. Imagine to see a listing of 10 only Ads each one in different currency. In your mind should be difficult to make calculations so you can see which is cheaper. That's why my mod will works with one only currency. This is the first step that I did. The second is to give again the seller the ability to post on his own currency, but should be a real time calculation to show the Ad to visitors in the default currency. Only when the user clicks on "Buy now" (when the online payments will be implement), only then he will see the sellers currency, but this is ok as it will be equaivalent to the price that he has in mind.

We talked about the currency before. Any idea if there will be other currencies in future versions? A realtime calculation to the viewer's own currency would be an awesome feature.

Christos Teriakis 08-22-2011 05:15 PM

Quote:

Originally Posted by fwulfers (Post 2236641)
Small detail and easy to overlook. :)



We talked about the currency before. Any idea if there will be other currencies in future versions? A realtime calculation to the viewer's own currency would be an awesome feature.

As long as I said that it's on my list, yes, this feature should be add.

Chris

maineGuy72 08-22-2011 05:24 PM

this is the error when i click generate

Code:

Invalid block type id on line 825 in xxx/forum/includes/class_block.php
anyone else having this problem?

fwulfers 08-22-2011 05:32 PM

You mentioned the only option to financially support this modification is for the credit removal. I am looking forward to send my support as you have been doing an amazing job in developing and supporting this modification.

Christos Teriakis 08-22-2011 05:44 PM

Quote:

Originally Posted by maineGuy72 (Post 2236648)
this is the error when i click generate

Code:

Invalid block type id on line 825 in xxx/forum/includes/class_block.php
anyone else having this problem?

I seen the vB code and the meaning is that, you're trying to build a block type "PHP" while this block is not available. Please try to manualy add a block. Can you see the option "Custom HTML/PHP"?

Chris

Christos Teriakis 08-22-2011 05:45 PM

Quote:

Originally Posted by fwulfers (Post 2236650)
You mentioned the only option to financially support this modification is for the credit removal. I am looking forward to send my support as you have been doing an amazing job in developing and supporting this modification.

In a few days I'll activate a site for it, where you can find more info. I don't like to talk commercially here.

Chris

nikosb 08-22-2011 06:44 PM

Quote:

Originally Posted by ChrisTERiS (Post 2236521)
Seems that you messed the import procedure. Most probably the system halted during import but they have already created these fields. I'll be back with a fix for you this evening.

Chris

  • uninstalled ads
  • I did a new installation
  • I created a test ADS
and the problem of characters in the title remains

?�?�κ?�?�?�
please help

maineGuy72 08-22-2011 06:55 PM

Quote:

Originally Posted by ChrisTERiS (Post 2236654)
I seen the vB code and the meaning is that, you're trying to build a block type "PHP" while this block is not available. Please try to manualy add a block. Can you see the option "Custom HTML/PHP"?

Chris

i dont see an option for custom html/php in the block generator (see attached image). there is an option for custom html/php in forum block manager. i used mary's old block generator to create a block code and i posted code in the forum block manger and works fine. i was hoping to use your block generator to have the sliding random ads like in the classified main page.

Alp Ozdemir 08-22-2011 07:50 PM

its make an error on my vbb 4.1.4 like as below

Code:

Database error in vBulletin 4.1.4:

Invalid SQL:
SELECT * FROM microclassifieds_items WHERE categoryid IN () AND logo<>'' AND active=1 AND sold=0 AND hidden=0 ORDER BY rand() LIMIT 10;Database error in vBulletin 4.1.4:


Goatpod 08-22-2011 08:37 PM

Chris, Just noticed what could be a type in the modcp_classifieds.php file:

Code:

$includecss['microclassifieds'] = 'microclassifieds/incldues/classifieds.css';

NTMID8 08-22-2011 10:02 PM

I'm getting the following when I click on Get RSS -

This XML file does not appear to have any style information associated with it. The document tree is shown below.

Jman423 08-22-2011 10:48 PM

I give up, my questions have been passed over several times now.

maineGuy72 08-22-2011 10:56 PM

Quote:

Originally Posted by Jman423 (Post 2236408)
Chris,

You've missed my question a few times now. Are we supposed to be able to set a premium ad? The only way I can make this work is to go into the database and set it manually, otherwise it never takes.

Also, the tooltip for the "Autopost" feature on the add/edit page is wrong, the code points to the keyword tooltip. I've fixed it on my installation, but you may want to add that to your list.

Another thing, is the marquee only supposed to display the manually entered ads, or can it display the latest ads?

I know you are still working on bugs, but here are some suggestions:

The addition of a "Best Offer" text entry box that works the same as buying a product. If the seller allows "Best Offers", then the buyer can make the offer, and the seller can accept or reject it just like a normal sale.

The ability for a seller to set the "Quantity" of an autoposted ad so that it doesn't just keep re-posting the ad if they seller is sold out.

Also, in your original post, the features for this product still mention the map feature, which, if I am correct, you've removed from v5.

the premium ads only work for new ads. the seller must be premium seller with a priority of one and you have to edit the ad after posting and select the premium ad box than save it.

the marquee works as he programed it so and thing done it is a new feature and chris is working on bugs right now so this could be addressed to him later after everything is fixed to his standards

please be patient with chris as he is busting his ass to get this mod updated and fully functional

maineGuy72 08-22-2011 11:13 PM

Quote:

Originally Posted by NTMID8 (Post 2236764)
I'm getting the following when I click on Get RSS -

This XML file does not appear to have any style information associated with it. The document tree is shown below.

check your microclassified templates under style manager for the style you are using. there should be a rss block template there

if you can provide a link to your classifieds and tell us what style you are using it will help us to solve your problem. thanks

maineGuy72 08-22-2011 11:15 PM

Quote:

Originally Posted by Alp Ozdemir (Post 2236709)
its make an error on my vbb 4.1.4 like as below

Code:

Database error in vBulletin 4.1.4:

Invalid SQL:
SELECT * FROM microclassifieds_items WHERE categoryid IN () AND logo<>'' AND active=1 AND sold=0 AND hidden=0 ORDER BY rand() LIMIT 10;Database error in vBulletin 4.1.4:


where did you get the error? on the main classified.php page?
the more info you give the better we can help

Jman423 08-22-2011 11:33 PM

Quote:

Originally Posted by maineGuy72 (Post 2236782)
the premium ads only work for new ads. the seller must be premium seller with a priority of one and you have to edit the ad after posting and select the premium ad box than save it.

the marquee works as he programed it so and thing done it is a new feature and chris is working on bugs right now so this could be addressed to him later after everything is fixed to his standards

please be patient with chris as he is busting his ass to get this mod updated and fully functional

I do understand that he is work very hard to get this product right, and I have expressed appreciation and I am planning to donate for his efforts as I am sure others in this thread will also do. I have not only pitched in to help where I can in this thread, but I've also reported bugs as well. Nothing I've posted has been acknowledged, so I never know if he's read, or resolved any issues that I've mentioned.

But, thank you for you reply, you've confirmed that I am not the only seeing these results... and that is all I was looking for.

Reef Man 08-23-2011 12:35 AM

Quote:

Originally Posted by ChrisTERiS (Post 2233403)
  1. Yes you can. Goto Usergroup permissions and assign rights for each group
  2. Goto Plugins Manager (Just below the Products Manager) and uncheck microCLASSIFIEDS Tab
  3. In microCLASSIFIEDS General settings
  4. From the Phrase manager, or translating the phrases at the end of product_microclassifieds.xml and then re-importing it.
Chris


Thank you !!! Testing !

NTMID8 08-23-2011 01:34 AM

Quote:

Originally Posted by maineGuy72 (Post 2236792)
check your microclassified templates under style manager for the style you are using. there should be a rss block template there

if you can provide a link to your classifieds and tell us what style you are using it will help us to solve your problem. thanks

I do have that template you mentioned. Here is the link. I only have one style on my site.

http://www.nkyfba.com/forum/classifieds.php

ChangeFive 08-23-2011 02:16 AM

Quote:

Originally Posted by maineGuy72 (Post 2236794)
where did you get the error? on the main classified.php page?
the more info you give the better we can help

Fresh install of the newest version and I get the same error when trying to access the main classified.php page.

Code:

Database error in vBulletin 4.1.5:

Invalid SQL:
SELECT * FROM microclassifieds_items WHERE categoryid IN () AND logo<>'' AND active=1 AND sold=0 AND hidden=0 ORDER BY rand() LIMIT 10;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND logo<>'' AND active=1 AND sold=0 AND hidden=0 ORDER BY rand() LIMIT 10' at line 1
Error Number  : 1064
Request Date  : Monday, August 22nd 2011 @ 10:12:11 PM
Error Date    : Monday, August 22nd 2011 @ 10:12:11 PM
Script        : http://******.net/classifieds.php
Referrer      : http://******.net/forum.php
IP Address    : ******
Username      : ******
Classname    : vB_Database
MySQL Version : 5.1.56-log

Also, if I wanted to add an icon next to "Classifieds" in the top navigation bar, where would I put that in the template?

Christos Teriakis 08-23-2011 04:10 AM

Quote:

Originally Posted by Jman423 (Post 2236800)
I do understand that he is work very hard to get this product right, and I have expressed appreciation and I am planning to donate for his efforts as I am sure others in this thread will also do. I have not only pitched in to help where I can in this thread, but I've also reported bugs as well. Nothing I've posted has been acknowledged, so I never know if he's read, or resolved any issues that I've mentioned.

But, thank you for you reply, you've confirmed that I am not the only seeing these results... and that is all I was looking for.

None question is bypassed. Believe it or not, I've a long paper writing down all them. But I've placed some priorities, otherwise we will never finish:
  1. To add all planed new features. After the release of searchable fields, this has finished (for the moment).
  2. To fix all known bugs, so we can have a stable working version.
  3. To fix any design issue
  4. To change the way that Mary's Classifieds working before.
Sorry, but your isssue is on the 4th priority. Sure I'll do it, but I believe that fixing the bugs must have first priority. Don't you agree? If the time comes and see that your question is not answered while there is no other questions, then you can say that I'm ignoring it. Now, please don't say it. There are so many more important issues to fix.

Chris

Christos Teriakis 08-23-2011 04:15 AM

Quote:

Originally Posted by ChangeFive (Post 2236850)
Fresh install of the newest version and I get the same error when trying to access the main classified.php page.

Code:

Database error in vBulletin 4.1.5:

Invalid SQL:
SELECT * FROM microclassifieds_items WHERE categoryid IN () AND logo<>'' AND active=1 AND sold=0 AND hidden=0 ORDER BY rand() LIMIT 10;

Also, if I wanted to add an icon next to "Classifieds" in the top navigation bar, where would I put that in the template?

Please upload the attached file to microclassifieds/includes/

Christos Teriakis 08-23-2011 04:17 AM

Quote:

Originally Posted by Alp Ozdemir (Post 2236709)
its make an error on my vbb 4.1.4 like as below

Code:

Database error in vBulletin 4.1.4:

Invalid SQL:
SELECT * FROM microclassifieds_items WHERE categoryid IN () AND logo<>'' AND active=1 AND sold=0 AND hidden=0 ORDER BY rand() LIMIT 10;Database error in vBulletin 4.1.4:


Please upload the attached file at: microclassifieds/includes/

Christos Teriakis 08-23-2011 04:18 AM

Quote:

Originally Posted by Goatpod (Post 2236727)
Chris, Just noticed what could be a type in the modcp_classifieds.php file:

Code:

$includecss['microclassifieds'] = 'microclassifieds/incldues/classifieds.css';

Thank you! Corrected.

Christos Teriakis 08-23-2011 04:19 AM

Quote:

Originally Posted by nikosb (Post 2236681)
  • uninstalled ads
  • I did a new installation
  • I created a test ADS
and the problem of characters in the title remains

?�?�κ?�?�?�
please help

I know it Niko and I'm working on it.

Christos Teriakis 08-23-2011 06:29 AM

Quote:

Originally Posted by maineGuy72 (Post 2236686)
i dont see an option for custom html/php in the block generator (see attached image). there is an option for custom html/php in forum block manager. i used mary's old block generator to create a block code and i posted code in the forum block manger and works fine. i was hoping to use your block generator to have the sliding random ads like in the classified main page.

I'm using vB's Datamanager to automatically add the block in the database and seems that vB has restricted this type of blocks to be auto generating. I'm attaching the old blockgenerator to continue using it. Just upload it anywhere in your site and point your browser there.

Chris


All times are GMT. The time now is 09:19 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01957 seconds
  • Memory Usage 1,873KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (13)bbcode_code_printable
  • (28)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete