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)

Vossi 01-21-2011 01:30 PM

I figure a missing line break, does anybody else have the same problem?

Mark4865 01-22-2011 08:35 AM

[QUOTE=Vossi;2152360]Actually you can change the template which is responsible for this. Have a look at 'vbyellowpage_showentry' and delete the specific data there.

I am concerned I will break something what will it cost to get you to make these changes for me??

Hö? You got a screenshot for me=

Sorry I tried but best I could do was show text (I am seriously technically challenged)

Entry
Created by / Created at JB Racing cc
JB Racing cc
JB Racing - We buy and sell Porsche parts porscheplanet.co.za/content.php?507-JB-Racing-We-buy-and-sell-Porsche-parts

I have an article in my cms with the same title but it shows different web address to above so not sure if having an article in cms would make a difference??

Also how do you get the additional info block to appear on the left like you have it in your screenshot above??

Thanks in advance for all the help really great mod

Mark4865 01-22-2011 09:10 AM

Think I may have pasted the link in the title myself when adding the entry as I cut and pasted from a cms article.

Tried to delete entry so I could add it again without cutting and pasting and got error message below any idea please Vossi

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 '/var/www/clients/client11/web26/web/includes/class_dm_vblinklist_entry.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/clients/client11/web26/web/includes/functions.php on line 115

Vossi 01-22-2011 09:52 AM

Quote:

Originally Posted by Mark4865 (Post 2152778)
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 '/var/www/clients/client11/web26/web/includes/class_dm_vblinklist_entry.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/clients/client11/web26/web/includes/functions.php on line 115

You need to upload all files of the product (again?). This error says, that the files can't be found as there are not there ;)

I'm going to write a short and clear instruction on how to change the template to your wishes later on this afternoon, OK?

Mark4865 01-22-2011 10:58 AM

Thanks Vossi I really appreciate that offer it is very kind of you, great mod, fantastic support.

Not sure about the uploading of the files bit as I didnt originally upload any files (or at least I dont think I did, just cut and pasted some text now I want to delete the entry so I can try and do it again without the link)

Also how do you get the additional info block to appear on the left like you have it in your screenshot above??

Mark4865 01-22-2011 11:19 AM

okay fixed the additional web address issue my mistake had posted a link in error

Mark4865 01-22-2011 11:22 AM

also worked out about the additional information block sorry sometimes it takes me a while very technically challenge

Mark4865 01-22-2011 11:28 AM

is it possible to change the addtional informations title to additional information without the "s" and make the block bigger so one could have spacing between the individual fields and even have the field titles and info in bold??

Sorry for all the questions, really brilliant mod

Vossi 01-22-2011 12:23 PM

Quote:

Originally Posted by Mark4865 (Post 2152838)
is it possible to change the addtional informations title to additional information without the "s" and make the block bigger so one could have spacing between the individual fields and even have the field titles and info in bold??

Sorry for all the questions, really brilliant mod

The phrase 'vbyellowpage_show_additional_entryfieldinfos' contains the 'addtional informations'-text, so you can simply change the phrase to whatever you like it.

If you change the template 'vbyellowpage_entryfieldbits' you can bold the entryfield title (if the style lets you do that) by using <strong></strong>. There you can also add the additional blank space using <br /> if needed.

Mark4865 01-22-2011 12:58 PM

thanks for quick info and feedback really great support, still convinced I will break something trying to make template changes.

What will it cost me for you to do it and also include changes required for premium ads to work, I would rather pay than break something myself

zakonline 01-25-2011 08:54 AM

Sweet installed and started using it :)

michal72 01-30-2011 08:20 AM

Vossi - great and usefull mod - thank you :-)

I have three problems:
1. When guest adds entry there is error: Invalid User Specified
2. Line 2068: $entry['googlemap'] = htmlentities($entry['googlemap']); - function doesn’t work properly with polish characters
3. Standard Google map doesn’t work -I don't know why, nothing appears

Mark4865 01-30-2011 09:19 AM

I also have same problem with google maps just have blank space nothing shows.

Mark4865 02-01-2011 08:06 AM

Vossi- one question

When listing someone in the Yellow Pages, if you try and insert an image it asks you for a web address for that image. Is there no way I can just upload and image from my computer like on doing when creating an article in the CMS

Thanks for the help

Mark

Mark4865 02-03-2011 12:46 PM

What do I upload for the Widget for the CMS and were do I upload it to

Vossi 02-03-2011 01:07 PM

Quote:

Originally Posted by Mark4865 (Post 2158207)
What do I upload for the Widget for the CMS and were do I upload it to

It's like the same way as you did with the link directory.

Mark4865 02-03-2011 02:15 PM

okay cool thanks were do I upload to vbyellowpage??

can you also advise previous questions please

When listing someone in the Yellow Pages, if you try and insert an image it asks you for a web address for that image. Is there no way I can just upload and image from my computer like on doing when creating an article in the CMS

What will it cost me for you to do it and also include changes required for premium ads to work, I would rather pay than break something myself

thanks for the help great mod

michal72 02-03-2011 06:57 PM

Vossi again great mod

After next tests:

