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 Link Directory (https://vborg.vbsupport.ru/showthread.php?t=255319)

WarLion 08-06-2011 09:34 AM

Quote:

Originally Posted by Mariner1 (Post 2223312)
Get this error when submitting a link

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

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

Any ideas what causes this,im sure ive uploaded all files.Using 4.14



any idea how to solve this?

edit:*********************
fixed in the file vblinklist.php find
PHP Code:

    // convert WYSIWYG
    
if ($vbulletin->GPC['wysiwyg'])
    {
        require_once(
DIR '/includes/functions_wysiwyg.php');
        
$message convert_wysiwyg_html_to_bbcode($vbulletin->GPC['message'], $catinfo['allowhtml']);
    }
    else
    {
        
$message =& $vbulletin->GPC['message'];
    } 

change for
PHP Code:

    // convert WYSIWYG
    
if ($vbulletin->GPC['wysiwyg'])
    {
        require_once(
DIR '/includes/class_wysiwygparser.php');
        
$html_parser = new vB_WysiwygHtmlParser($vbulletin);
        
$message $html_parser->parse_wysiwyg_html_to_bbcode($vbulletin->GPC['message'], $catinfo['allowhtml']);
    }
    else
    {
        
$message =& $vbulletin->GPC['message'];
    } 

find
PHP Code:

    // convert WYSIWYG
    
if ($vbulletin->GPC['wysiwyg'])
    {
        require_once(
DIR '/includes/functions_wysiwyg.php');
        
$vbulletin->GPC['message'] = convert_wysiwyg_html_to_bbcode($vbulletin->GPC['message'], $vbulletin->options['allowhtml']);
    } 

change it for
PHP Code:

    // convert WYSIWYG
    
if ($vbulletin->GPC['wysiwyg'])
    {
        require_once(
DIR '/includes/class_wysiwygparser.php');
        
$html_parser = new vB_WysiwygHtmlParser($vbulletin);
        
$message $html_parser->parse_wysiwyg_html_to_bbcode($vbulletin->GPC['message'], $catinfo['allowhtml']);
    } 

and thats all

Mariner1 08-06-2011 10:06 AM

where is the vbyellowpages.php pls,i cant find that file

WarLion 08-06-2011 10:17 AM

lol sorry i made a mistake is in this file vblinklist.php

in line
1172
3264
3720

JAFRI 08-06-2011 11:16 AM

/includes/functions_wysiwyg.php(115) : eval()'d code on line 5

JAFRI 08-06-2011 11:24 AM

not work in 4.1.5 p1

Mariner1 08-06-2011 11:51 AM

Ok done as WarLion suggested.Now i get this error

Parse error: syntax error, unexpected '}' in /home/netwo103/public_html/vblinklist.php on line 1568

JAFRI 08-06-2011 12:13 PM

i think need update this add On.

RSNF 08-06-2011 12:57 PM

Appears this mod was abandoned by its coder.......How sad is that.

WarLion 08-06-2011 05:32 PM

sorry i dont have 4.1.5 the changes i made are for 4.1.4

sadc 08-07-2011 08:47 PM

wow, installed and got into this problem.. came back to the forum and found out developer abandoned it :/ argg

Vossi 09-10-2011 10:48 AM

Version for 4.1.5 has been uploaded. For an update it's enough to just replace vblinklist.php in forumroot.

GamersChallenge 09-10-2011 05:46 PM

Quote:

Originally Posted by Vossi (Post 2244221)
Version for 4.1.5 has been uploaded. For an update it's enough to just replace vblinklist.php in forumroot.

just installed for the first time. got this error when trying to add a link:

Fatal error: Call to undefined function convert_wysiwyg_html_to_bbcode() in /home/gamersch/public_html/vblinklist.php on line 1931

Vossi 09-10-2011 06:51 PM

In vblinklist.php search for (in line 1931):
PHP Code:

$message = ($vbulletin->GPC['wysiwyg'] ? convert_wysiwyg_html_to_bbcode($vbulletin->GPC['message'], $catinfo['allowhtml']) : htmlspecialchars_uni($vbulletin->GPC['message'])); 

and replace with
PHP Code:

require_once(DIR '/includes/class_wysiwygparser.php');
$html_parser = new vB_WysiwygHtmlParser($vbulletin);
$message $html_parser->parse_wysiwyg_html_to_bbcode($vbulletin->GPC['message'], $catinfo['allowhtml']); 


GamersChallenge 09-10-2011 09:31 PM

thanks vossi. worked great. could you add for your next update max height, max width, max size next to the upload image?

thanks again, great mod, working for 1.1.5

adabros 09-25-2011 01:46 PM

Le seguenti dipendenze non sono state trovate:

Questo prodotto non ? compatibile con la versione 4.0.3 di vBulletin.

:(
sorry for me!
there isn't any version for me?
compatible.

vb.help 10-02-2011 11:40 PM

I was told to add nofollow to all external links for SEO purpose .. So how would i add nofollow to the external links from this mod ... please advise ...

Thanks

Kat 10-05-2011 02:23 PM

When I go to import the xml, I get this error:

The following dependencies were not met:
This product is not compatible with version 4.0.7 of vBulletin. (Compatible starting with 4.0.8 / Incompatible with 4.2.0 Alpha 1 and greater)

It seems this is supposed to be compatible with 4.0.7 so I am wondering why I am getting this error? Help please? Thanks!

Vossi 10-05-2011 02:46 PM

Well, it's not made for 4.0.7 and below, that's why ;)

Kat 10-05-2011 03:24 PM

It sure doesn't say that anywhere that I could find. It says its for 4.X.X and someone else said they were using it on 4.01 or 4.02 I think. (I think it was even you that said you had it working on a verson lower than 4.07)

Vossi 10-05-2011 03:55 PM

But you were trying vblinkdirectory105.zip and not vblinkdirectory105vb415.zip , correct?

Kat 10-05-2011 04:28 PM

That is correct, I am using 105.zip and not the 105vb415.zip.... I assumed 415 was for VB 4.15 and that 105.zip was for 4.0 through 4.14, correct?

Vossi 10-05-2011 04:50 PM

You could try to change the dependency and see what happens when the addon gets installed. You tried that before?

Kat 10-05-2011 05:02 PM

No, I do not even know that means? But if you explain it, I can probably do it. :)

