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)

K4GAP 09-21-2011 02:07 AM

Quote:

Originally Posted by ChrisTERiS (Post 2248215)
The easiest way is to rename the directory darkgray which exists at microclassifieds/datagrid/skins/ to bluesky. But before you need to rename the existing bluesky to somethingelse ...eg _bluesky

Chris

That didn't change a thing. The only thing that needs changed is the areas marked with red arrows.

http://www.publicwarriors.com/files/searchbox.png

Christos Teriakis 09-21-2011 04:22 AM

Quote:

Originally Posted by GaryT (Post 2248441)
That didn't change a thing. The only thing that needs changed is the areas marked with red arrows.

Everything else is on the css file: microclassifieds/includes/classifieds.css

Chris

Christos Teriakis 09-21-2011 08:43 AM

A new version (5.1.7) is available for download. In this version:
  1. Added a new usergroup permission to allow/disallow use of Ad voting
  2. Added a new setting for the css style that you're using in datagrid (Default now is: bluesky).
  3. Added in cronjob a missing function to remove all bookmarks after Ad deletion
  4. Corrected a bug which was sending wrong PMs, while there was no reason to send them.
To upgrade:
  1. Upload all files
  2. Import the product-microclassifieds.xml
  3. Check the usergroup permissions
  4. Check the General settings if you're using a style other than bluesky in datagrid.
Chris

iBaker 09-21-2011 09:01 AM

Chris, can you advise when is the datagrid going to be able to be full width on wide screens...thanks for a great effort with this mod...hope to see it at Xenforo very soon

Christos Teriakis 09-21-2011 10:04 AM

Quote:

Originally Posted by iBaker (Post 2248509)
Chris, can you advise when is the datagrid going to be able to be full width on wide screens...thanks for a great effort with this mod...hope to see it at Xenforo very soon

I've replied it before, but is better to repost it here. As you maybe know, this is a 3nd party commercial script. Till now I've spent around $400 for the original script, for the support (its extra cost) and some custom modifications. Some of them (eg the search bar below the titles) is custom work and I added it in the free version. Some others that I ordered (and paid) latelly (among them the ability to setup related width instead of fixed as is now), I don't plan to release in the free version.

Sorry, I can accept the idea to share for free my own work, but I don't think that is logic to share for free things that I paid money for them.

Chris

qpurser 09-21-2011 10:26 AM

Keeping an eye on your site every day and can see the progress you made.
Looking forward to see that "special" button that says "PRO version"...:)

Chris,
does the conditional BOTH parties have to write a review before the reviews become visible?
I remember at some point you removed it in an xml file for me.
Just wondering if you kept it that way in the other releases or did you put it back in.

If it is still there could I remove the conditional?
We don't need this for our purposes

Thanks
Michael

RC-Central 09-21-2011 01:30 PM

