The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBulletin-Yellow Pages with advertising management Details »» | |||||||||||||||||||||||||||||||||||||||||||||||
vBulletin-Yellow Pages with advertising management
Developer Last Online: Nov 2023
What is vBulletin-Yellow Pages with advertising management?
This addon is a comfortable system for Yellow Pages with the opportunity to manage those entries within the forum as advertisements. Some of the functions are:
- Upload all files in 'upload' to your server - set 0777 permission to the following directory:
Afterwards import the 'product-vbyellowpage.xml' in admincp. Then define the general settings in admincp and the usergroup persmission. Also check the administrator permissions. Now you can can create categories with additional settings (e.g. entryfields).Optional k?nnen jetzt die Funktionen f?r Google Maps, Premium-Eintr?ge oder Thumbnail-Service etc. eingerichtet werden. It is recommended to use TMS. If you dont use TMS you need to do the template modifications by your own, have a look at the '/template_modification'-folder within the product file for this. History:
This addon has been sponsored by weinviertel.net. Therefore there is a sponsor link in the copyright footer. It is NOT ALLOWED to change or delete the copyright footer of this addon, it's prohibited to change it in general or even parts of it. If you are interested in getting a brandingfree version (lifetime) of this addon, then get in touch with me by Personal Message or read the informations to this addon in admincp. Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
puertoblack2003 |
Comments |
#132
|
|||
|
|||
Hi Vossi, can you pm me with the cost for branding free on this hack. I could not send one to you.
|
#133
|
|||
|
|||
Any updates planned on this Vossi?
|
#134
|
|||
|
|||
Quote:
|
#135
|
||||
|
||||
In the mean time while waiting for Vossi to get back to us... how do you all have your vbYellowpages set up?
|
#136
|
|||
|
|||
Anybody test this with the latest version of vbulletin?
|
#137
|
|||
|
|||
Figured it out...
|
#138
|
|||
|
|||
Also having an issue showing the banners for Premium Services. It's shows just a text link back to the YellowPages entry. It was my understanding you could show an actual banner as in the 1st screen shot.
|
#139
|
|||
|
|||
how do i moderate entries?????
|
#140
|
|||
|
|||
I have now reached the stage where I feel it is time to delete this mod as I just cannot get it working the way it should. What a pity as it is a great mod:down:
|
#141
|
|||
|
|||
Quote:
I finally noticed the place to specify the banner under Premium that has to be in the directory "/images/vbyellowpage/banner". But on the other hand you already have a spot to specify the banner location on the Entry Page, which is nice if you are using off site banners OR have ad management software for other parts of your site. So I modified the Template "vbyellowpage_premium_forum" feel free to use this code if you like. This way there is no need to have multiple copies of banners everywhere. Old: Code:
<div> <center> <br /> <a href="{vb:raw row.url}" title="{vb:raw row.name}"><img src="{vb:raw stylevar.imgdir_vbyellowpage_banner}/{vb:raw row.add_3_picture}" class="forumicon" id="forum_statusicon_{vb:raw row.id}" alt="{vb:raw row.name}" border="0" /></a> <br /><br /> </center> </div> Code:
<vb:if condition=(!empty($row['add_3_picture']))> <div> <center> <br /> <a href="{vb:raw row.url}" title="{vb:raw row.name}"><img src="{vb:raw stylevar.imgdir_vbyellowpage_banner}/{vb:raw row.add_3_picture}" class="forumicon" id="forum_statusicon_{vb:raw row.id}" alt="{vb:raw row.name}" border="0" /></a> <br /><br /> </center> </div> <vb:else /> <div> <center> <br /> <a href="{vb:raw row.url}" title="{vb:raw row.name}"><img src="{vb:raw row.banner}" class="forumicon" id="forum_statusicon_{vb:raw row.id}" alt="{vb:raw row.name}" border="0" /></a> <br /><br /> </center> </div> </vb:if> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|