Vossi 10-05-2011 06:19 PM

Open the product file 'product-vblinklist.xml' and have a look at the first lines. Change the version number of the line where you find the dependency for vBulletin:
PHP Code:

<dependency dependencytype="vbulletin" minversion="4.0.8" maxversion="4.2.0 Alpha 1" /> 

Instead of 4.0.8 choose another version, save the product file and try you best if it works. I dont guarantee that it works, but its worth a try.

Kat 10-05-2011 06:29 PM

Thank you Vossi, that worked! :up: I have not played with it yet to see if I get any other errors, but it is successfully installed.

Many thanks for taking the time to help me with this!

Vossi 10-05-2011 07:26 PM

Just let me/us know, if everything works fine. Like I said, I'm not sure that it will work but we will see... After all those changes during the Versions of vBulletin I'm only coding for the actual version + higher otherwise it would spoil complete lifetime. Sorry... :o

Kat 10-05-2011 09:19 PM

So far it seems to be working just fine! For sure if I run into a problem I will come post it here.

Thanks again!

Kat 10-07-2011 03:39 PM

I am really liking this mod so far, thank you for this!

But I am wondering, is there any way to arrange the actual listings under the category or subcategory? I was hoping that at least the newest entries would go at the top or bottom, either one, but it seems to only sort them alphabetically. Is there any way I can sort them differently?

Kat 10-09-2011 09:44 PM

Other than not be wild about the alphabetically only choice, this is doing what I need!

