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)

DirtRider 03-22-2011 02:06 AM

Quote:

Originally Posted by DirtBanger (Post 2174360)
No well then I don't know because I have the same issue as you and thought maybe it was because I was missing that file. The funny thing now that you mentioned that you have that file from another mod I download "vBulletin-Glossary" mod and uploaded the missing file. However when I post a new entry I get this

Code:

Warning: Invalid argument supplied for foreach() in [path]/vbyellowpage.php on line 1410
If I delete it then I still get this error

Code:

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

And this

Quote:

Originally Posted by BadgerDog (Post 2174336)
Thanks .. :)

Under "Premium" settings, when I click places to put ads such as "under navbar" etc., nothing ever appears regardless of where I try to show them?

I'm using 4.04 so am I missing something? :confused:

Regards,
Doug

Vossi did you manage to have a look at this for us this weekend?

DirtRider 03-29-2011 02:10 AM

Still nothing on these issues as yet :confused:

woffie 03-29-2011 10:59 AM

Is there a way to change the name of this, from yellow pages to something else?

Dangerboy 03-30-2011 02:27 PM

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

guest9 03-30-2011 08:36 PM

Hey you have mentioned to contact you for more info on branding free addon, however i do not see any private message option in vb

I even checked in admincp and no extra info on it..

please contact me as I want a branding free addon

thanks

woffie 04-02-2011 11:16 AM

After installing this and testing it I found that guests cannot post a listing.

guest9 04-02-2011 08:36 PM

Quote:

Originally Posted by woffie (Post 2180074)
After installing this and testing it I found that guests cannot post a listing.

just curious why would you want to allow a guest to post? will it not create too much spam?

Mark4865 04-03-2011 10:36 AM

Hello,

Can someone please tell a technical idiot like me how to upload pictures, I have tried putting in various url links to my server but must be doing something wrong as it always comes up blank.

Thanks in advance for the help

interfx 04-03-2011 12:35 PM

A few simple questions. Works great, but have some specific questions.

1. How/Where do I change the order & name of the YellowPages Tab in my Navbar? Right now it is at the end of my navbar...

2. How do I add a market on the Google Maps? Right now the map is great, but would loike to show a marker, along with the address somewhere in the listing?

3. How do I make the thumbnail clickable when a user clicks on it, it also goes to the website?

woffie 04-03-2011 06:26 PM

Quote:

Originally Posted by guest9 (Post 2180207)
just curious why would you want to allow a guest to post? will it not create too much spam?

No, it would not create SPAM, I have it set to approve all listings by guests but it still will not allow guests to post a listing.

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>


Mark4865 05-18-2011 08:44 AM

Hello Vossi,

bit confused about images, I have managed to get them to show when I insert images and it comes up in the post when creating the ad. However when you save it all you see is the link and not the image, how do I get the image to show in the finished listing and not just the link. Also Google maps only seems to work for certain listings not sure why as address is 100% correct.

Please advise urgently as we go live soon and want this to look right, thanks in advance for the help

glen290 05-23-2011 03:04 PM

like this mod, is there any way of exporting the links i have put in link directory, and import them over to this when i install ?

Mark4865 05-25-2011 06:33 AM

Hello Vossi,

any chance you can answer my earlier post??

regards

Mark

glen290 06-06-2011 07:31 PM

Has anybody got the google maps working with this ?

Mark4865 06-06-2011 08:08 PM

Google works for me in some entries but no others, not sure why

Anyone got images showing as images and not links?? Image shows up fine when creating entry but them shows up as link when entry complete

woffie 06-11-2011 06:41 PM

I am getting errors using this in 4.1.4. This is having an issue with the new editor.

woffie 06-11-2011 06:42 PM

Wouldnt it be nice if the author of this mod actually supported it?

Mark4865 06-12-2011 05:37 AM

Vossi are you no longer supporting this mod?

It is a really great mod with some minor issues would be great to have it working 100%

Mark4865 06-13-2011 08:49 AM

Anyone get this working using 4.1.4

paulket 06-13-2011 01:15 PM

Quote:

Originally Posted by Mark4865 (Post 2207008)
Anyone get this working using 4.1.4

No, you will get this error because the new editor is not in the same location as before...

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

