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 |
#1512
|
|||
|
|||
is red section right in the htaccess file ?i am using english language but i couldn't open seo links.
when i want to click http://www.audiclubtr.com/For-Sale/7...l-Audi-A6.html i redirected to this page http://www.audiclubtr.com/forum.php 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 # # 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] # 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> |
#1513
|
|||
|
|||
Quote:
Open with a text editor (like Notepad) the file classifieds.php. Search for: Code:
// Check if we need to autopost new ad if($item["usestock"] == 1) { // Does the seller has in stock more products if($item["stock"] > 1) { // Yes, so post a new one $repost_sold_item = getRepostSoldItem($itemid); } } Code:
// Check if we need to autopost new ad // Yes, so post a new one $repost_sold_item = getRepostSoldItem($itemid); Chris |
#1514
|
|||
|
|||
Quote:
Permissions are set |
#1515
|
|||
|
|||
Quote:
Code:
<script src="http://www.fanatics.de/jqt_suite/jquery.tools.min-all.js" type="text/javascript"></script> Chris |
#1516
|
|||
|
|||
Thanks for sharing this mod ChrisTERiS.
I installed it and had a couple of weird problems that were related to file ownership and permissions. Once I got those straightened out it seems to work very well. Nice work. |
#1517
|
|||
|
|||
Quote:
Nothing happend |
#1518
|
||||
|
||||
Quote:
Code:
<img src='http://www.cemetery.de/e46fanatics/bmw_0001.jpg' width='640px' height='480px' alt='' rel='<span id='title'></span> |
#1519
|
||||
|
||||
Quote:
if you have access to the database i would also look in the microclassifieds_categories table for extra entries |
#1520
|
|||
|
|||
When i save display order of searchable fields,i see this error.
Fatal error: Call to undefined function savesearchfieldsdisplayorder() in /vhosts/audiclubtr.com/http/admincp/microclassifieds_admin.php on line 798 |
#1521
|
|||
|
|||
Hello,
I want to inform you that I've droped any plans to continue upgrading this Mod. The reason is that since the first moment that I got over the rights of this Mod from Mary, I didn't agreed with her approach to mix all types of Classifieds in one application. This mix, except that it increases the code, makes it difficult for upgrades. That's the main reason that all standalone PHP scripts have different versions for Auction and for normal Classifieds. So I decided to split the mod in 2 seperate ones (For sale Classifieds and Auction Classifieds), plus to release a 3nd one (Job seeking Classifieds). I'll continue supporting this version, but just for bug fixes. Chris |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|