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)
-   -   Major Additions - Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=231407)

SeanE 06-11-2011 06:16 AM

Quote:

Originally Posted by Eric (Post 2206079)
I'm talking about taking over the mod on the developer side of things.

I see... Well, it would be great if someone picked it up - I cannot understand why Jelsoft does not just incorporate this product into vB....with the number of downloads (historically) it just seem strange that they would not adopt it...

My next question:

So...I'm running :

vB 4.1.3
PHP 5.3.6 and
MySQL 5.0.91-log

Does anyone know if this last version will run on these?

Thanks much,
//sse

Alfa1 06-11-2011 09:38 AM

vb4.1.3 and mysql 5.0.x are no problem. Im unclear about php 5.3 yet. Someone needs to bite that bullet. I expect it will be ok.

SeanE 06-11-2011 05:48 PM

Ok - well, I'm almost at the point where I'm ready to jump in again (my users are screaming for their downloads)....of course, vB has now come out with 4.14 - so I guess I'll update to that first, and then try to install the latest version of this - hopefully it will work. I'll post an update once I do that - I'm doing a test.db first...

One word for anyone reading this - who's a developer worthy of this product: I would happily pay for this product (on an annual basis, or otherwise - assuming the cost is reasonable) in order to secure it's performance and support with the vB line going forward.

I think it's crazy that it's not just scooped up and maintained by someone. If I were a developer, I know I would.

//sse

SeanE 06-12-2011 03:26 AM

Quote:

Originally Posted by SeanE (Post 2206331)
Ok - well, I'm almost at the point where I'm ready to jump in again (my users are screaming for their downloads)....of course, vB has now come out with 4.14 - so I guess I'll update to that first, and then try to install the latest version of this - hopefully it will work. I'll post an update once I do that - I'm doing a test.db first...

One word for anyone reading this - who's a developer worthy of this product: I would happily pay for this product (on an annual basis, or otherwise - assuming the cost is reasonable) in order to secure it's performance and support with the vB line going forward.

I think it's crazy that it's not just scooped up and maintained by someone. If I were a developer, I know I would.

//sse

Well, that was unpleasant. I've upgraded to vB 4.14 and the LDM installation failed - with the following error:

Quote:

The following dependencies were not met:
This product is not compatible with version 4.1.4 of vBulletin. (Compatible starting with 4.0.0 beta 1 / Incompatible with 4.1.0 and greater)

Alfa1 06-12-2011 01:26 PM

That is an easy fix. Just change the compatible version.

In the product xml file find:
Code:

        <dependency dependencytype="vbulletin" minversion="4.0.0 beta 1" maxversion="4.1.0" />
replace with:
Code:

        <dependency dependencytype="vbulletin" minversion="4.0.0 beta 1" maxversion="4.9.0" />
Re-import with overwrite.

SeanE 06-12-2011 06:07 PM

Quote:

Originally Posted by Alfa1 (Post 2206643)
That is an easy fix. Just change the compatible version.

In the product xml file find:
Code:

        <dependency dependencytype="vbulletin" minversion="4.0.0 beta 1" maxversion="4.1.0" />
replace with:
Code:

        <dependency dependencytype="vbulletin" minversion="4.0.0 beta 1" maxversion="4.9.0" />
Re-import with overwrite.

Ahhhhhh - I should know better than to give up before you guys comment. Ok - it's installed - and it picked up all my old tables, images and documents like before - saving me from weeks of re-entry work.... I guess I won't be abandoning this product yet... Thanks very much for your help. It appears (for now - on my test.db) that it works under my current parameters:

vB - 4.1.4
PHP - 5.3.6
MySQL - 5.1.55-log

If I run into any snags, I'll post them here.

By the way - you guys don't know (on the Shadowbox extra) which hook I specify when I add the Shadowbox plugin do you? I cannot remember, the instructions don't indicate it, and I cannot figure out which one it is just by looking at it...

Thanks again for the assistance - I appreciate it a great deal.

//sse

Alfa1 06-12-2011 09:39 PM

For anyone who needs it. Here is the LDM wiki.

Quote:

Originally Posted by SeanE (Post 2206752)
It appears (for now - on my test.db) that it works under my current parameters:

