vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - microCLASSIFIEDS (General Classifieds) (https://vborg.vbsupport.ru/showthread.php?t=231942)

MaryTheG(r)eek 01-01-2010 10:00 PM

microCLASSIFIEDS (General Classifieds)
 
*** Link Removed ***

barbaras 01-02-2010 03:54 PM

YES! I've been waiting for this. Thank you!

barbaras 01-02-2010 04:28 PM

Is there a way to delete categories without losing subcategories? Just moving subcategories to a higher tier?

MaryTheG(r)eek 01-02-2010 04:31 PM

Quote:

Originally Posted by barbaras (Post 1945091)
Is there a way to delete categories without losing subcategories? Just moving subcategories to a higher tier?

Not in this version. Sorry.

Maria

barbaras 01-02-2010 04:44 PM

Ok. Well I made due and just changed the name. :) I did notice that in the editor, you can insert a picture from a url but when you save it, it just shows the link and not the picture. I know there are upload boxes too. That could be confusing for some.

MaryTheG(r)eek 01-02-2010 04:53 PM

Quote:

Originally Posted by barbaras (Post 1945109)
Ok. Well I made due and just changed the name. :) I did notice that in the editor, you can insert a picture from a url but when you save it, it just shows the link and not the picture. I know there are upload boxes too. That could be confusing for some.

Sorry, this comes from the Editor. Jelsoft, for some reason have code the editor to work 100% only within its native code. If you check other mods too (but not those who are using forums inside forums, but really major modules), you'll see that also the attachement button, even if it appears, it doesn't works.

To prove that something is hidden, try to add bullet list on a post. Viewing the ad later, the fonts and colors are ok, but bullets has disappear. Then just do the same to contact seller. I'm using exactly the same code to save the message. But now, as the message is appearing at native vB files (Inbox) the bullet list appears correctly.

That's the reason that in the past I was using in my mods, my own editor, and seems that I need to bring it back to life.

Maria

barbaras 01-02-2010 05:07 PM

Oh. I see. Well thank you again for this.

ndahiya 01-02-2010 06:25 PM

do you plan to offer mandatory/optional extra fields in the free script or is that a feature of the paid script only?

ndahiya

Gnoll 01-02-2010 06:32 PM

Tagged :) , awsome work again

edit , why this is happening ?

blake247 01-02-2010 08:02 PM

Anyway to fix this?

https://vborg.vbsupport.ru/external/2010/01/134.jpg

Ramsesx 01-02-2010 08:26 PM

Really nice work Maria, thank you. Maybe I'll install it once I could need this.

kalliey 01-02-2010 09:23 PM

Quote:

Originally Posted by Gnoll (Post 1945200)
Tagged :) , awsome work again

edit , why this is happening ?

Quote:

Originally Posted by blake247 (Post 1945290)

I have the same Problems.

Give it a way to change the name of "Years" "Months" "Weeks" "Hours" "Minutes" and "Seconds" in german Language?

Is it possible to insert a Message to the Buyer? And close the Classified after a buy?

Where can i insert the €? It shows only the Price like "100"

By the way: Nice work Mary, thanks a lot. :D

Gnoll 01-02-2010 09:36 PM

Quote:

Originally Posted by kalliey (Post 1945335)
Where can i insert the ?? It shows only the Price like "100"

use "Currency" part for it

MikeLac 01-02-2010 10:59 PM

This is a great Mod by the way! I have been looking for a Classified ads option.

I am having a bit of a problem. It is probably simple.

I correctly installed Micro Classifieds.

Then I set up the options and set up my desired Categories.

But I can not seem to find where I can set the Permissions. I know how to set permissions for any of my Forums and Sub Forums. But I can not find an option to set the permissions for Micro Classifieds.

When I click on the Classifieds button, and I am logged in as the administrator, it just says:

MikeLac, you do not have permission to access this page. This could be due to one of several reasons:

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?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Any help would be appreciated! :)

blake247 01-03-2010 04:23 AM

MikeLac: set the permissions in the User Groups. Even as Admin you still need to set them.

MikeLac 01-03-2010 04:49 AM

Quote:

Originally Posted by blake247 (Post 1945605)
MikeLac: set the permissions in the User Groups. Even as Admin you still need to set them.

I found it now! :)

It was staring at me the whole time. I just had to edit each Usergroup under the Usergroup manager.

I stepped away from the Computer for awhile. Was getting tired. Had a couple of cups of Coffee and my Wife and myself watched a movie. Then I came back to the Computer and easily changed the Permissions within 2 minutes.

