![]() |
Quote:
|
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) { You can achieve the same effect by editing the links_main template. Find the lines which read: Code:
<if condition="$includeinmain[postcat]"> Code:
<if condition="$viewcatid>0"> 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 = ' 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"> |
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. |
Sorry about not much details.
Here's the current code for the stats box: Code:
<if condition="$viewcatstats or $viewcathits"> thanks |
Quote:
Code:
<a href="$SEARCH_SCRIPT.php?action=find&catid=$NEW_CAT">$vbphrase[ll_menu_shownew]</a> Quote:
Code:
<if condition="$includeinmain[prestats]"> |
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 :)
|
Awesome Andrew! Thanks for the help :)
|
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. :p 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. :D There are no variables added, just deleted the filetype one and added the thumbnail. Help! :confused: Thanks! |
Quote:
Code:
<tr colspan="2"> |
Quote:
|
All times are GMT. The time now is 05:04 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:
|