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 04-03-2010 01:22 PM

Quote:

Originally Posted by NashChristian (Post 2015071)
I don't see a tremendous amount of difference, between your free and pro product, though I definately prefer the pro, and several of my complaints about the free version are addressed in the pro.


There are, but most of them are hidden. eg in the PRO you can assign per category:
  1. If everybody can post on it, .... or
  2. Nobody, ...or
  3. Specific usergroups
But from the other side, why most users think that the free versions are for rubishes? It's perfect if you don't need exotic features.

Quote:

Originally Posted by NashChristian (Post 2015071)
One concern I noticed right off, does your product not have search engine friendly url's? (I'm speaking of the pro product.) ??

There is a file with custom rewrite rules for vbSeo.

Quote:

Originally Posted by NashChristian (Post 2015071)
By the way, I DO admire your passion!

It's your one way only, if you want to get reply:p

Maria

Thanks again for sharing! :D[/quote]

NashChristian 04-03-2010 04:52 PM

Quote:

Originally Posted by MicroHellas (Post 2015136)
There is a file with custom rewrite rules for vbSeo.

Hello. Thanks again for taking the time to reply.

I do not own vBseo, nor plan to buy it. So your program does NOT have a mod-rewrite ability to do search engine friendly urls (on its own), using the title of the classified and the category title, to then construct a unique content driven url to that item?

Just to clarify. Thanks again!

MaryTheG(r)eek 04-03-2010 06:33 PM

Quote:

Originally Posted by NashChristian (Post 2015212)
Hello. Thanks again for taking the time to reply.

I do not own vBseo, nor plan to buy it. So your program does NOT have a mod-rewrite ability to do search engine friendly urls (on its own), using the title of the classified and the category title, to then construct a unique content driven url to that item?

Just to clarify. Thanks again!