vB - 4.1.4
PHP - 5.3.6
MySQL - 5.1.55-log

That's great news. I was wondering about PHP5.3.6
Now only to find out if LDM works well on the latest version of MySQL, as that contains a major performance improvement and IBxAnders advises to upgrade to it.

Quote:

Originally Posted by SeanE (Post 2206752)
By the way - you guys don't know (on the Shadowbox extra) which hook I specify when I add the Shadowbox plugin do you? I cannot remember, the instructions don't indicate it, and I cannot figure out which one it is just by looking at it...

I do not use the shadowbox plugin, but if you search the 3.7 LDM thread for it, you will likely find an answer.

obmob 06-13-2011 08:41 PM

Quote:

Originally Posted by Eric (Post 2205579)
I've thought about taking on LDM, but I am not sure yet.

I would only be allowed, technically, to start from the vB 3 version and do my own conversion to vB4 - that is a lot of work for this kind of mod. If I were to take it on, I would love to start with the vB 4 version, but with his unfortunate passing, I have no way to get proper permissions for it.

We'll see what happens.

Maybe you can talk to the guys on vB.org and ask for permission. Also, maybe you can try to create some sort of group with more developers. There seems to be some guys around with knowledge. :p

SeanE 07-05-2011 05:40 PM

One new wrinkle -

With

vB - 4.1.4
PHP - 5.3.6
MySQL - 5.1.55-log

This version of LDM appears not to playing well with Safari, Chrome or IE...the text links within LDM do not come up - they show up as unknowns (question mark).

Under Firefox its fine - but not Safari, Chrome or IE.

Any ideas?

Thxs in advance -
//sse

Alfa1 07-05-2011 08:30 PM

That could be a PHP 5.3 issue. If this is true then thousands of sites will encounter this issue after upgrading to PHP 5.3
I have LDM working fine with vb4.1.4

SeanE 07-09-2011 10:40 PM

Quote:

Originally Posted by Alfa1 (Post 2217194)
That could be a PHP 5.3 issue. If this is true then thousands of sites will encounter this issue after upgrading to PHP 5.3
I have LDM working fine with vb4.1.4

Yeah, I mean, it's functioning ok, but under Safari, Chrome or IE those graphics are breaking and are not coming up... hummmm

Alfa1 07-10-2011 12:33 PM

Try checking it with firebug.

SoltanWorld 08-18-2011 08:34 AM

any one knows how to can i have catbit like photolink bit ? I want my cats sort like that linkbit (photo).

any idea?

shane greer 11-19-2011 11:44 AM

I uninstalled LDM and ran the LDM killer and deleted all phrases etc which mentioned it.. completely cleaned my site of this product but Im still getting a huge amount of error emails.

Quote:

Final-Recipient: rfc822; dbmaster@example.com
Action: failed
Status: 4.0.0
Diagnostic-Code: X-Postfix; connect to example.com[192.0.43.10]: Connection
timed out


---------- Forwarded message ----------
From: "dbmaster@example.com" <dbmaster@example.com>
To: dbmaster@example.com
Date: Fri, 18 Nov 2011 11:12:16 GMT
Subject: vBulletin Database Error!
Database error in vBulletin 4.1.8:

Invalid SQL:

SELECT languageid,
phrasegroup_global AS phrasegroup_global,
phrasegroup_cprofilefield AS phrasegroup_cprofilefield,
phrasegroup_local_links AS phrasegroup_local_links,
phrasegroup_local_links_entities AS phrasegroup_local_links_entities,
phrasegroup_postbit AS phrasegroup_postbit,
phrasegroup_posting AS phrasegroup_posting,
phrasegroup_threadmanage AS phrasegroup_threadmanage,
phrasegroup_timezone AS phrasegroup_timezone,
phrasegroupinfo AS lang_phrasegroupinfo,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM language
WHERE languageid = 1;

MySQL Error : Unknown column 'phrasegroup_local_links' in 'field list'
Error Number : 1054
Request Date : Friday, November 18th 2011 @ 11:12:15 AM
Error Date : Friday, November 18th 2011 @ 11:12:16 AM
Script : http://www.thefewgoodmen.com/thefgmf...d=197&catid=24
Referrer :
IP Address : 66.249.71.51
Username :
Classname : vB_Database
MySQL Version :
Any ideas where I could start looking for a solution.

