vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - vBulletin-Yellow Pages with advertising management (https://vborg.vbsupport.ru/showthread.php?t=256995)

george72 04-06-2011 03:37 AM

Hi Vossi, can you pm me with the cost for branding free on this hack. I could not send one to you.

Jimandbob 04-12-2011 08:34 AM

Any updates planned on this Vossi?

DirtRider 04-12-2011 10:46 AM

Quote:

Originally Posted by DirtBanger (Post 2173502)
I seem to be running errors on my install. If I try and delete an entry I get the following

Code:

Warning: require_once([path]/includes/class_dm_vblinklist_entry.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/functions.php on line 115

Fatal error: require_once() [function.require]: Failed opening required '/home/vbulletin/public_html/includes/class_dm_vblinklist_entry.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/vbulletin/public_html/includes/functions.php on line 115

And if I edit and entry or post a new one I see this on the top of the forum

Code:

Warning: Invalid argument supplied for foreach() in [path]/vbyellowpage.php on line 1410


Then I also have this issue

I cannot seem to get the most of the Premium options to do anything excepting for the "Show picture in list of entries on category show "

Well I am very disapointed to say that I am still sitting with this issue after trying everthing suggestered in the above posts. Do I need to pay to have this resolved if so please give me a price on this ?

TalkVirginia 04-16-2011 05:45 PM

In the mean time while waiting for Vossi to get back to us... how do you all have your vbYellowpages set up? :)

fishmaster 04-20-2011 12:48 AM

Anybody test this with the latest version of vbulletin?

TomasDR 04-24-2011 08:40 PM

Figured it out...

TomasDR 04-24-2011 09:10 PM

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.

crowshead 04-25-2011 10:17 PM

how do i moderate entries?????

DirtRider 04-26-2011 08:20 AM

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:

TomasDR 04-27-2011 03:00 AM

Quote:

Originally Posted by TomasDR (Post 2188258)
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.

Just a thought here, I modified my own install to make more sense.

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>

New:
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>



All times are GMT. The time now is 08:22 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.01320 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
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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