I know about mod-rewrite and search engine friendly urls, so many as you know to speak and write in Chinese:D (I seen before that you're not coming from ...China:p)

In any case, my word is my contract, so you can get a free copy to continue admiring my passion:p. Just email me

MaryTheG(r)eek 04-03-2010 06:36 PM

Quote:

Originally Posted by NashChristian (Post 2015212)
Hello. Thanks again for taking the time to reply.

I do not own vBseo, nor plan to buy it. So your program does NOT have a mod-rewrite ability to do search engine friendly urls (on its own), using the title of the classified and the category title, to then construct a unique content driven url to that item?

Just to clarify. Thanks again!

2nd... But I think this works with anything. Don't think that I wrote them. But my clients love and care for me, so a nice guy send this file, to share with others.
Code:

'^classifieds\.php\?do=viewitem&itemid=(.*)$' => 'classifieds-$1/'
'^classifieds\.php\?do=searchtimeframe&timeframe=(.*)$' => 'classifieds/new-days-back-$1/'
'^classifieds\.php\?do=addedititem$' => 'classifieds/addedititem/'
'^classifieds\.php\?do=saveupdateitem$' => 'classifieds/saveupdateitem/'
'^classifieds\.php\?do=myprofile$' => 'classifieds/myprofile/'
'^classifieds\.php\?do=profile&profileid=(.*)$' => 'classifieds/profileid$1/'
'^classifieds\.php\?do=myitems$' => 'classifieds/myitems/'
'^classifieds\.php\?do=myitems&tab=(.*)$' => 'classifieds/myitems-tab-$1/'
'^classifieds\.php\?do=mybids$' => 'classifieds/mybids/'
'^classifieds\.php\?do=myhistory$' => 'classifieds/myhistory/'
'^classifieds\.php\?do=myhistory&tab=(.*)$' => 'classifieds/myhistory-$1/'
'^classifieds\.php\?do=searchseller&sellerid=(.*)$' => 'classifieds/sellerid-$1/'
'^classifieds\.php\?do=searchresults$' => 'classifieds/searchresults/'
'^classifieds\.php\?do=approveads$' => 'classifieds/approveads/'
'^classifieds\.php\?do=approvereports$' => 'classifieds/approvereports/'
'^classifieds\.php\?do=certified$' => 'classifieds/certified/'
'^classifieds\.php\?do=addcertified$' => 'classifieds/addcertified/'
'^classifieds\.php\?do=removecertified&memberid=(.*)$' => 'classifieds/removecertified-memberid-$1/'
'^classifieds\.php\?do=contactseller$' => 'classifieds/contactseller/'
'^classifieds\.php\?do=postreport$' => 'classifieds/postreport/'


NashChristian 04-03-2010 06:56 PM

Quote:

Originally Posted by MicroHellas (Post 2015256)
2nd... But I think this works with anything. Don't think that I wrote them. But my clients love and care for me, so a nice guy send this file, to share with others.
Code:

'^classifieds\.php\?do=viewitem&itemid=(.*)$' => 'classifieds-$1/'
'^classifieds\.php\?do=searchtimeframe&timeframe=(.*)$' => 'classifieds/new-days-back-$1/'
'^classifieds\.php\?do=addedititem$' => 'classifieds/addedititem/'
'^classifieds\.php\?do=saveupdateitem$' => 'classifieds/saveupdateitem/'
'^classifieds\.php\?do=myprofile$' => 'classifieds/myprofile/'
'^classifieds\.php\?do=profile&profileid=(.*)$' => 'classifieds/profileid$1/'
'^classifieds\.php\?do=myitems$' => 'classifieds/myitems/'
'^classifieds\.php\?do=myitems&tab=(.*)$' => 'classifieds/myitems-tab-$1/'
'^classifieds\.php\?do=mybids$' => 'classifieds/mybids/'
'^classifieds\.php\?do=myhistory$' => 'classifieds/myhistory/'
'^classifieds\.php\?do=myhistory&tab=(.*)$' => 'classifieds/myhistory-$1/'
'^classifieds\.php\?do=searchseller&sellerid=(.*)$' => 'classifieds/sellerid-$1/'
'^classifieds\.php\?do=searchresults$' => 'classifieds/searchresults/'
'^classifieds\.php\?do=approveads$' => 'classifieds/approveads/'
'^classifieds\.php\?do=approvereports$' => 'classifieds/approvereports/'
'^classifieds\.php\?do=certified$' => 'classifieds/certified/'
'^classifieds\.php\?do=addcertified$' => 'classifieds/addcertified/'
'^classifieds\.php\?do=removecertified&memberid=(.*)$' => 'classifieds/removecertified-memberid-$1/'
'^classifieds\.php\?do=contactseller$' => 'classifieds/contactseller/'
'^classifieds\.php\?do=postreport$' => 'classifieds/postreport/'


Can you please install this on your test site, so I can see how well the mod-rewrite works for your classifieds product? As you know, SEO is extremely important these days. Thanks Maria!

NashChristian 04-03-2010 07:01 PM

Quote:

Originally Posted by MicroHellas (Post 2015052)
For the same client 2 days ago, I spent the whole day being in contact with him, to correct something which wasn't bug from my code, but rather from his custom modifications, something that nobody supports. But I stand by him, because it was really urgent as he is operating a big classifieds portal with around 350 new Ads a day.

Hey Maria,

Can you please provide a link to your clients site, who has around 350 new ads per day. I'd love to see your product in action, in a LARGE live environment. (You can PM me if you don't want to post it publically.)

That would be helpful. Thanks again! :D Jeff

MaryTheG(r)eek 04-03-2010 07:21 PM

Quote:

Originally Posted by NashChristian (Post 2015265)
As you know, SEO is extremely important these days.

Dreams bundled with bulshits:eek: I was using vbSeo and didn't seen any difference. Once I paid to Google and for one month I was appearing in the first page. Everything is marketing. Like that the Tennessee whisky is the best:D

MaryTheG(r)eek 04-03-2010 07:24 PM

Quote:

Originally Posted by NashChristian (Post 2015269)
Hey Maria,

Can you please provide a link to your clients site, who has around 350 new ads per day. I'd love to see your product in action, in a LARGE live environment. (You can PM me if you don't want to post it publically.)

That would be helpful. Thanks again! :D Jeff

Is in Hungarian... Active since April 1st!!. They were using PHP Classifieds before and now they moved to vB4 and of course to ...me:D
http://bikemag.hu/apro/

NashChristian 04-04-2010 03:01 AM

Thanks! Would still like to see the mod-rewrite in action... will that work with the FREE version?

Happy Easter! ;)

svandanam 04-04-2010 05:24 AM

Awesome Mod ! 5+ added to Nomination .

vwcaddy 04-06-2010 08:04 PM

Hi,

I have a question to Maria or anyone who has installed the free or pro version:

