vb.org Archive

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

AndrewD 03-25-2007 09:09 AM

Quote:

Originally Posted by efil (Post 1211218)
Hi,
How can i move this text to the right (see pic)?

Edit the links_linkbit template, and find these lines and change the third line as indicated

Code:

<fieldset class="fieldset">
<if condition="$linklegendbuttons"><legend><if condition="$linkfavbit">$linkfavbit </if><if condition="$linkeditbit">$linkeditbit </if><if condition="$links_permissions['can_send_tofriend']"><a href="$LINKS_SCRIPT.php?action=sendtofriend&amp;catid=$linkcatid&amp;linkid=$linkid" title="$vbphrase[ll_sendtofriend]"><img class="inlineimg" src="$stylevar[imgdir_button]/sendtofriend.gif" alt="$vbphrase[ll_sendtofriend]" border="0" /></a></if><if condition="$links_permissions['can_report_link'] and $linkuserid != $bbuserinfo['userid']"><a href="$LINKS_SCRIPT.php?action=reportlink&amp;linkid=$linkid&amp;catid=$viewcatid&amp;page=$pagenumber"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[ll_report_bad_link]" border="0" /></a></if>$linklikebit</legend></if>
<table width="100%"><tr><td align="$stylevar[right]">

to

Code:

<fieldset class="fieldset">
<if condition="$linklegendbuttons"><legend><if condition="$linkfavbit">$linkfavbit </if><if condition="$linkeditbit">$linkeditbit </if><if condition="$links_permissions['can_send_tofriend']"><a href="$LINKS_SCRIPT.php?action=sendtofriend&amp;catid=$linkcatid&amp;linkid=$linkid" title="$vbphrase[ll_sendtofriend]"><img class="inlineimg" src="$stylevar[imgdir_button]/sendtofriend.gif" alt="$vbphrase[ll_sendtofriend]" border="0" /></a></if><if condition="$links_permissions['can_report_link'] and $linkuserid != $bbuserinfo['userid']"><a href="$LINKS_SCRIPT.php?action=reportlink&amp;linkid=$linkid&amp;catid=$viewcatid&amp;page=$pagenumber"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[ll_report_bad_link]" border="0" /></a></if>$linklikebit</legend></if>
<table width="100%"><tr><td align="$stylevar[left]">


AndrewD 03-25-2007 09:14 AM

Quote:

Originally Posted by Rouzbeh1 (Post 1211379)
hi Andrew
i have 2 questions:
1 - is it possible to view video files that are setup to be streamed in Wimpy?

Not sure if you're asking if wimpy can be used for video files? - answer is 'yes' for flash-based files - there are instructions in the extras/wimpy-player directory.

Quote:

Originally Posted by Rouzbeh1 (Post 1211379)
2 - does it take too much time to modify LDM to be able to add multiple URLs per entry? (i've seen it on Wishlis, actually i suggested this :d. the problem is that i badly need this, so any info/help would be appreciated)

about multiple URLs: i think it would be VERY USEFUL to be able mirror base url
for example: Mirror 1 Base URL: http://www.baseurl1.com/folder
Mirror 2 Base URL: http://www.baseurl2.com/folder
in add entry page you would see for each mirror one text field in which you could just enter the folder and filename... mirror 1 : folder_blah/blah_file.zip

I realise this is important to some sites. It's not a trivial change, but I've promised to look at the whole question of extra fields for the next release (without promising when that will happen).

Quote:

Originally Posted by Rouzbeh1 (Post 1211379)
this is useful, when you for some reason HAVE TO change your directory structure or the path you saved the files there. then you won't have to edit more than 1000 entries, it's enough to just edit the mirror base url :d

Did you know that you can do a 'mass edit' of all your entries in one go on the admin/categories/mass edit pages?

Rouzbeh1 03-25-2007 10:43 AM

thank you for your reply :)
Quote:

Not sure if you're asking if wimpy can be used for video files? - answer is 'yes' for flash-based files - there are instructions in the extras/wimpy-player directory.
i does it also work for video files? i taught it's only for Audio files

Quote:

I realise this is important to some sites. It's not a trivial change, but I've promised to look at the whole question of extra fields for the next release (without promising when that will happen).
thank you very much :)

Quote:

Did you know that you can do a 'mass edit' of all your entries in one go on the admin/categories/mass edit pages?
yes but how do i make it only change baseurl and let filename remain?

