The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Mary's Classifieds Details »» | ||||||||||||||||||||||||||
-----Not available any more------ *** VERY IMPORTANT NOTICE *** By downloading and installing the new version 5.0.3, you automatically accept the following restrictions in use, which have been approved as legal from the Administrator Team of vB.org.
With 100+ support pages, its impossible for me to follow the posts her. That's why I opened in my site:I'll appreciate your understanding on the fact that this is a Free product, so don't expect superior level support, but I'll try my best with the help of Bug Tracker. Also note that even if you can suggest new features, these features will be include in the upcoming CMPS style version which will be Commercial. No plans exist for adding new features in the Free version. Just bug fixes. --------------------------------------------------------------------------- NEW VERSION 6.6.0 There are many new features to this version to list them now. Spend sometime to explore the new mod and you'll find them. The only that I want to mention is that the SEO rules that I've, are normal rules and not vbSeo rules. How to upgrade:
Chris 1.- How it works
This version fixes all posted bugs and corrects any styling issued by using external css files (microclassifieds/includes/classifieds.css). It also replace the inline blocks (Buy Now etc) with modal popup windows. 7.- Upgrade to ver.4.9.5
9.- Upgrade to ver.4.9.5a
11.- Upgrade to ver.4.9.5a
Quote:
Show Your Support
|
21 благодарности(ей) от: | ||
Adrijan, BCP Hung, Bram H, BWJ, cherylferraro, fwulfers, GhoHan, HoSStiA, K4GAP, klaush, maineGuy72, Max Paint, nacaruncr, principino1984, sadiq6210, Sayid, shadowfax3, stationar, victorvu, warringtonpl, weexto |
Comments |
#1502
|
||||
|
||||
i got it figured out. i had to delete all the styles and reinstall them all
|
#1503
|
||||
|
||||
now i am having an issue with the approving of ads. i select the ad i want and click approve selected but it doesnt do anything just keeps saying "loading" also why cant the moderate see the ad before posting? i get redirected to the main page when i click on it in the approval screen
|
#1504
|
|||
|
|||
Wow, what a sweet update from the last time I upgraded . very nice.
Chris, is it possible to create a Product Review Mod for this? Everything is in place. Instead of selling something, we have an added option to create a product review with its own category. Members could comment on the product and if they wanted to buy it, we could point them the a dealer or someone that is selling it used in our classifieds. Follow? |
#1505
|
|||
|
|||
Quote:
|
#1506
|
|||
|
|||
Can you put this code to htaccess pls ? i tried,it seem like this (http://www.audiclubtr.com/For-Sale/2...KET-520.D.html) but when i click the link,it turns to home page.Can you modify it ?
Code:
Options +FollowSymlinks RewriteEngine On # RewriteBase / #RewriteCond %{HTTP_HOST} ^www\.audiclubtr\.com\ #RewriteRule (.*) http://www.audiclubtr.com$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap) RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php [L,QSA] # RewriteCond %{HTTP_HOST} ^www\.audiclubtr\.com\ # RewriteRule (.*) http://www.audiclubtr.com/forum.php$1 [L,R=301] ## Expires #<ifModule mod_expires.c> # ExpiresActive On # ExpiresDefault "access plus 1 seconds" # ExpiresByType text/html "access plus 1 seconds" # ExpiresByType image/gif "access plus 3456000 seconds" # ExpiresByType image/jpeg "access plus 3456000 seconds" # ExpiresByType image/png "access plus 3456000 seconds" # ExpiresByType text/css "access plus 3456000 seconds" # ExpiresByType text/javascript "access plus 3456000 seconds" # ExpiresByType application/javascript "access plus 3456000 seconds" # ExpiresByType application/x-javascript "access plus 3456000 seconds" #</ifModule> ## Compression #<ifmodule mod_headers.c> # <ifmodule mod_deflate.c> # AddOutputFilterByType DEFLATE text/html text/css text/xml application/x-javascript # BrowserMatch ^Mozilla/4 gzip-only-text/html # BrowserMatch ^Mozilla/4\.0[678] no-gzip # BrowserMatch \bMSIE !no-gzip !gzip-only-text/html # </ifmodule> #</ifmodule> ## Rewrites #<ifmodule mod_rewrite.c> # RewriteEngine on # # RewriteCond %{REQUEST_FILENAME} -s [OR] # RewriteCond %{REQUEST_FILENAME} -l [OR] # RewriteCond %{REQUEST_FILENAME} -d # RewriteRule ^.*$ - [NC,L] # # Forum # RewriteRule ^threads/.* showthread.php [QSA] # RewriteRule ^forums/.* forumdisplay.php [QSA] # RewriteRule ^members/.* member.php [QSA] # RewriteRule ^blogs/.* blog.php [QSA] # ReWriteRule ^entries/.* entry.php [QSA] # RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] # RewriteCond %{REQUEST_FILENAME} -s [OR] # RewriteCond %{REQUEST_FILENAME} -l [OR] # RewriteCond %{REQUEST_FILENAME} -d # RewriteRule ^.*$ - [NC,L] # # # MVC # RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA] #</ifmodule> Code:
RewriteRule ^Classifieds/([^/]*)/ ./classifieds.php?do=main&catid=$1 [L,NC] RewriteRule ^For-Sale/([^/]*)/ ./classifieds.php?do=viewitem&itemid=$1 [L,NC] RewriteRule ^Wanted/([^/]*)/ ./classifieds.php?do=viewitem&itemid=$1 [L,NC] RewriteRule ^Auction/([^/]*)/ ./classifieds.php?do=viewitem&itemid=$1 [L,NC] RewriteRule ^Seller/([^/]*)/ ./classifieds.php?do=browseuser&userid=$1 [L,NC] RewriteRule ^Archives/([^/]*)/ ./classifieds.php?do=viewarchived&itemid=$1 [L,NC] |
#1507
|
|||
|
|||
What's the first part? vbSeo rules? Sorry but I'm not familiar with their syntax and I don't plan to support a commercial 3nd party addon, especially it. I've asked them to give me a testing or free license, to use in my demo site (which does not has registrer members), so I'll be able to write and test rules for their product to work with my mods, and they refused it, asking me to buy a 2nd license. So I had to void my license from my active site to transfer it to my demo site. For me, this is redicolous. If someone has to get benefits, for sure it's not me as the mod is Free.
Please note that I do NOT permit anybody to release vbSEO rules for free in this site, for this Mod. Chris |
#1508
|
|||
|
|||
Chris! Remember you fixed an issue I had that the ads disapeared after somebody bought them? You fixed me an updated file, worked great, but after the 6.6.X upgrade the ads are all gone again?
I dont use stock control, maybe I should, but it does not help to enable it now. |
#1509
|
|||
|
|||
Quote:
Chris |
#1510
|
|||
|
|||
Quote:
Chris |
#1511
|
|||
|
|||
Quote:
Else I have to re-make the ads again and enable stock control... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|