MyBB Community Forums

Full Version: Linlist Plugin Admin Cpanel Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hey, anyone know how I can fix this issue for the Linklist Plugin at this link: http://mods.mybboard.net/view/linklist

And I posted a screen shot of the issue...

And for some of you who may not get it right away...

The Admin CPanel section to setup the Linklist Plugin is completly blank with two bullets in a box but no other content...just an empty box...

And here is the screenshot of what am seein under ADMIN CP

[Image: linklistadmincpsection.JPG]
Hi,
do you have the lang file under admin in your directory?
You might need to copy the text from the included language file and paste it at the bottom (above the ?>) of the mybb default index.lang.php file in the languages/admin directory. I've encountered the same issue and that solved it.

So you'll know what I'm talking about, copy and paste the following from the plugin's language file:

PHP Code:
//Navigation Namespace
$l['nav_linklist'] = "Linklist";
$l['nav_add_category'] = "Add category";
$l['nav_edit_category'] = "Edit category";
$l['nav_edit_link'] = "Edit link";
$l['nav_list_category'] = "List category"
I know what the problem is...

When they set up the installation file directory...

instead of spelling languages they wrote language with out the s

which screwed things up

EDIT:
I done as you suggested and now it works...

I added
Code:
//Navigation Namespace
$l['nav_linklist'] = "Linklist";
$l['nav_add_category'] = "Add category";
$l['nav_edit_category'] = "Edit category";
$l['nav_edit_link'] = "Edit link";
$l['nav_list_category'] = "List category";
in the bottom of the index.lang.php in the admin directory of the inc/languages directory and it now works.

thank you! Big Grin
I've noticed something else that is a problem with this plugin and was wondering if anyone else had encountered it. There doesn't seem to be a link in the ACP to moderate links that members add. When I enter a link, it's immediately viewable. But when a member enters a link, I can only view it in the ACP, and there doesn't seem to be a link to approve it. Just to edit or delete. Other than changing it so that it looks like I created the link, I can't find any other way to approve these links.

Also, the linklist page seems to load indefinitely, which I don't understand. I think I will deactivate unless the plugin creator has some ideas or help. Big Grin
judel Wrote:I've noticed something else that is a problem with this plugin and was wondering if anyone else had encountered it. There doesn't seem to be a link in the ACP to moderate links that members add. When I enter a link, it's immediately viewable. But when a member enters a link, I can only view it in the ACP, and there doesn't seem to be a link to approve it. Just to edit or delete. Other than changing it so that it looks like I created the link, I can't find any other way to approve these links.

Also, the linklist page seems to load indefinitely, which I don't understand. I think I will deactivate unless the plugin creator has some ideas or help. Big Grin

Hi.
There is no option to approve a link. Anybody can enter a link. I had this feature never in mind, since I have not these kind of problems Wink

I will look regarding the load indefinitely. Does this happen right away or if some links are already in the list?
I didn't notice it until after there were links. Well, there is definitely something wrong, since only my links can be seen??
I looked over it.
The site can load indefinitely if a favicon can not be found on a host or the host is slow or rejects the query. I will look if I can build something like a cache for this.

Everything else is working fine. Also the language files. You don't need edit any file...
Lady Angelique, are you using this successfully? Do your members' links show up in the list or only in the ACP like mine? It can't just be my site.

When you get the favicon issue sorted and update, I'll try it again, bacarni. I have changed hosts, so we'll see if that makes any difference. LOL
Has anyone been able to get this to work properly? I still cannot see the anything in my ACP.
Pages: 1 2
Reference URL's