obmob 11-21-2011 11:11 PM

Maybe it's because someone tried to access one of the old files, if I recall, I added redirection using htaccess.

Maybe you can do that and avoid users to call for those links.

Alfa1 05-21-2012 01:21 AM

LDM still works fine with 4.1.12
I will test it on 4.2 soon.

ezak 05-29-2012 07:49 PM

there is a lot of missed with 4.2.0
- can't see add category
- can't see add entry
- can't see administrator tab
- FORMHOME can't see last post

Alfa1 05-30-2012 12:49 AM

Thats simple to resolve. The new navigation manage has removed the navigation edits. None the less you can manually add the tabs and links. That will take you a few minutes.
I dont know what you mean with:
- FORMHOME can't see last post

ezak 05-30-2012 05:59 AM

1 Attachment(s)
Quote:

Originally Posted by Alfa1 (Post 2334506)
Thats simple to resolve. The new navigation manage has removed the navigation edits. None the less you can manually add the tabs and links. That will take you a few minutes.
I dont know what you mean with:
- FORMHOME can't see last post

I don't know how to do this,
could you told me how to do .. ?

- FORMHOME can't see last post
I mean in the Main Page for forum, I add LDM in section, also in above version it was said the last post (latest entry added) . now in 4.2 is disappear
See attach for more

Alfa1 05-30-2012 11:40 AM

Quote:

Originally Posted by ezak (Post 2334548)
I don't know how to do this,
could you told me how to do .. ?

Read the instruction articles about the navigation manager:
How to Access Navigation Manager
How to Add a Tab
How to Add and Edit a Link
How to Add and Edit a Navigation Menu
How to Change the Display Order of Your Navigation Bar
More: https://www.vbulletin.com/forum/cont...-vbulletin-4-2

Quote:

Originally Posted by ezak (Post 2334548)
- FORMHOME can't see last post
I mean in the Main Page for forum, I add LDM in section, also in above version it was said the last post (latest entry added) . now in 4.2 is disappear
See attach for more

Yes, I see now.
Do you have a busy website? I really like the last post function, but it has slow queries. Which means that if you have a busy site, this function will slow down your site. I had to disable it. I'm not sure how to fix the last post function.

I think its a much better idea to have a new post widget for the sidebar or for vbadvanced. This needs to be coded. I will need this as well.
When I upgrade my site I will need

ezak 05-30-2012 12:45 PM

thanks for your help, but I'm already know to to use Navigation manager tools

I'm already added IDM in Navigation bar, Manually - (early version is added it automatically)


But what I'm talking about is threre is alot of feature is missed after upgrade


here is picture for more infomation

this version 4.1.12

http://img.gem-flash.com/images/2041...2642433793.png



this version 4.2

http://img.gem-flash.com/images/1515...0601647765.png

all links in LDM , I hope you can find fix for it
I think the problem is in Templates has been changed in vb 4.2
and hooks can't access for that new tempate

Alfa1 05-30-2012 05:17 PM

Read the links I posted. These give you the answer. Especially this one: https://www.vbulletin.com/forum/cont...nd-Edit-a-Link

ezak 06-05-2012 06:01 PM

Mr. Alfa1
I have edit my navbar_link and add this code into it
Code:

        <a href="local_links.php?action=addlink&amp;catid={vb:raw viewcatid}">
        {vb:rawphrase ll_menu_addlink}
        </a>

as it will add entry in the opened category
but it return with this link
local_links.php?action=addlink&catid=

as it show , its can't fetch the catid from the opened page link, and I don't know how to do this

it should be like this
local_links.php?action=addlink&catid=22
as I already open catid=22 then I click on addentry

ezak 06-05-2012 08:12 PM

I have fixed it and make add entry and add category is working fine with 4.2.0 under navbar
By added this code in the end of NAVBAR template


Code:

<vb:if condition="is_member_of($bbuserinfo, 6)">
        <li><a href="{vb:raw relpath}&action=addlink">
        {vb:rawphrase ll_menu_addlink}
        </a></li>
        <li>
        <a href="{vb:raw relpath}&action=addcat">
        {vb:rawphrase ll_menu_addcat}</a>
        </li>