Great work Chris! Looking good. Any possibilities you will make it able to sell downloadable products instead of tangible items only?? :) That is basically all I need at the current time and other mods are not supported anymore and do not work with 4.1.5.. :(

fwulfers 09-21-2011 04:48 PM

This was mentioned before but not a high priority. When you click on an image and it opens up, it is set to display at a certain size. Looks to be a width of about 550px. It would be nice to display the actual size of the image if it is larger than 550px.

Christos Teriakis 09-21-2011 04:56 PM

Quote:

Originally Posted by fwulfers (Post 2248667)
This was mentioned before but not a high priority. When you click on an image and it opens up, it is set to display at a certain size. Looks to be a width of about 550px. It would be nice to display the actual size of the image if it is larger than 550px.

In the template microclassifieds_view_item, at the head section (around 60th line), there is:
Code:

<script>
$(document).ready(function(){
        $("a[rel='lightbox']").colorbox({transition:"none", width:"640", height:"480"});
});
</script>

Try to change it to width:auto, height:auto. If does not works, changed it to fix dimensions, eg width:"800", height:"600"

Chris

maineGuy72 09-21-2011 04:56 PM

chris

next update can you replace the phrases with these. i went and changed all the ' to ` so it appears correctly
thanks

Christos Teriakis 09-21-2011 04:57 PM

Quote:

Originally Posted by RC-Central (Post 2248593)
Great work Chris! Looking good. Any possibilities you will make it able to sell downloadable products instead of tangible items only?? :) That is basically all I need at the current time and other mods are not supported anymore and do not work with 4.1.5.. :(

The file that I sent you didn't corrected the bug in the microCART?

Chris

maineGuy72 09-21-2011 05:14 PM

when updating to 5.1.7 you must go into usergroups and set permissions again for admins and moderators. it adds another option in there and kicks the moderate option down and resets it to no. just an FWI

RC-Central 09-21-2011 07:30 PM

Quote:

Originally Posted by ChrisTERiS (Post 2248674)
The file that I sent you didn't corrected the bug in the microCART?

Chris

I never received a file..??.. :confused:

fwulfers 09-21-2011 08:54 PM

Great, that worked. But you have to include quotes so it is: width:"auto", height:"auto"

Hopefully, this will make it to future version updates.

Quote:

Originally Posted by ChrisTERiS (Post 2248672)
In the template microclassifieds_view_item, at the head section (around 60th line), there is:
Code:

<script>
$(document).ready(function(){
        $("a[rel='lightbox']").colorbox({transition:"none", width:"640", height:"480"});
});
</script>

Try to change it to width:auto, height:auto. If does not works, changed it to fix dimensions, eg width:"800", height:"600"

Chris


RC-Central 09-22-2011 03:04 AM

How can I change the "Classifieds" name on the navbar to whatever I want to name it??

RC-Central 09-22-2011 03:51 AM

in the auctions option, the word "Reversed" SHOULD be Reserved..

Christos Teriakis 09-22-2011 04:12 AM

Quote:

Originally Posted by RC-Central (Post 2248735)
I never received a file..??.. :confused:

I sent it the next morning. In any case. Here it is. 99% will fix your problem.

Chris

maineGuy72 09-22-2011 10:54 AM

Quote:

Originally Posted by RC-Central (Post 2248802)
How can I change the "Classifieds" name on the navbar to whatever I want to name it??

search the mod it has been discussed twice

RC-Central 09-22-2011 12:40 PM

In the auction style ads, it just gives the option to buy, not bid. :confused:

qpurser 09-22-2011 12:57 PM

Quote:

Originally Posted by RC-Central (Post 2248918)
In the auction style ads, it just gives the option to buy, not bid. :confused:

It was a little confusing for me also but the option is there.
Just when a seller decides to use the "buy now" option it gets confusing as the button "Buy" will show up. Look more to the left where it says: bookmark, contact seller etc.
You will see the option "place bid" there also

RC-Central 09-22-2011 02:07 PM

It would be nice for a button similar to the buy now button for placing a bid. Kind of like ebay, buy it now, place bid and best offer kind of thing. Would be pretty sweet!

maineGuy72 09-22-2011 06:35 PM

Hey Chris, is this your only mod on here or do you have other ones?

Halfhidden 09-22-2011 08:23 PM

Thanks for the update... really love this mod.
Is it possible to incorporate a button in classified that says something like "How to" So that users who don't know how to use the classified can click on that and see a tutorial on how to use the classified?
If you are willing to do this I will put a comprehensive tutorial together in both html and flash video format and sent it to you to add to the downloads so that everyone can enjoy it. It will encourage more people to use this mod. I know I'm trying to coach a few off Facebook where they have a few groups trying to sell stuff but it isn't working for them. They want to come across but there isn't a users tutorial for them.

rEd86 09-22-2011 08:43 PM

Great Mod. Congrats! I tried to search the 82 pages of posts but couldn't find this already answered... We have installed the classified product and are able to create categories and add products for sale. (so the general database connection is working) Strangely, when we click on a the category to see the items for sale in the table/grid, we get the following error inline on the page:

Quote:

Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) 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

https://vborg.vbsupport.ru/attachmen...1&d=1316727431

We can see products in the "Random Classifieds" and can click on them to view the details. We are at a loss as to why the database connection would only fail in this location.

Thoughts/suggestions?

--Ed

Halfhidden 09-22-2011 09:35 PM

Quote:

Originally Posted by rEd86 (Post 2249054)
Great Mod. Congrats! I tried to search the 82 pages of posts but couldn't find this already answered... We have installed the classified product and are able to create categories and add products for sale. (so the general database connection is working) Strangely, when we click on a the category to see the items for sale in the table/grid, we get the following error inline on the page:

We can see products in the "Random Classifieds" and can click on them to view the details. We are at a loss as to why the database connection would only fail in this location.

Thoughts/suggestions?

--Ed

Just a thought... looking at that error are you running a sub domain? as in www.mysubdomain.mydomain.com If so that would explain the error.

rEd86 09-22-2011 09:47 PM

Thanks for the quick response Halfhidden. The site is not running of a subdomain.

--Ed

maineGuy72 09-22-2011 09:49 PM

Quote:

Originally Posted by rEd86 (Post 2249054)
Great Mod. Congrats! I tried to search the 82 pages of posts but couldn't find this already answered... We have installed the classified product and are able to create categories and add products for sale. (so the general database connection is working) Strangely, when we click on a the category to see the items for sale in the table/grid, we get the following error inline on the page:



We can see products in the "Random Classifieds" and can click on them to view the details. We are at a loss as to why the database connection would only fail in this location.

Thoughts/suggestions?

--Ed

are you using mysqli or mysql?
https://vborg.vbsupport.ru/data:imag...SUVORK5CYII%3D

rEd86 09-23-2011 12:56 AM

