![]() |
Hmmm, then I am not sure, as I am not good at rewrite stuff.
|
Gotta say that this is a great MOD!
It is so great to be able to move our classifieds section to a section on it's own, and having ads in a nicely formatted way. Here are some ideas as you develop the product as they come from some "complaints" from having switched from what we used to do in the forums to this separated mod. 1) "New Posts" showing new listings. Something my users are giving me as feedback is that it would be nice if when they clicked "new posts" it also listed the latest classifieds. 2) Visibility of the Classifieds section in TapaTalk and Forum Runner. I have a lot of mobile users who like these apps for their mobile phones over using the mobile browser. However classifieds does not show up for them. I think this is just a limitation of TT and FR, because from what I understand they also don't support Blogs or Articles.... which is a shame. 3) The VB Default Mobile Style also does not show the classified section. It's too bad because this could have solved #2. I have been looking at some other Mobile Styles, and from what I can tell they won't support it either. So... in a nutshell... adding Classifieds to "new posts, and a way for mobile people to access it would be super! D. |
Hi Ozzy,
greatly needed mod, but a few suggestions : 1. allow ads types to be enabled/disabled (for eg, i only want ad type 4 (free)), do not want others to show. 2. allow integer type in extra fields, or allow regex check. 3. some errors with php 5.5 ? can you plz check. thx. ndahiya |
Quote:
here is my rewite file, anything I could change here? RewriteEngine On RewriteRule ^classifieds/([^/]*)/ ./ozzmodz_classifieds.php?do=main&catid=$1 [L,NC] RewriteRule ^sale/([^/]*)/ ./ozzmodz_classifieds.php?do=viewitem&itemid=$1 [L,NC] RewriteRule ^wanted/([^/]*)/ ./ozzmodz_classifieds.php?do=viewitem&itemid=$1 [L,NC] RewriteRule ^trade/([^/]*)/ ./ozzmodz_classifieds.php?do=viewitem&itemid=$1 [L,NC] RewriteRule ^offer/([^/]*)/ ./ozzmodz_classifieds.php?do=viewitem&itemid=$1 [L,NC] RewriteRule ^seller/([^/]*)/ ./ozzmodz_classifieds.php?do=seller&sellerid=$1 [L,NC] #####Start VB Pro Garage Settings########## RewriteRule ^garage.html$ garage.php [NC,L] RewriteRule ^garage-category-([0-9]+)-([0-9]+).html$ garage.php?sub_id=$1&page=$2 [QSA,NC,L] RewriteRule ^garage-category-([0-9]+).html$ garage.php?sub_id=$1 [QSA,NC,L] RewriteRule ^garage-browse-([0-9]+).html$ garage.php?do=browse&page=$1 [QSA,NC,L] RewriteRule ^garage-browse.html$ garage.php?do=browse [QSA,NC,L] RewriteRule ^garage-search.html$ garage.php?do=search [QSA,NC,L] RewriteRule ^garage-vehicle-map.html$ garage.php?do=veh_map [NC,L] RewriteRule ^garage-search_results-([0-9]+).html$ garage.php?do=search_results&page=$1 [QSA,NC,L] RewriteRule ^garage-search_results.html$ garage.php?do=search_results [QSA,NC,L] RewriteRule ^garage-timeslips-([0-9]+).html$ garage.php?do=timeslip&page=$1 [QSA,NC,L] RewriteRule ^garage-timeslips.html$ garage.php?do=timeslip [QSA,NC,L] RewriteRule ^garage-vehicle-([0-9]+)-AllImages-([a-zA-Z0-9_-]+).html$ garage_vehicle.php?do=view_vehicle&subdo=images&or der=all&id=$1 [NC,L] RewriteRule ^garage-vehicle-([0-9]+)-([a-zA-Z0-9_-]+).html$ garage_vehicle.php?do=view_vehicle&id=$1 [NC,L] RewriteRule ^garage-image-comments-([0-9]+)-([0-9]+).html$ garage_comments.php?do=view_img_comments&id=$1&pag e=$2 [NC,L] RewriteRule ^garage-image-comments-([0-9]+).html$ garage_comments.php?do=view_img_comments&id=$1 [NC,L] RewriteRule ^garage-user-view-([0-9]+).html$ garage.php?do=user_garage_view&id=$1 [NC,L] RewriteRule ^garage-attach-([0-9]+).html$ garage_attachment.php?id=$1 [NC,L] RewriteRule ^garage-attach-([0-9]+)-full.html$ garage_attachment.php?id=$1&attach_type=full [NC,L] RewriteRule ^garage-view-timeslip-([0-9]+).html$ garage_timeslips.php?do=view_timeslip&id=$1 [NC,L] RewriteRule ^garage-all-comments-([0-9]+).html$ garage_comments.php?do=viewall&page=$1 [NC,L] RewriteRule ^garage-all-comments.html$ garage_comments.php?do=viewall [NC,L] RewriteRule ^garage-browse-make-([0-9]+)-([a-zA-Z0-9_-]+).html$ garage.php?do=browse_front_model&front_make_id=$1 [NC,L] RewriteRule ^garage-browse-model-([0-9]+)-([0-9]+)-([a-zA-Z0-9_-]+).html$ garage.php?do=browse_model&front_model_id=$2&page= $1 [NC,L] RewriteRule ^garage-browse-model-([0-9]+)-([a-zA-Z0-9_-]+).html$ garage.php?do=browse_model&front_model_id=$1 [NC,L] #####End VB Pro Garage Settings########## #####VBSEO####### RewriteEngine On # If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews # Options -MultiViews RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/) RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|image s|reviewpost|classifieds|photopost)/ RewriteRule ^(.+)$ dbseo.php [L,QSA] ####End VBSEO#### |
There has to be someone who knows how to fix this?
I don't want to have to uninstall this, but right now nobody can view any of the ads. I really liked this mod. Anyone see anything wrong with my file? |
Would anyone know how I can put a box above my forum list on the homepage with the latest classifieds?
I have it in place on the sidebar... but I can't seem to figure out how to put it above the forum list. If anyone could give me some guidance I would greatly appreciate it. Thanks, D. |
Is there a way to include the posts in the classifieds to show up when someone searches at the forum?
What about including new classifieds to be included with the "New Posts" search? D. |
Hello.
Recently, I installed this mod. All ok but, when I go to admincp-classifieds-general settings, in the field: Breadcumb name I change this name, but in the navbar not change this name. Regards. |
Hi.
I view how change the title ein navbar, in phrases, I search de word, and I can change. |
Hello.
I have installed this mod, in this moment, I translation this mod to spanish, please, I need a explanation of "For Trade", only with this words, I can made error in translation, if you can detail the meaning or intent of "For Trade", I could make a better translation. Thanks |
All times are GMT. The time now is 09:41 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|