The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Links and Downloads Manager Details »» | |||||||||||||||||||||||||
Version 2.3.0 of LDM is now the official release. This works with both VB3.7 and VB3.8. You can obtain it here
Version 2.2.8 remains available here, with limited support. 04.02.08: patch-cat.xml 'extra' uploaded - see first post for information 27.10.07: Version 2.2.8-post1 uploaded French translation of product installer uploaded (other language translations are in the main release zip) Remember to back up your current database tables before upgrading. What this is and does LDM is a general-purpose link and file manager, which handles user uploads and downloads in a flexible way. A range of media players is integrated into LDM and others are included as plugin extras. LDM is described below in the first post of this thread, which also contains a brief list of the currently-known bugs. This release of LDM works correctly with all VB versions 3.6.x and recent versions of vbadvanced. Documentation, screen shots, etc, are provided as a Wiki at http://www.eirma.org/wikis/index.php...nloads_Manager Thank you to everyone who has tested, given suggestions, helped with the translations, etc. Show Your Support
|
Благодарность от: | ||
VIP Hawaii |
Comments |
#2572
|
|||
|
|||
Quote:
|
#2573
|
|||
|
|||
Quote:
You add the plugin by going to vbulletin->admincp->products and plugins->add new plugin. Choose products=links and downloads manager, hook location=ldm_maindisplay_end, plugin is active=yes. Call the plugin (e.g.) 'annotate' and add the following code: Code:
if ($viewcatid>0) { $includeinmain['postcat'] .= ' <table width="100%" class="tborder"> <tr><td class="alt1" align="center"> Hello Hello Hello </td></tr> </table> '; } You can achieve the same effect by editing the links_main template. Find the lines which read: Code:
<if condition="$includeinmain[postcat]"> $includeinmain[postcat] </if> Code:
<if condition="$viewcatid>0"> <table width="100%" class="tborder"> <tr><td class="alt1" align="center"> Hello Hello Hello </td></tr> </table> </if> Again, call the plugin (e.g.) 'annotate', products=links and downloads manager, hook location=ldm_linkbit_create, plugin is active=yes, with the following code: Code:
$linkdesc = ' Hello Hello Hello <br /> <br /> ' . $linkdesc; Template approach. Edit the links_linkbit template (or the links_linkbit_table, etc templates, depending on your choice of linkbit) and insert the following right at the start: Code:
<tr colspan="2"> <td align="center"> Hello Hello Hello </td> </tr> |
#2574
|
|||
|
|||
I'm struggling with layout issues. I have a broken link that links to:
"ARG:4NDEFINED.php?catid=-8" Also there's a "lone" statistics box on the bottom-right of all pages. How can I add other stats or anything to the left of it? Any tips thanks. |
#2575
|
|||
|
|||
Sorry about not much details.
Here's the current code for the stats box: Code:
<if condition="$viewcatstats or $viewcathits"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <tr><td width="50%"> </td> <td> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tbody> <tr align="center"> <td class="tcat" align="center" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('hitparadebit')"><img id="collapseimg_hitparadebit" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_hitparadebit].gif" alt="" border="0" /></a> <strong>$vbphrase[ll_statistics]</strong> </td> </tr> </tbody> <tbody id="collapseobj_hitparadebit" style="$vbcollapse[collapseobj_hitparadebit]"> <if condition="$viewcathits"> <tr><td class="alt1" colspan="2"> <span class="smallfont"><strong>$viewcathitstitle</strong></span> </td></tr> $viewcathits </if> <if condition="$viewcatstats"> $viewcatstats </if> </tbody> </table> </td></tr> </table> <br /> </if> <if condition="$includeinmain[poststats]"> $includeinmain[poststats] </if> thanks |
#2576
|
|||
|
|||
Quote:
Code:
<a href="$SEARCH_SCRIPT.php?action=find&catid=$NEW_CAT">$vbphrase[ll_menu_shownew]</a> Quote:
Code:
<if condition="$includeinmain[prestats]"> $includeinmain[prestats] </if> <if condition="$viewcatstats or $viewcathits"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr><td width="70%"> </td> <td> ... |
#2577
|
||||
|
||||
AndrewD, I can tell you the French translation is finished, i read it last time (fixing translations bugs and incoherences between phrases) and release it
|
#2578
|
|||
|
|||
Awesome Andrew! Thanks for the help
|
#2579
|
|||
|
|||
Hello, playing again with the new vBa modules... I uploaded the ldm_new.module.
First i coudln't see it, then set clean code to "no" and it start showing. Now, I made some changes on the template to show a thumbnail, this, because eveything i have has a thumb. So, the code is working, there aren't errors so far, but i figured out a funny thing. Entries 1,2,5 show a link in the title, but 3 and 4 are just plain text. You can take a look at this in www.ositobarrigon.com or in the attached image. There are no variables added, just deleted the filetype one and added the thumbnail. Help! Thanks! |
#2580
|
|||
|
|||
Quote:
Code:
<tr colspan="2"> <td align="center"> <if condition="$show['guest']"> Hello Hello Hello </if> </td> </tr> |
#2581
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|