AndrewD 03-25-2007 10:54 AM

Quote:

Originally Posted by Rouzbeh1 (Post 1211717)
i does it also work for video files? i taught it's only for Audio files

There are three plugins in the wimpy-player directory. wimpyplayer-flash-plugin.xml handles flash videos



Quote:

Originally Posted by Rouzbeh1 (Post 1211717)
yes but how do i make it only change baseurl and let filename remain?

See image. Admin/categories/ then usually easiest with access permissions/mass edit. Then go down to the bottom of the page, check 'select all entries' and select edit, then put the old and new base urls between the # characters in the regular expression boxes. Be careful, as this is an irreversible process. It's a good idea to take a backup.

Rouzbeh1 03-25-2007 11:17 AM

wow cool
thank you.
but i need the mirroring system too, because i have more than 3000+ entries on LDM and each file has min. 30 MB, so the server gets lag most of times if i don't different mirrors.
the idea is that i have 2 own mirror servers and use freehosts besides this.
btw. it would be nice it the would be a possibility to check server load on each mirror to determine which mirror fits best. this could be done via a PHP file placed on each server or .... ;)

Blackhat 03-25-2007 01:00 PM

This one works with 3.6.4 and above right ?

AndrewD 03-25-2007 01:20 PM

Quote:

Originally Posted by Blackhat (Post 1211791)
This one works with 3.6.4 and above right ?

It works with all versions 3.6 and it should work fully with all versions of 3.5

Rouzbeh1 03-25-2007 02:34 PM

i tried to make LDM play flv with wimpy wasp, what do i have to do?
i added flv extentions to musicbox_filetypes and also attachments.
what should i do next?

Alfa1 03-25-2007 04:14 PM

Can LDM be used as a radio/mp3 player? Is there such an add on? I dont mean to play one radiostation/mp3, but to play a tracklist, etc.

efil 03-25-2007 05:04 PM

Quote:

Originally Posted by AndrewD (Post 1211689)
Edit the links_linkbit template, and find these lines and change the third line as indicated

Code:

<fieldset class="fieldset">
<if condition="$linklegendbuttons"><legend><if condition="$linkfavbit">$linkfavbit </if><if condition="$linkeditbit">$linkeditbit </if><if condition="$links_permissions['can_send_tofriend']"><a href="$LINKS_SCRIPT.php?action=sendtofriend&amp;catid=$linkcatid&amp;linkid=$linkid" title="$vbphrase[ll_sendtofriend]"><img class="inlineimg" src="$stylevar[imgdir_button]/sendtofriend.gif" alt="$vbphrase[ll_sendtofriend]" border="0" /></a></if><if condition="$links_permissions['can_report_link'] and $linkuserid != $bbuserinfo['userid']"><a href="$LINKS_SCRIPT.php?action=reportlink&amp;linkid=$linkid&amp;catid=$viewcatid&amp;page=$pagenumber"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[ll_report_bad_link]" border="0" /></a></if>$linklikebit</legend></if>
<table width="100%"><tr><td align="$stylevar[right]">

to

Code:

<fieldset class="fieldset">
<if condition="$linklegendbuttons"><legend><if condition="$linkfavbit">$linkfavbit </if><if condition="$linkeditbit">$linkeditbit </if><if condition="$links_permissions['can_send_tofriend']"><a href="$LINKS_SCRIPT.php?action=sendtofriend&amp;catid=$linkcatid&amp;linkid=$linkid" title="$vbphrase[ll_sendtofriend]"><img class="inlineimg" src="$stylevar[imgdir_button]/sendtofriend.gif" alt="$vbphrase[ll_sendtofriend]" border="0" /></a></if><if condition="$links_permissions['can_report_link'] and $linkuserid != $bbuserinfo['userid']"><a href="$LINKS_SCRIPT.php?action=reportlink&amp;linkid=$linkid&amp;catid=$viewcatid&amp;page=$pagenumber"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[ll_report_bad_link]" border="0" /></a></if>$linklikebit</legend></if>
<table width="100%"><tr><td align="$stylevar[left]">


Thanks.:)


All times are GMT. The time now is 08:13 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
  • Page Generation 0.02536 seconds
  • Memory Usage 1,769KB
  • 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
  • (4)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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