The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
Classifieds by Christos Teriakis aka ChrisTERiS Demo: http://www.christeris.net/dev42/classifieds.php Demo Accounts: demouser1 / demopass1 demouser2 / demopass2 demouser3 / demopass3 1.- What's this mod? Is better to say what is NOT this mod ![]()
Using vBulletin's Subscriptions Manager you can set subscription which will upgrade the subscribers to a higher usergroup with more privilenges in SL Classifieds. eg:
Since the time that DBTech released their Copyright Manager, I've removed my own copyrights. I found their action insulting me to maximum. Their wording "Site is powered by vBulletin AddOns and Modules by Dragonbyte Tech" (and not "Some parts of this site"), means that everything there is their own work, ignoring on the worst way the fact that there are 100's of other coders and designers who are supporting this community for years. So, I'm letting the glory to them. No copyrights from my side. Enjoy it Christos Teriakis aka ChrisTERiS Show Your Support
|
Comments |
#322
|
|||
|
|||
![]()
Thanks Chris,
Looked over everything closer and made a few changes - and working great! I know you said the only way to delete an ad is to have it moderated before posting. If there is not a way to override the ad once it is posted, is there a path to where the AD is stored? And then manually remove it? Otherwise it's working great right now! Thanks !! |
#323
|
||||
|
||||
![]()
What about adding new ads to new posts / today's posts?
|
#324
|
|||
|
|||
![]() Quote:
I don't want to moderate the classifieds before posting, let my users to post anything and see it direct after posting but in some cases the admin may need to delete a classified or even modified it to change the category, the title, ....etc Please Chris, we want to have control in our website classifieds, at least give the permissions to the admin (user id=1) |
#325
|
|||
|
|||
![]()
looks good, ill take a look but what about -
latest auction in activity stream whats new forum side block thanks |
#326
|
|||
|
|||
![]()
This is the thread for Classifieds, so my reply is for Classifieds
Didn't found any documentation for it, and I don't think that not native vb content can be add there. It has its own What's new menu Already exists as CMS Widget and Block for Forum sidebar |
#327
|
|||
|
|||
![]()
sorry man youve got too much going on.. kinda like me.. my bad ill repost in proper thread
please disregard the above |
#328
|
|||
|
|||
![]() Quote:
Quote:
This is the result The screenshot is for my forum (RTL) but it is working in (LTR) Until Chris add this feature, I will share it here if anybody need it In template (classifieds_categories_bit) Find: Code:
<a href="{vb:raw adlink}"><span>{vb:raw title}</span></a> Code:
{vb:raw adtype} {vb:raw adtypecolor} In file (classified.php) Find: Code:
if ($classified["adtype"] == 1) { if ($classified["price"] > 0) { $price = getFormatShortPrice($classified["price"]); } else { $price = $vbphrase["classifieds_make_offer"]; } } if ($classified["adtype"] == 2) { $price = $vbphrase["classifieds_wanted"]; } if ($classified["adtype"] == 3) { $price = $vbphrase["classifieds_fortrade"]; } if ($classified["adtype"] == 4) { $price = $vbphrase["classifieds_freeoffer"]; } Replace it with: Code:
if ($classified["adtype"] == 1) { if ($classified["price"] > 0) { $adtypecolor = '<font color="green"> ['.$vbphrase["classifieds_forsale"].']</font>'; $price = getFormatShortPrice($classified["price"]); } else { $adtypecolor = '<font color="green"> ['.$vbphrase["classifieds_forsale"].']</font>'; $price = $vbphrase["classifieds_make_offer"]; } } if ($classified["adtype"] == 2) { $adtypecolor = '<font color="red"> ['.$vbphrase["classifieds_wanted"].']</font>'; $price = $vbphrase["classifieds_wanted"]; } if ($classified["adtype"] == 3) { $adtypecolor = '<font color="gray"> ['.$vbphrase["classifieds_fortrade"].']</font>'; $price = $vbphrase["classifieds_fortrade"]; } if ($classified["adtype"] == 4) { $adtypecolor = '<font color="blue"> ['.$vbphrase["classifieds_freeoffer"].']</font>'; $price = $vbphrase["classifieds_freeoffer"]; } Find: Code:
$templater->register('adtype', $item["adtype"]); Code:
$templater->register('adtypecolor', $adtypecolor); |
#329
|
|||
|
|||
![]() Quote:
Thank you |
#330
|
|||
|
|||
![]() Quote:
![]() This is my suggestions list (Dream List ![]() - Admin can moderate all classifieds i.e delete/edit/stick/.... - Profile tab - Classifieds prefix (with color) - The closed classifieds should be disappeared but keep all classifieds as archive and do not delete any page. If I enter the profile of any user I want to see if he posted before in classifieds or not. - The admin should know how many items sold, offered, how many pending? ...... etc. The admin should know everything about his website classifieds. - The user can see his pending classifieds - closed classifieds - ....etc It is just my suggestions list .. not more ![]() |
#331
|
|||
|
|||
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|