I did/do have a few problems, I do not know if they are related to my verion problem or something else, so I will post them here just in case.

I had trouble with my backup/export file when I took this from test to live forums. the categories did not import properly so I had to rebuild the categories manually (making sure that the ID numbers matched those of the imported one). Once I did that I was able to see all of my entries without starting over from scratch, which is of course the hard part!

and when I approve a post (or delete a moderated post) there is an error that flashes by. Something about "cannot find phrase.... something or other". It still approves or deletes the entry just fine, but it was a bit alarming until I realized that it was still functioning ok.

Kat 10-09-2011 11:52 PM

And one other error... after people reach their max limit of characters (I have it set really short) they are getting a message that says they only get 6 characters, which is actually the minimum and not the maximum . But because of the error message they think that is all they get. Its confusing.

I have been trying to figure out which template that is calling from but have not had any luck. Anyone know or have a guess?

Dennis Kaczor 10-10-2011 05:59 PM

I seen this and had a look and it really caught my eyes, so I decided to give a try on vBulletin 4.1.7. All went well no problems encountered, added some links and all is fine.

However, I do have a couple of things that I seen and not sure if I missed something, but will ask away.

When you have a bunch of links you can do a basic sort like Created By/ Created at which is fine, but I would rather see the newer ones at the top of the list rather at the bottom this way when you go into the area all the newt items are on top, but the way it is now you have to go to the bottom of the page or pages. This by a nice thing to add this option.

Is there any way to let the users knows that there was a new link posted on the main forum area like in the whats new?

byalik 10-19-2011 08:06 PM

Which version is the newest one. Just want to make sure before I D/L and install it and there are 2 downloads

ZZealott 10-21-2011 12:56 AM

Quote:

Originally Posted by bpi007 (Post 2228358)
I have the following error in 4.1.5 Pl1 :
Deprecated: Assigning the return value of new by reference is deprecated in forums\vblinklist.php on line 1831 and Line 2425
Line is :
PHP Code:

$parser =& new vB_BbCodeParser($vbulletinfetch_tag_list()); 


I too am getting a similar message, using the vblinkdirectory105vb415.zip on vb4.1.7.
When I click Link Directory is shows this error: Deprecated: Assigning the return value of new by reference is deprecated in /home/www/public_html/forum/vblinklist.php on line 1873 Deprecated: Assigning the return value of new by reference is deprecated in /home/www/public_html/forum/vblinklist.php on line 2467

Is it safe just to remove the &? i.e.: change the '=&' to just '=' ?

Scalemotorcars 10-22-2011 12:29 AM

Sorry but its unclear in the instructions. Im on 4.1.4 what version do I use? If its the first one will I still need Warlion's fix?

Vossi 10-24-2011 04:43 AM

Version vblinkdirectory105vb415.zip is for vBulletin 4.1.5 and higher, vblinkdirectory105.zip for vBulletin 4.1.4 and below. You wont use any fixes.

@Zealott: Yes, it is safe. The command is just deprecated, nothing special right now.

Scalemotorcars 10-24-2011 11:07 PM

Thank you. Is there a forum block? I have the widget working already...

Nano_ 10-25-2011 09:52 PM

Works fine in 4.1.7. Thanks!

vb.help 10-27-2011 01:58 AM

What is the process to remove the copyright ? Whom should i contact ? Looks like this mod is not supported anymore ...

vb.help 10-27-2011 03:10 AM

I was told to add "nofollow" for all external links in anchor tag to ensure SEO of my site...

where do i add this nofollow for this mod ? Please help ...

Scalemotorcars 10-28-2011 03:06 PM

Am I missing something?

For some reason I cant search any of my links. Is there a setting or template edit I missed. ???


All times are GMT. The time now is 11:52 PM.

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.01874 seconds
  • Memory Usage 1,842KB
  • 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
  • (8)bbcode_php_printable
  • (3)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