vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - [OzzModz] Classifieds (https://vborg.vbsupport.ru/showthread.php?t=304635)

ozzy47 11-11-2014 09:44 PM

Hmmm, then I am not sure, as I am not good at rewrite stuff.

Gadget_Guy 11-16-2014 03:05 AM

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.

ndahiya 11-16-2014 07:19 PM

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

cdoyle 11-18-2014 09:56 PM

Quote:

Originally Posted by ozzy47 (Post 2522324)
Hmmm, then I am not sure, as I am not good at rewrite stuff.

Does anyone else have any suggestions? I'm not sure where to turn for help.

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####

cdoyle 11-20-2014 01:47 PM

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?

Gadget_Guy 11-20-2014 02:16 PM

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.

Gadget_Guy 12-06-2014 11:30 PM

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.

gnrx 12-11-2014 12:55 AM

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.

gnrx 12-12-2014 12:06 AM

Hi.
I view how change the title ein navbar, in phrases, I search de word, and I can change.

gnrx 12-14-2014 10:49 AM

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
  • Page Generation 0.01416 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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