I get a little dopey if I have gone a little while without my Caffeine! Now that I have had my Coffee, I`m smart again! :D

MaryTheG(r)eek 01-03-2010 08:38 AM

Quote:

Originally Posted by ndahiya (Post 1945195)
do you plan to offer mandatory/optional extra fields in the free script or is that a feature of the paid script only?

ndahiya

Only in the PRO (Commercial) version.

Maria

MaryTheG(r)eek 01-03-2010 08:39 AM

Quote:

Originally Posted by Gnoll (Post 1945200)
Tagged :) , awsome work again

edit , why this is happening ?

Fixed in version 4.1.0

Sorry for troubles
Maria

MaryTheG(r)eek 01-03-2010 08:40 AM

Quote:

Originally Posted by blake247 (Post 1945290)

Fixed in version 4.1.0

Sorry for troubles
Maria

MaryTheG(r)eek 01-03-2010 08:50 AM

Quote:

Originally Posted by kalliey (Post 1945335)
I have the same Problems.

Fixed in version 4.1.0

Quote:

Originally Posted by kalliey (Post 1945335)
Give it a way to change the name of "Years" "Months" "Weeks" "Hours" "Minutes" and "Seconds" in german Language?

Yes, but be carefull so the FIRST letter to be UNIQUE. Open the file functions.php at microclassifieds/includes/
Find:
Code:

function time_duration
Change the names on the left,
Code:

  $periods = array (
            'years'    => 31556926,
            'Months'    => 2629743,
            'weeks'    => 604800,
            'days'      => 86400,
            'hours'    => 3600,
            'minutes'  => 60,
            'seconds'  => 1
            );

keeping in mind that the first letter must be quique. But you can add "M" and "m" as they count as different.

The same you must do for the function that is just below:
Code:

function time_duration_short
This shows the remaining time in short format
Then you need to goto your admincp->microclassifieds options and change the last field Expiration format


Quote:

Originally Posted by kalliey (Post 1945335)
Is it possible to insert a Message to the Buyer?

The message is predefinied (at least in this version).

Quote:

Originally Posted by kalliey (Post 1945335)
And close the Classified after a buy?

Yes, choose "Mark as Sold" on the right in My Classifieds listing. Actually only when choose this one, then the message to Buyer is going to him.

Quote:

Originally Posted by kalliey (Post 1945335)
Where can i insert the €? It shows only the Price like "100"

I fixed it, if you mean the block with Random Classifieds.


Quote:

Originally Posted by kalliey (Post 1945335)
By the way: Nice work Mary, thanks a lot. :D

Thank you

MaryTheG(r)eek 01-03-2010 08:53 AM

Quote:

Originally Posted by MikeLac (Post 1945619)
...and my Wife and myself watched a movie.

Just to see how good and peacefull is to go beside your wife from time to time:p

Maria

MikeLac 01-03-2010 01:36 PM

Quote:

Originally Posted by MicroHellas (Post 1945765)
Just to see how good and peacefull is to go beside your wife from time to time:p

Maria

Yes, my Wife always complains that I spend more time with my Computer than I do with her. :)

Great job by the way! My Forum is just about ready for launch. I actually had an Items for Sale Forum that broke down into Sub Forums which were the different categories. It would have been a little awkward to do it that way. After I installed the Micro Classifieds, I just turned that particular Forum Off. I`ll more than likely delete it altogether.