Fatal error: require_once() [function.require]: Failed opening required '/home/~edited~/public_html/includes/functions_wysiwyg.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/~edited~/public_html/vbyellowpage.php on line 884

Mark4865 06-13-2011 01:36 PM

Thanks Vossi are you still supporting this mod and working on a fix for the above error for 4.1.4??

woffie 06-13-2011 06:34 PM

I found a way around the error. change to the standard editor and listings will go through.

Mark4865 06-13-2011 08:43 PM

I think I am going to stick to current version of VB until all the coders get their mods working 100%

Vossi 06-14-2011 12:15 PM

I'm going to release 4.1.4-Version of my addons, but it'll take a few days. Besides the problem with the new editor there are also problems with the attachments as vBulletin also changed things in packages. :(

Mark4865 06-14-2011 01:01 PM

Quote:

Originally Posted by Vossi (Post 2207573)
I'm going to release 4.1.4-Version of my addons, but it'll take a few days. Besides the problem with the new editor there are also problems with the attachments as vBulletin also changed things in packages. :(

Thats great news Vossi appreciate the effort it is a fantastic mod.

Can you help with this earlier issue show below please

"bit confused about images, I have managed to get them to show when I insert images and it comes up in the post when creating the ad. However when you save it all you see is the link and not the image, how do I get the image to show in the finished listing and not just the link. Also Google maps only seems to work for certain listings not sure why as address is 100% correct".

Thanks in advance for the help

rootsxrocks 06-15-2011 03:16 AM

Quote:

Originally Posted by Commando (Post 2163027)
Personally yes.

I am using your system to advertise peoples venues so the uploaded pictures are necessary.

If it is not to much trouble to yourself it would be greatly appreciated.

Thank You

Quote:

Originally Posted by Vossi (Post 2207573)
I'm going to release 4.1.4-Version of my addons, but it'll take a few days. Besides the problem with the new editor there are also problems with the attachments as vBulletin also changed things in packages. :(

Thank you for this mod, I have been looking for something just like this. I do however require being able to upload images as remotely hosted Images can be maliciously altered or disappear, I prefer to maintain control by hosting them myself.
I see some of my questions may have been answered I am going back to do the template edits.

I would really like to be able to sell the premium ads with vbcredits, that I already have set up top purchase with paypal, and also contributing members can use credits they earn by generating content and traffic for the site

Jimandbob 06-15-2011 08:17 AM

Quote:

Originally Posted by Vossi (Post 2207573)
I'm going to release 4.1.4-Version of my addons, but it'll take a few days. Besides the problem with the new editor there are also problems with the attachments as vBulletin also changed things in packages. :(

Thanks Vossi, that's great news :)

Alfa1 06-15-2011 04:10 PM

Please port this to the CMS. A large directory will add many subforums, while vbulletin has a maximum number of subforums. Having more than 500-1000 subforums leads to performance issues.

A directory is suited much better within the CMS. Please consider this.

Mariner1 06-15-2011 04:51 PM

I get this error,how do i fix it pls

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

Fatal error: require_once() [function.require]: Failed opening required '/home/clubacts/public_html/includes/functions_wysiwyg.php' (include_path='.:/usr/local/php52/pear') in /home/clubacts/public_html/vbyellowpage.php on line 884

rootsxrocks 06-17-2011 10:35 PM

Quote:

Originally Posted by Alfa1 (Post 2208137)
Please port this to the CMS. A large directory will add many sub forums, while vbulletin has a maximum number of sub forums. Having more than 500-1000 sub forums leads to performance issues.

A directory is suited much better within the CMS. Please consider this.

I have thought so myself, at present I am setting this up as a user submission format and a duplicate tree for premium listings. Entering the directory tree into sections was a PITA with vb 4.13 there is no way to import data and each section you enter lands you on a sub page with no simple way to get back up the tree to continue.
What would be nice is a way to import a data base and Mass tool or two.
I am sure I would pay a developer a premium for this in CMS. and then It would be worth while to pay for a custom mobile app for my local community.


All times are GMT. The time now is 05:00 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.01651 seconds
  • Memory Usage 1,835KB
  • 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
  • (6)bbcode_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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