</vb:if>

membergroup 6 to show for admin only , you can add any other groups by 6,7,8

SemperFideles 06-09-2012 09:40 AM

1 Attachment(s)
I'm getting this error whenever a link is clicked on from within LDM:

Invalid Redirect URL (http://books.google.com/books?id=1-1-Kx9PJskC&dq)

See attached.

Does anyone know what is going on?

Alfa1 06-10-2012 05:43 PM

I have been encountering the same. It may be related to php/mysql software updates. Im not sure. Im still using vb3.8 and did not have this before. So I doubt its LDM alone.

ezak 10-09-2012 09:05 PM

I request paid for who make LDM fully support with 4.2 (full function)

Ophelia 02-14-2013 05:51 PM

I miss Andrew :(

SoltanWorld 03-09-2013 06:58 AM

I'm still developing this great mod.

If you like to see my new changes on LDM take a look at this link :

http://www.negahradio.com/

Linkbit : http://www.negahradio.com/forum/down...d=43&linkid=29

SoltanWorld 03-17-2013 01:30 PM

Quote:

Originally Posted by SemperFideles (Post 2338039)
I'm getting this error whenever a link is clicked on from within LDM:

Invalid Redirect URL (http://books.google.com/books?id=1-1-Kx9PJskC&dq)

See attached.

Does anyone know what is going on?

Quote:

Originally Posted by Alfa1 (Post 2338515)
I have been encountering the same. It may be related to php/mysql software updates. Im not sure. Im still using vb3.8 and did not have this before. So I doubt its LDM alone.


Go to Admin CP -> Settings -> Options -> Site Name / URL / Contact Details

Set the option : Always use Forum URL as Base Path to No

And if you're using Vbadvanced Portal, Do not turn this option to NO, you should change the Disable Redirect Domain Checking to Yes

GiaNNi 07-13-2013 09:51 AM

No updates for this? I have upgraded to vB 4.2.1... but I cannot use LDM :(

tbworld 07-13-2013 06:49 PM

Quote:

Originally Posted by GiaNNi (Post 2433468)
No updates for this? I have upgraded to vB 4.2.1... but I cannot use LDM :(

In the initial post, the admins posted a note that the developer passed away (RIP).
So I don't think there will be a local update. :)


What is the problem with it? No one can help if you do not post what your problem is with the mod.

GiaNNi 07-14-2013 10:28 AM

Quote:

Originally Posted by tbworld (Post 2433546)
In the initial post, the admins posted a note that the developer passed away (RIP).
So I don't think there will be a local update. :)


What is the problem with it? No one can help if you do not post what your problem is with the mod.

Yes, i saw it... its a pity; rest in peace.

My problem is with the style... after upgrade to 4.2.1... everything is broken... very ugly... maybe someone has upgraded fles with changes needed.

GiaNNi 07-14-2013 10:39 AM

Now i have addded the spanish-latin translate file... end everything is wrong... all texts of all forum is alligned to the right... and all things in forum is changed of side... like a mirror :S

Any clue???

SirTalksalot 11-10-2013 09:57 AM

This was a great MOD, is it compatible with VB 4.2.2? Or has anyone developed it further?

THere simply isn't any link managers out there I can find. The one other one I can find doesn't work.

imported_glowinggal 02-15-2014 02:26 AM

1 Attachment(s)
nope doesn't work with 4.2 - tried installing it tonight and got the following:

MrD 02-15-2014 02:59 AM

Edit the Product.xml
min/Max version

imported_glowinggal 02-15-2014 03:15 AM

THANK YOU - worked perfectly - in case anyone is looking or wondering... i put the max as 4.5

ForceHSS 02-15-2014 03:27 AM

Leaving it blank would of done
like this
Code:

<dependency dependencytype="vbulletin" minversion="4.0.0 beta 1" maxversion="" />

Alfa1 03-18-2016 08:07 PM

I had an importer created for LDM to various other gallery/downloads solutions.


All times are GMT. The time now is 05:55 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.04526 seconds
  • Memory Usage 1,851KB
  • 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
  • (7)bbcode_code_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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