vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=166094)

abdelghani68 05-01-2009 04:30 PM

Thanks for this new version. Installed but I don't see the button of wimpy in the portal and in the library.

I have put correctly the registrations code. Jw player isn't active for mp3. Wimpy player isn't active.

I haven't modified the var wimpySwf = "clientscript/wimpy/wimpy_button.swf

Vbadvanced :

www.home.fr/index.php

Clientscript wimpy :

www.home.fr/forum/clientscript/wimpy

I must modifie the var wimpySwf ?

thanks

AndrewD 05-01-2009 05:31 PM

Quote:

Originally Posted by abdelghani68 (Post 1802579)
Thanks for this new version. Installed but I don't see the button of wimpy in the portal and in the library.

I have put correctly the registrations code. Jw player isn't active for mp3. Wimpy player isn't active.

I haven't modified the var wimpySwf = "clientscript/wimpy/wimpy_button.swf

Vbadvanced :

www.home.fr/index.php

Clientscript wimpy :

www.home.fr/forum/clientscript/wimpy

I must modifie the var wimpySwf ?

thanks

From what I can see, you did not reinstall the product, nor the plugins. I have done this for you and ask you to check that everything is working.

abdelghani68 05-01-2009 08:55 PM

<div align="left">Thanks very mush. I am really sorry for the inconvenience. Yet I install and uninstall the plugins of wimpy several times before coming to write here.

Wimpy button works now in the library bur it doesn't works in vbadvanced.
</div>

vbboarder 05-02-2009 02:40 AM

The 'edit' link next to the parent forum name in the Permissions page just reopens the same default permissions page in a new tab. Shouldn't it open the permissions page specific to that category (ie: local_links.php?action=editcat&catid=1)?

jantequino 05-02-2009 04:14 AM

Awesome mod!

2 quick questions!

1. How do I remove the "Sort By" dropdown from the entries page
2. How do I force the entries pages to be viewed in Short view everytime the page is refreshed or returned to... Obviously when the user is on the page we want them to be able to expand.... but I don't like the fact that it remembers to always stay expanded... I want each refresh of the page to be put back into short view.

thank you!

AndrewD 05-02-2009 05:02 AM

Quote:

Originally Posted by abdelghani68 (Post 1802696)
Thanks very mush. I am really sorry for the inconvenience. Yet I install and uninstall the plugins of wimpy several times before coming to write here.

Wimpy button works now in the library bur it doesn't works in vbadvanced.

I don't know why the wimpy button is not working any longer on your vbadvanced pages, but will try to find out. The correct (I think :)) code is certainly been loaded on your home page, and the same code seems to work fine on my site. One possible problem - you have many 'addons' installed on your site, and I can see that others also include javascript. It is possible that these are interacting during the page load process - the javascripts have to initialise themselves.

One thing you should be aware of - there are quite a lot of html errors on your generated home page. I don't think that these will be the cause of this problem.

AndrewD 05-02-2009 05:13 AM

Quote:

Originally Posted by vbboarder (Post 1802855)
The 'edit' link next to the parent forum name in the Permissions page just reopens the same default permissions page in a new tab. Shouldn't it open the permissions page specific to that category (ie: local_links.php?action=editcat&catid=1)?

Actually it should open the vb admincp forum permissions page. There is a variable missing from a global statement in local_links_admin.php. lines 398 onward should read
PHP Code:

