The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[OzzModz] Classifieds Details »» | |||||||||||||||||||||||||
Another mod brought to you by,
[OzzModz] Classifieds, has won MOTM for December 2013 Mod of the Month! First off this mod, [Chris] Classifieds, has been taken over by me. It did belong to Christos Teriakis. He has since given me full rights to the mod, so I am releasing it here. Only thing I have changed as of yet is the title, added the link and changed some template names, so it is basically the same mod. To upgrade from that mod is the same as any other time, unzip the files, load them to your server, overwriting the old files, then import the new xml. Please remember, this mod is as new to me as anyone installing it, so we are both on a learning curve. 1.- What's this mod? Is better to say what it is NOT. For those who have used MarysClassifieds, I can say that they are 2 products which you can't compare. MarysClassifieds had dozens of features, but when I installed in my site I realized that I need only 10% of those features. Maybe less. This is slimlined Classifieds. A minimalist version of MarysClassifieds, but I bet that 70% of the webmasters will find this one more pretty, more usefull.
Using vBulletin's Subscriptions Manager you can set subscription which will upgrade the subscribers to a higher usergroup with more privileges in SL Classifieds. eg:
If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps me know how many people are using my work, giving me extra incentive to provide more features and new modifications. I appreciate the support! ------------------------------------------------------------------------------------------- v1.5.0
Initial release under OzzModz. Changed the files as to not interfere with the new mod from Panjo that is in vBulletin by default now. v2.4.0
Patched some vulnerability's that was found in the mod. No sites were affected by this, it was just found by a user and now is patched. Show Your Support
|
8 благодарности(ей) от: | ||
fai99al99, farzam.parto, fred86, RichieBoy67, Robru, sadiq6210, TheLastSuperman, tokads3 |
Comments |
#192
|
|||
|
|||
Quote:
Ozzy found the solution and I want to share it. What causes this error is the setting, PM From Userid in the [OzzModz] Classifieds Settings you have the userid as the default 1, when that user does not exist. I added my admin userid to the setting, and was able to successfully delete a classified. |
#193
|
|||
|
|||
How to setup up of group permission? please help me
|
#194
|
||||
|
||||
ACP --> Usergroups --> Usergroup Manager, then for each usergroup you need to set up the permissions in the OzzModz Classifieds Permissions settings
|
#195
|
|||
|
|||
It looks like the "Item Extra Field"-Option doesn't work right (or I don't understand it).
I can't find a directive/template that seperates the checkbox/dropdown/radio buttons in the template. Only for LongText. So if I wan't to use a checkbox/radio menu it only shows one line with a checkbox, but ignores the "Separate each option with a new line" Edit:// Btw. In your Hardcoded PM-Template (ozzmodz_classifieds.php Line 695) you use hardcoded HTML instead of BB-Code |
Благодарность от: | ||
ozzy47 |
#196
|
||||
|
||||
I'll check it out when I have a chance. Thanks for the report, and for marking as installed.
|
#197
|
|||
|
|||
Is it possible to have this block displayed on vBadvanced home page?
Is there a way to get adds displayed in the activity stream? Also, could you please advise on how to add a SHARE button next to the facebook LIKE button? Thank you. |
#198
|
||||
|
||||
Quote:
Not that I know of. You could try adding the SHARE button in the classifieds_view_item template, around the same place as the Facebook button. |
#199
|
|||
|
|||
Thank you.
Below is my mod rewrite Code:
DirectoryIndex portal.php index.php ErrorDocument 404 http://www.inwasource.com/portal.php?pageid=404 RewriteEngine on # If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory. # RewriteBase /forum/ # If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off. # Options -MultiViews RewriteCond %{REQUEST_FILENAME} -f [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] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] # MVC RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA] # Check MVC result RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^(.*)$ - [NC,L] RewriteRule ^(.*)$ - [R=404,L] Code:
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] |
#200
|
||||
|
||||
Not off the top of my head no, I don't believe anyone else has come across that. Unfortunately rewrite ruses are not my forte.
|
#201
|
|||
|
|||
hi,
i am facing the same issue with .htaccess when i put the same code. any help would be appreciate. great mod! best regards |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|