When a new ad is posted or when it has been replied to, does this show in the "whats new or new posts"???

The reason I ask is that I have a lot of traffic through my current classifieds which is basically a forum classifieds, nothing else. Some months back I wanted to improve the look and feel on my VB3.8 of the classifieds so I paid for the photopost classifieds, and my members HATED it purely because the ads did not show on "new posts" and the integration was poor :down:

So does this hack show in new posts :up:

Or not :down:

Cheers

Al

ViktorDA 04-06-2010 08:45 PM

There is a menu -
What's New?
Last 7 days
Last 14 days
further

And the widget Newest Classifieds

Videx 04-06-2010 11:02 PM

Quote:

Originally Posted by ViktorDA (Post 2017054)
And the widget Newest Classifieds

I can't find a 'Newest Classifieds' widget anywhere. Do you have a link?

ViktorDA 04-07-2010 03:42 AM

Pro version.
Newest Classifieds unit is directly under the block Search Classifieds.

vwcaddy 04-08-2010 08:37 PM

Quote:

Originally Posted by ViktorDA (Post 2017054)
There is a menu -
What's New?
Last 7 days
Last 14 days
further

And the widget Newest Classifieds

I installed it to my test site to have a play, I was hoping that when the forum "new posts" tab was hit that new classifieds would also show, but thats not the case:(

I dont mind the spending the cost of the pro version, but it not showing in the forum search is a backwards step imo:down:

Jabong82 04-08-2010 09:40 PM

Quote:

Originally Posted by vwcaddy (Post 2018077)
I installed it to my test site to have a play, I was hoping that when the forum "new posts" tab was hit that new classifieds would also show, but thats not the case:(

I dont mind the spending the cost of the pro version, but it not showing in the forum search is a backwards step imo:down:

Are you saying that the classified posts should show up as a forum post?

I don't think this is a desirable feature as you would be mixing e-commerce with your site content, which could significantly clutter your content search.

The Classifieds is designed to be a separate area of your site, and it has its own search box.

ViktorDA 04-09-2010 03:29 AM

Quote:

Originally Posted by vwcaddy (Post 2018077)
I installed it to my test site to have a play, I was hoping that when the forum "new posts" tab was hit that new classifieds would also show, but thats not the case:(

I dont mind the spending the cost of the pro version, but it not showing in the forum search is a backwards step imo:down:

Perhaps this wish you have emerged from the love of Photopost classifieds? But this is not normal to mix business functions with the forum, is not it?

Videx 04-09-2010 03:44 AM

I agree, new classified ads should show under the "What's New" tab. Or at least we should have the option of displaying them. However, I also agree they should not show up as new posts, since they aren't posts.

Quote:

Pro version.
Newest Classifieds unit is directly under the block Search Classifieds.
I'd still like to see this "newest Classifieds" block in the forum. I've looked at all the demo forums I can find and I don't see anything like this.

fayax 04-14-2010 11:04 PM

I still cant figure out how to fix this:

admin, 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.



Can someone please write out exact steps. I am somewhat new to vb anyway...

Thanks - All help appreciated.

Videx 04-14-2010 11:16 PM

Quote:

Originally Posted by fayax (Post 2021434)
I still cant figure out how to fix this

Fix what? What are you trying to do? Since you posted this in a mod thread I guess it has something to do with this mod, but I have no idea what.

Jabong82 04-14-2010 11:30 PM

Quote:

Originally Posted by fayax (Post 2021434)
I still cant figure out how to fix this:

admin, 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.



Can someone please write out exact steps. I am somewhat new to vb anyway...

Thanks - All help appreciated.


Did you change the user permissions after installing this mod? You have to go to your AdminCP and change the user permissions to allow your usergroup (ie. admin, moderator, registered) to be able to use microclassifieds.

Go to AdminCP->Usergroups->Usergroup Manager->EditUsergroup ("Go" button on the right to whichever group you want to change permissions for)


Scroll down until you see "MicroClassifieds Permissions" and make sure the permissions are set to "Yes".

I think this should fix your problem.

fayax 04-14-2010 11:31 PM

^ got it...
thanks. trying it now.

fayax 04-14-2010 11:33 PM

Quote:

Originally Posted by Jabong82 (Post 2021438)
Did you change the user permissions after installing this mod? You have to go to your AdminCP and change the user permissions to allow your usergroup (ie. admin, moderator, registered) to be able to use microclassifieds.

Go to AdminCP->Usergroups->Usergroup Manager->EditUsergroup ("Go" button on the right to whichever group you want to change permissions for)


Scroll down until you see "MicroClassifieds Permissions" and make sure the permissions are set to "Yes".

I think this should fix your problem.


Exactly what I needed! Thanks Jabong!

Jabong82 04-14-2010 11:37 PM

No problem. Glad to be able to help.

kloonza 04-15-2010 05:29 PM

There a way we can get a RSS feed for items?

fayax 04-16-2010 06:34 AM

Quote:

Originally Posted by Jabong82 (Post 2021438)
Did you change the user permissions after installing this mod? You have to go to your AdminCP and change the user permissions to allow your usergroup (ie. admin, moderator, registered) to be able to use microclassifieds.

Go to AdminCP->Usergroups->Usergroup Manager->EditUsergroup ("Go" button on the right to whichever group you want to change permissions for)


Scroll down until you see "MicroClassifieds Permissions" and make sure the permissions are set to "Yes".

I think this should fix your problem.

All seems fine in terms of posting classifieds but when a regular user (test user that i made myself) goes to purchase an item then this happens:

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

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



Didnt even find any options in there other than allowed people to use the classified. At least the registered users that are allowed to make use "microclassifides" should be able to purchase something without getting that message right?

Jabong82 04-16-2010 07:17 AM

Quote:

Originally Posted by fayax (Post 2022048)
All seems fine in terms of posting classifieds but when a regular user (test user that i made myself) goes to purchase an item then this happens:

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

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



Didnt even find any options in there other than allowed people to use the classified. At least the registered users that are allowed to make use "microclassifides" should be able to purchase something without getting that message right?

Did you modify the permissions for Registered Users too?

You have to modify the permissions for each usergroup.

So if you are using the default usergroups, for registered users you'd have to modify usergroup:2 etc.

Did you only change the permissions for admins?

Its the same process I outlined before, just for whichever usergroups you want to allow access.

Gary V 04-16-2010 12:13 PM

Great Mod! Thank You

your24hourstore 04-16-2010 06:29 PM

expires soon sidebox does not match the posted expiration dates

Markos 04-24-2010 01:49 PM

is there anyway i can get new classifieds to show up on VSa Advanced Forum Statistics ??

your24hourstore 04-24-2010 03:05 PM

Quote:

Originally Posted by harleyparts (Post 2022309)
expires soon sidebox does not match the posted expiration dates


wish it didnt do that :D

Markos 04-24-2010 06:40 PM

can anyone tell me how i can move the nav bits where u create a new classifieds and stuff so its just above the search box for the classifieds

* Post Classified * My Classifieds * Moderator <<< them

Markos 04-24-2010 07:59 PM

i got new links added i used this
in microclassifieds_search_block add above all the code
Code:

<div align="center"><a href="http://www.scottishexoticreptilesforum.co.uk/classifieds.php?do=addedititem">Create New Classified</a> /
<a href="http://www.scottishexoticreptilesforum.co.uk/classifieds.php?do=myitems">My Classifieds</a></div>

http://img.photobucket.com/albums/v3...977/UO0017.jpg

egyptsons 04-25-2010 03:55 PM

Nice work
I will try it :))

EnderNolan 04-28-2010 05:16 AM

I can't get any of the pictures to appear when I upload them. I noticed one other person stated they had this problem, but I didn't see a solution. Any help would be appreciated.

Markos 05-01-2010 10:13 AM

hi MicroHellas just a little Question why doesn't this pull the pm title from the classified your contacting the seller on instead of leaving it blank and having to put your own title ????

cdi320 05-01-2010 12:26 PM

Thanks Mary

Installed http://www.olympion.de/dein-griechen...reeksmilie.gif

Markos 05-02-2010 10:26 AM

has anyone came up with a rewrite rule for vbsoe so it pulls the title of the add insted of using classifieds-1 ???

Markos 05-02-2010 10:52 AM

i need help asap see when i set users to can moderate posts does that mean they can moderate every ones ads or just there own i need to know this preaty fast

cdi320 05-02-2010 04:06 PM

Hi Mary,

how can i completely disable the "expire" function?

Thanks


All times are GMT. The time now is 09:36 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.01989 seconds
  • Memory Usage 1,856KB
  • 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
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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