![]() |
Got this installed with ease - an excellent system. Thank you.
|
Now VB3 is gold, is there a chance of AdminCP intergration?
Thanks! |
Quote:
Is there a reason you want more? |
BUG: (don't think this specific bug has been reported in the thread - I did search !)
in local_links_install.php, line 217, the line: ALTER TABLE local_linksltoc ADD INDEX ( linkid ) should read: ALTER TABLE ".THIS_TABLE."linksltoc ADD INDEX ( linkid ) Most people won't come across this problem since they wouldn't change the table prefix in THIS_TABLE. |
BUG #2
$bbuserinfo is not defined in the routine get_linklistbit - which means that if you are not using forum permissions to determine who can do what, then the code to check whether the current user is allowed to edit their own post doesn't work. The line which doesn't work is in the links_linkbit template (line 20): <if condition="$links_permissions[can_edit_link] or $bbuserinfo[userid] == $linkuserid"> and the problem can be fixed simply by declaring $bbuserinfo as global in the get_linklistbit routine in local_links.php - ie. somewhere around line 385 add the following: global $bbuserinfo; Works now :D |
Quote:
Your first bug was reported a couple of weeks ago and is fixed in my development version - I was waiting on confirmation on the fix to another bug before releasing. Your second report is new to me, so I'll include in release 1.01, probably this weekend. |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
All times are GMT. The time now is 06: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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|