function ldm_get_adminforumperms() {
    global 
$vbulletin$vbphrase$stylevar;
    global 
$linkscat$links_defaults$ldm_usergroup_cache;
    global 
$ADMIN_SCRIPT$ADMINCP_FORUMPERM_SCRIPT;
    global 
$forum$linkstats

Thanks for pointing this out.

AndrewD 05-02-2009 05:51 AM

Quote:

Originally Posted by jantequino (Post 1802870)
1. How do I remove the "Sort By" dropdown from the entries page

This would require a template edit. The links_main template has the following sequence at around line 120:

Code:

<if condition="$sortnav or $keyfilterbit">
        <td align="$stylevar[left]" valign="top">
        <table cellpadding="0" cellspacing="2" border="0">
<if condition="$sortnav">
        <tr>
                <td align="$stylevar[right]">
                <form action="$script.php" method="get">
                <input type="hidden" name="s" value="{$vbulletin->session->vars['sessionhash']}" />
                <span class="smallfont">
                $sortreturnbit $vbphrase[ll_sortby] $sortorderbit
                <input type="submit" class="button" name="doit" value="$vbphrase[ll_go]" />
                </span>
                </form>
                </td>
        </tr>
</if>
<if condition="$keyfilterbit">
        <tr>
                <td align="$stylevar[right]">
                <form action="$script.php" method="get">
                <span class="smallfont">
                <input type="hidden" name="s" value="{$vbulletin->session->vars['sessionhash']}" />
                $keyreturnbit $vbphrase[ll_keywords_filter] $keyfilterbit
                <input type="submit" class="button" name="doit" value="$vbphrase[ll_go]" />
                </span>
                </form>
                </td>
        </tr>
</if>
        </table>
        </td>
</if>

If you change the first line to
Code:

<if condition="$keyfilterbit">
that will do the trick.


Quote:

Originally Posted by jantequino (Post 1802870)
2. How do I force the entries pages to be viewed in Short view everytime the page is refreshed or returned to... Obviously when the user is on the page we want them to be able to expand.... but I don't like the fact that it remembers to always stay expanded... I want each refresh of the page to be put back into short view.

I can't reproduce this problem. As far as I can see, page refreshes do retain the entries' expand/contract setting, provided cookies are properly enabled.

But, to your main question - how to have the 'short' listing as the default and the standard listing as the alternative. This is quite straightforward with version 2.3.0, possible but requires code edits with 2.2.9.

With version 2.3.0, you first go to the LDM/admincp/linkbits & catbits page, find the links_linkbit_short entry, change the value in the 'collapsed' box from 0 to links_linkbit, and click on 'go' to save the change.

Then go to LDM/admin/settings and set the template_linkbit setting to Short (title, thumb, short description).

This will make the default display 'short' and the alternative 'long'.

Alfa1 05-02-2009 10:21 AM

Quote:

Originally Posted by Alfa1 (Post 1799565)
Does anyone know how to add 'files to moderate' and 'comments to moderate' to the vbulletin notifications menu?

Quote:

Originally Posted by AndrewD (Post 1799821)
an extra to display some LDM stats on the admincp will be available with the next 2.3.0 release

It would be optimal if moderators could see if there are files and comments to moderate. Moderators do not have access to the adminCP. I think the notifications menu, which shows how many PM's, VM's, subscribed threads you have, would be optimal for this.


Am I correct to think that LDM has two ways of assigning moderators to a category:

Either by assigning a whole usergroup moderating functionality or by inheritance from forums(which i think also has other effects)?

If this is correct, then could you please add functionality to make specific users, the moderator of a category?

AndrewD 05-02-2009 11:57 AM

Quote:

Originally Posted by Alfa1 (Post 1802938)
It would be optimal if moderators could see if there are files and comments to moderate. Moderators do not have access to the adminCP. I think the notifications menu, which shows how many PM's, VM's, subscribed threads you have, would be optimal for this.

Noted.


Quote:

Originally Posted by Alfa1 (Post 1802938)
Am I correct to think that LDM has two ways of assigning moderators to a category:

Either by assigning a whole usergroup moderating functionality or by inheritance from forums(which i think also has other effects)?

If this is correct, then could you please add functionality to make specific users, the moderator of a category?

Actually, this functionality already exists as of version 2.2.8. There's a setting moderate_usernames on the admin/settings page, also on Add/Edit category pages, to allow you to specify additional users who can moderate.

The other two groups of moderators you identify are correct.


All times are GMT. The time now is 04:03 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.03083 seconds
  • Memory Usage 1,767KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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