// ****** DATABASE TYPE ******
// This is the type of the database server on which your vBulletin database will be located.
// Valid options are mysql and mysqli, for slave support add _slave. Try to use mysqli if you are using PHP 5 and MySQL 4.1+
// for slave options just append _slave to your preferred database type.
$config['Database']['dbtype'] = 'mysqli';

rEd86 09-23-2011 12:59 AM

That appears to be the problem. I changed the access type to:

$config['Database']['dbtype'] = 'mysql';

and that table is now loading!

Thanks Mike.

--Ed

Christos Teriakis 09-23-2011 04:04 AM

Quote:

Originally Posted by maineGuy72 (Post 2249025)
Hey Chris, is this your only mod on here or do you have other ones?

Currently only this one. Maybe I'll get over another 2 from Mary. microDATING and ForoMail.

Chris

maineGuy72 09-23-2011 02:49 PM

Quote:

Originally Posted by ChrisTERiS (Post 2249154)
Currently only this one. Maybe I'll get over another 2 from Mary. microDATING and ForoMail.

Chris

what about the microCMS?
is that still hers?

Christos Teriakis 09-23-2011 03:14 PM

Quote:

Originally Posted by maineGuy72 (Post 2249286)
what about the microCMS?
is that still hers?

!!!! YOU SPY !!!!!..... Have you droped anything in my laptop and you're watching what I'm doing?:D
Ok. I've also got it. But I had extend it even to support different layouts. Stay tuned. Why? Did you liked to get it?

Chris

maineGuy72 09-23-2011 03:27 PM

Quote:

Originally Posted by ChrisTERiS (Post 2249297)
!!!! YOU SPY !!!!!..... Have you droped anything in my laptop and you're watching what I'm doing?:D
Ok. I've also got it. But I had extend it even to support different layouts. Stay tuned. Why? Did you liked to get it?

Chris

well i dont have the cms suite and would be interesting to see if my users will like it.

maineGuy72 09-23-2011 03:27 PM

there is no info on it anymore or screen shots so i dont know much about it
want to team up and work the bugs on that one too? lol

k6rikko 09-24-2011 12:15 PM

Hi all :) many sorry about a question of this again. Iam so confused and search and search days for days <.<
Please i hope someone can help me with this. I have uploaded a picture here from the classified browsing view.
It doesnt looks very well on the page.
The white background etc.
Whats the name and where can i find the right css or template to change the dg size (width) and fix it to the white space size ?

Any chance to fix the width each from the selection buttons (like title, type etc) above too?

many many thanks @ all

have a good time

Greets Rikko

http://www.rikko-amuze.com/downloads/classishop.jpg

Christos Teriakis 09-24-2011 05:40 PM

Well, I think that after so many updates, I found some free time to setup my site. Everybody is welcome there, even if the support for the free version will continue being here.

Chris

vb.help 09-25-2011 03:36 AM

Mary's Classifieds

is there any site map add on file for Mary's Classifieds to use it in vbseo site map add on generation ?

mgcom 09-25-2011 06:49 AM

Quote:

Originally Posted by ChrisTERiS (Post 2249647)
Well, I think that after so many updates, I found some free time to setup my site. Everybody is welcome there, even if the support for the free version will continue being here.

Chris

Sweet

Personally i think the newsletter is the most important mod with VB but in Mary's old one you had to do all the work, there is another newsletter (community newsletter) which pulls all the info from your forums to the news letter but its not working and the support is :down:

I'd pay for that if you could stick it on to your to-do list :D

How soon for classifieds pro-version mate ?

Christos Teriakis 09-25-2011 07:37 AM

Quote:

Originally Posted by mgcom (Post 2249820)
Sweet

Personally i think the newsletter is the most important mod with VB but in Mary's old one you had to do all the work, there is another newsletter (community newsletter) which pulls all the info from your forums to the news letter but its not working and the support is :down:

Finally I got over all Mary's Mods (even those for vB3), and step by step I'll continue upgrading them. I had no experiance with her ForoMail, but as I seen, for sure it will must be split in 2 parts: Mailinglist manager and Community newsletter. For a first eye I didn't found it not working, but just complicated as is now. I'm planing to use it on my site, so this will be the best way to test it out.

I'd pay for that if you could stick it on to your to-do list :D

Quote:

Originally Posted by mgcom (Post 2249820)
How soon for classifieds pro-version mate ?

This evening :)

Chris

Christos Teriakis 09-25-2011 07:38 AM

Quote:

Originally Posted by vb.help (Post 2249788)
Mary's Classifieds

is there any site map add on file for Mary's Classifieds to use it in vbseo site map add on generation ?

Officially should be available only in the PRO version, unless if someone post it here for the Free version.

Chris


All times are GMT. The time now is 02:47 AM.

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.04756 seconds
  • Memory Usage 1,849KB
  • 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
  • (2)bbcode_code_printable
  • (21)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