1. yellowpage.php
$dataman =& datamanager_init('vBLinklist_Entry', $vbulletin, ERRTYPE_STANDARD);
should be:
$dataman =& datamanager_init('vByellowpage_Entry', $vbulletin, ERRTYPE_STANDARD);

2. No redirect phrases: moderatedentry, nomoderatedentry

3. It seems that search doesn’t work

BR

Vossi 02-03-2011 07:56 PM

Michal, thanks for the info, I'll check that.

Mark, I'm going to see what I can do for you.

Blacura 02-03-2011 10:15 PM

I get this error message. what does this mean?

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

Vossi 02-04-2011 04:38 AM

Quote:

Originally Posted by Blacura (Post 2158450)
I get this error message. what does this mean?

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

You turned additional entryfields on but you didnt define any yet.

I'm going to insert a check for this in the next release.

Mark4865 02-04-2011 05:04 AM

thanks Vossi much appreciated

michal72 02-04-2011 09:56 AM

Vossi,

Is it possible to create visible but read-only category?
It is useful when category has some subcategories for instance.

Mark4865 02-08-2011 10:09 AM

Vossi

When listing someone in the Yellow Pages, if you try and insert an image it asks you for a web address for that image. Is there no way I can just upload and image from my computer like on doing when creating an article in the CMS

Thanks for the help

Mark

Jimandbob 02-08-2011 06:48 PM

Quote:

Originally Posted by Mark4865 (Post 2160133)
Vossi

When listing someone in the Yellow Pages, if you try and insert an image it asks you for a web address for that image. Is there no way I can just upload and image from my computer like on doing when creating an article in the CMS

Thanks for the help

Mark


This is the only thing that is stopping me installing, multiple image upload would be a great advantage.

oz_girl 02-08-2011 10:47 PM

*reserved*

your24hourstore 02-09-2011 12:04 PM

This is a cool mod, But I was wondering If it would be possible to add a business category drop down that we could configure in settings with what category we want to use. because user only have one option for searching in yellow pages-by -alphabet- so they list I don't know I guess if a person listed Bob's Tires and you searched for tires , would it find it ?

Mark4865 02-11-2011 09:08 AM

Vossi if the item below something you would consider including in future releases

When listing someone in the Yellow Pages, if you try and insert an image it asks you for a web address for that image. Is there no way I can just upload and image from my computer like on doing when creating an article in the CMS

Thanks for the help

Mark

joerns 02-11-2011 06:38 PM

Excellent mod! Vielen dank! I just can't figure out how to install the CMS widget(s)....any assistance is appreciated!

WebandArt 02-14-2011 08:29 AM

Thanks for the mod!

Does it work on 4.1.x?

Vossi 02-15-2011 06:57 PM

Quote:

Originally Posted by WebandArt (Post 2162449)
Thanks for the mod!

Does it work on 4.1.x?

Yep, it does.

Jimandbob 02-15-2011 07:03 PM

Any thoughts on how we can upload pictures via the attachment upload?
It would be great if my users could upload their own pictures from their pc.

Thanks Again

Vossi 02-15-2011 07:58 PM

Well, honestly it's quite easy for me to implement this function by using the standard attachment system from vBulletin. But is it seriously needed? :confused:

Jimandbob 02-16-2011 12:30 AM

Quote:

Originally Posted by Vossi (Post 2162934)
Well, honestly it's quite easy for me to implement this function by using the standard attachment system from vBulletin. But is it seriously needed? :confused:


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

Mark4865 02-16-2011 04:55 AM

Quote:

Originally Posted by Vossi (Post 2162934)
Well, honestly it's quite easy for me to implement this function by using the standard attachment system from vBulletin. But is it seriously needed? :confused:

Hello Vossi,

this is a must for me as well, very important. Would be great if you could include this as standard.

Also any chance you can help me with the template changes required to get the ads working.

thanks and regards Mark :)

Jimandbob 02-18-2011 12:10 AM

Quote:

Originally Posted by Vossi (Post 2162934)
Well, honestly it's quite easy for me to implement this function by using the standard attachment system from vBulletin. But is it seriously needed? :confused:


Sorry to bug you Vossi, But any chance of this ?

Vossi 02-18-2011 05:28 AM

I'm thinking about it...

your24hourstore 02-18-2011 06:28 PM

1 Attachment(s)
lol its this one vossi not the other imrunning 4.1.2 and get that error
actually both mods show up as suspect but I have disabled this till i can figure it out

Vossi 02-18-2011 06:54 PM

Quote:

Originally Posted by your24hourstore (Post 2164058)
lol its this one vossi not the other imrunning 4.1.2 and get that error
actually both mods show up as suspect but I have disabled this till i can figure it out

That doesnt explain the bug... And it doesnt effect the RSS-feeds...

your24hourstore 02-18-2011 08:24 PM

Quote:

Originally Posted by Vossi (Post 2164064)
That doesnt explain the bug... And it doesnt effect the RSS-feeds...

sorry that don't explain the bug, just saying what i had happen, and what i did to stop the error if you say its compatible with 4.1.2 then I guess it is. But all i can do is uninstall it. since it seems to have some issue with the upgrade on my board


All times are GMT. The time now is 05:47 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.01475 seconds
  • Memory Usage 1,824KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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