I`ll be looking more into your Pro version!

Nobody knows about my Forum yet. I only have about 3 Members. My promotions will be starting tomorrow. I have already had to ban 2 Users for Spamming my Forum. One user Signed up with 2 Accounts to Spam the same product. I banned the IPs as well. Not sure how they found my Forum. Google has been indexing my Content every day. Maybe they found my site through Google. Spamming a Forum with only 2 registered Users. Spammers are a brilliant bunch, aren't they? :rolleyes:

I have a question about your Pro version. Does it have an advertising option where I could choose to place Adsense ads, banners, or whatever?

Thanks! :up:

P.S. I forgot to mark as installed. I will do that right now. And give you an Excellent rating. And nominate this for MOTM. :)

Gnoll 01-03-2010 02:35 PM

thanks for update

blake247 01-03-2010 02:55 PM

Awesome! Thank you so much Maria!

Easific 01-03-2010 06:03 PM

I intend to operate this only as a price guide. I hope I will be able to keep only the listing feature and disable the rest with a little headbanging.

Kolbi 01-03-2010 07:25 PM

Will there be a rating system in the future?

Verionia 01-03-2010 10:57 PM

Can you have seller fees to site owner, auction option, product images, feedback rating system, widgets with product images, product ratings, options for people to leave product reviews, widget for product reviews, option to never delete classified/product listing (amazon.com), sellers to sell their items like this product, product with #of different shippers and prices (amazon.com)!

HappyFeet 01-03-2010 11:21 PM

Maria,

Thanks so much for this. It is a lot better than simply have a classified forum.

I do have a question. When I click on the classified ad, it opens in a new window. If I can, how do I change that?

HappyFeet 01-04-2010 12:22 AM

Quote:

Originally Posted by HappyFeet (Post 1946480)
Maria,

Thanks so much for this. It is a lot better than simply have a classified forum.

I do have a question. When I click on the classified ad, it opens in a new window. If I can, how do I change that?

I also have this problem when I attempt to buy... Can you tell me what is wrong? I've re-checked that all files were uploaded. Maybe I have tunnel vision at this point. :confused:

Screen shot attached

EDIT: Sorry for being a Goober. I was buying from myself, that caused the error. Logged in as alternate ID and it worked.


Sorry, I'm not being a prude but I found a spelling error in Phrase (microclassifieds_ sale_ msg_ 4) I found & changed the word duscuss to discuss, just thought you would like to be aware...;)

.

MaryTheG(r)eek 01-04-2010 04:02 AM

Quote:

Originally Posted by Kolbi (Post 1946267)
Will there be a rating system in the future?

Only in the PRO version with many others (eg extra fields).

Maria

MaryTheG(r)eek 01-04-2010 04:04 AM

Quote:

Originally Posted by HappyFeet (Post 1946496)
Sorry, I'm not being a prude but I found a spelling error in Phrase (microclassifieds_ sale_ msg_ 4) I found & changed the word duscuss to discuss, just thought you would like to be aware...;)
.

My apologies, but English is not my native language.

Maria

MaryTheG(r)eek 01-04-2010 04:09 AM

Quote:

Originally Posted by Verionia (Post 1946466)
Can you have seller fees to site owner

Yes, per category, in the PRO version

Quote:

Originally Posted by Verionia (Post 1946466)
auction option

Use my microAUCTIONS, if you want Auctions

Quote:

Originally Posted by Verionia (Post 1946466)
product images,

Didn't got your meaning. You can add as many images and attachment you want (setup them at microCLASSIFIEDS Options.

Quote:

Originally Posted by Verionia (Post 1946466)
feedback rating system, widgets with product images, product ratings, options for people to leave product reviews, widget for product reviews, option to never delete classified/product listing (amazon.com), sellers to sell their items like this product

In the PRO version

Quote:

Originally Posted by Verionia (Post 1946466)
product with #of different shippers and prices (amazon.com)!

You can add as many payment and shipping options you like in this version.

Maria

4ntz 01-04-2010 01:01 PM

PRO version?
Where can I buy it?

MaryTheG(r)eek 01-04-2010 01:33 PM

Quote:

Originally Posted by 4ntz (Post 1946871)
PRO version?
Where can I buy it?

Haven't it yet. I plan it for the near future. You need to keep an eye in my site.

Maria

4ntz 01-04-2010 01:41 PM

Woohoo! Near future?
I'll be daily visitor of your site!
;)

Keep up the good work!

albibak 01-08-2010 09:13 AM

MicroHellas,

Thanks for the mod
Please, find in attachment the french translation
You can find the french topic for this mod here: http://forum.vbulletin-fr.org/modifi...tites-annonces

glen290 01-09-2010 09:57 AM

Works great, installed and up and running with no issues, another great mod Maria.
Few features I would like to see, but assuming they would be in the Pro Version, so asked about these on your forum.

Nominated for MOTM..

microlight 01-09-2010 08:06 PM

Is there anyone with a working version I can see????

Everyone I have seen on here that says they have installed the mod... I go to their site. Click classifieds and I get 404 not found.

That includes you above TenPinForum

glen290 01-10-2010 11:02 AM

All seems ok to me microlight, logged in on a few different places and comes up no problem, even had a few test ads up and running yesterday..

microlight 01-10-2010 12:52 PM

Thanks Glen. Works now... strange that.

Regards
Vince


All times are GMT. The time now is 05:54 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.01524 seconds
  • Memory Usage 1,842KB
  • 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
  • (3)bbcode_code_printable
  • (26)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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