![]() |
Quote:
|
How do I get this to play without using Windows Media Player. I don't really want a pop up.
|
I cannot figure out how to get this to create a new thread in a forum I want every time a new files is uploaded, it won't let me choose anything other then "none".
ANy help? |
Quote:
- First, check that you have provided mimetype information for the media files (mp3, etc) in the vbulletin admincp attachments table. This is explained in the LDM online wiki. Without this information, the jukebox does not recognise that it can handle the file. - There are a group of settings on the LDM admin settings page which define whether to launch a small popup window with the Jukebox, or play the media in the main browser window. - There are also a couple of extras available which extend the player to work in-line in the entry descriptions using the Jeroen Wijering or (commercial) Wimpy players. |
Quote:
Have you set up your forums in a particular way, e.g. hidden, private, etc? |
Quote:
I want it so when someone uploads music they made, it'll create a thread in my "Download Updates" forum saying that there is a new file, and it'll include a link to get there and see it. And everytime the file is updated , it post a new post saying the file has been updated etc. My problem is I cannot find out how to set it to post in the forum I want. In my Download updates forum. Any help? Everytime try to change that value of "none" I can't change it to anything else. SS Attached |
Quote:
There are a number of ways in which a board can be set up so that forums (all forums) disappear from this menu. You can check these using vb/admincp/forums/forum manager - Forums with a 'display order' that is set to zero will not appear - Forums marked as 'not active' will not appear - Forums marked as not "Show this Forum and Child Forums on the Forum Jump Menu" will not appear - Private forums may not appear. It is possible to trick LDM into accepting a hidden forum, but it is not very robust, as I had not anticipated that anyone would do this. Basically, you have to re-enable the forum display via the vb admin, go to LDM admin/settings, make your selection, then go back to the vb/admin and turn off the display again. But the problem with this approach is that you will lose the setting next time you make a change to the ldm/admin settings. |
I'm sorry if i'm not being clear...
I'm looking for an add on like this for your version of downloads... https://vborg.vbsupport.ru/showthread.php?t=130995 Sorry |
Quote:
|
Quote:
That would be great. Thank you much for your help! |
Oh and is there a way we can upload multiple files at one time? Like upload five songs for one listing.
Maybe you can but I just can't find it. |
Hi andrew..
went through a series of test and was wondering: its definetely NOT a bug but.. i can disable some of the bbcode in description.. like images but not html or php or quotes ... actually i only want user to be able to use smilies.. bold, italic fonts etc.. but not the stuff breaking the layout... so I only activated the smilies.. i limited description to 500 chars.. i tested adding an image.. (it will just give the url) thats fine.. but the user still can add php code, html code, indent, list and quotes.... (which looks horrible) i did a str_replace for all those tags.. but my question.. is there a vbul native way to do that.. or something else more elegant? Felix |
Quote:
See http://www.eirma.org/wikis/index.php..._Announcements for a full explanation Quote:
Only one point - LDM has an optional flash-based uploader (release/extras/swfupload), which gives a progress bar for uploads. This only works with the 1-file-at-a-time add entry page. |
Quote:
hello [ code ] this is a coloured text [ / code] but rather hello this is a coloured text |
Quote:
One other thing, I tried loading this extra swfupload, and I went to upload a file, and it went all the way to 100% and then gave me An error occurred in the upload. Try again later., and then says Server did not accept upload & file rejected. Won't let me upload files til I disable the plugin. Any idea why that happened? It's not real important for me to have but it would be nice for other people! |
I've noticed a minor bug with profile_ldmactivity.
On a fresh install of vb 3.7.3 with LDM 2.2.9 P3, with profile_ldmactivity set to "No". http://img83.imageshack.us/img83/990...7forumsoj3.png To reproduce;
Additionally, would it be possible to add a conditional whereby if profile_ldmactivity is set to yes, but a user has no recent hits and/or entries then something is displayed such as "No Recent Hit/Entries" (or maybe not display the block at all), rather than have an empty field? http://img373.imageshack.us/img373/2...8forumshg3.png Concerning tags, would it possible to make it so that multi-worded tags are permitted, separated by commas, as is the way with regular vbulletin?. Also, at site/forum/local_links_admin.php?set=keywords, would it possible to make the keywords read left to right, rather than top to bottom? http://img180.imageshack.us/img180/8...9adminizi9.png |
does this work with vbseo?
|
Quote:
Thanks for the prompts. :) |
Quote:
|
Request: Is there a way to have the page title of View Comments and Ratings to have the link name in the page title for better SEO?
|
i have issue with :
The Image Resizer. Powered with Lytebox / Highslide / Lightview / and many more! i use in description of some entries : and the image which should use this hack to show in the fullbage it will open in another page how to make it use this hack as threads and other addon that i use on them [img] any help plz |
Quote:
I have a template that reminds the google link layout but with a site thumbnail all within a fieldset... so a text like: hello this is a red bold, italic text ;) with smiley is acceptable.. But a description containing [ html ], [ php ] or [ CODE ] or [ QUOTE ] tags can really break the layout. also if i limit the description lenght to lets say 500 chars.. and in editor there is a long quote ... it will get truncated in the middle of the [ quote ]... i thought of a fix.. but maybe you have a better idea. 1. replace the editor with quickreply (but add smilies as dropdown or below like here in normal editor) 2. do a preg or str _replace to remove unwanted tags... (its not that users will use those tags by inadvertance.. but some really want to break layout) Felix.. |
Is there a way to sort the categories in descending order (from Z to A)? I could not find any setting for this in the admin panel or a hack in this thread.
Thanks! -Nino |
I think you must add an order to the categories, that's how i ordered mine ^^,
|
Hi Andrew,
When clicking on a link in the 'Who's Online' Display, for example linking to a media file being played by a user, this link should go directly to the embedded file in LDM, ie. it should go to the page which uses the 'link_play_embedded' template, so users should be able to immediately start playing the media. Currently, what happens is that the link in 'Who's Online' redirects to an intermediate page which uses the 'links_main' template, and this page is unable to play the media file directly. The user is required to click on the filename on this page again to be taken to the correct 'links_play_embedded' template. The 'links_main' template being used in the intermediate page also causes another problem. The 'extended description' of the category in which the entry is in becomes displayed under the filename in this page, even though the page is displaying information about the media file and not the category. These problems would be solved if we could get rid of the intermediate redirecting page, which to me is rather unnecessary, and would mean that users are taken directly to the embedded media file from the 'Who's Online' display. Can you please let me know if it's possible to do this? |
Quote:
|
Quote:
If you want to go the display_order route,you can get rid of the horizontal line by clearing the links_linkseparator template |
Quote:
|
I'm trying to limit members with 0 posts to only be able to download 1 file until they have posts.
I'm using the limitaccess_byposts but no matter what I put in limitaccess_byposts_bytesavail it always says: Sorry, you do not have sufficient download allowances available at the moment Allowances: 1 files/0 used, 1 bytes/0 bytes used Access is limited until you have posted 1 times Current post count: 0 |
Quote:
Go to vb/admincp/products and plugins/plugin manager Edit the plugin Links and Downloads Manager - Limit allowances of users with low post counts attached to hook ldm_prcheck_user_allowances Change the line Code:
$allow['bytesavail'] = ldm_decode_bytes($links_defaults['limitaccess_byposts_bytesenable']); Code:
$allow['bytesavail'] = ldm_decode_bytes($links_defaults['limitaccess_byposts_bytesavail']); |
Quote:
|
Quote:
|
Quote:
You can add the filetypes manually, or there is an addon in the ldm release zipfile, directory /release/extras/add-mimetypes, called add-mimetype which will do the job for you. Once this is done, LDM should automatically use the inbuilt players. |
Quote:
|
Hi andrew,
I think i discovered another teeny weeny bug... maybe you can reproduce and confirm.. Following: I am as Admin browsing links.. I have 5 entries on that page .. each entry has, lets say 5 keywords... entry number three has keywords: art paintings canvas colours france now i go to the "filter dropdown" at the top of the page and select keyword art for filter As expected entry number three is displayed but: it only has 1 keyword displayed: art NOW if i edit keywords inline (by clicking on the little tag image) and add a keyword (lets say:fineart) .. and click the "go" then..... the other keywords are lost.. and if i switch back to filterless display.. entry number 3 will only have 2 keywords left.. ie: art and fineart.. If I know this as admin its not a major problem, because I will NOT edit keywords when using the keyword filter... but if a user wants to edit his own keywords: - he filters by one of his keywords and thinks he might as well add fineart.. he will loose the other keywords... (as he cannot predict this behaviour the first time he uses the feature) I hope you understood what i meant... (its early in the morning here and i didnt have my coffee yet :p) Felix PS: just checked the code.. fix would imply the rewrite the main query.. i think the easiest way to fix is to disable the keyword editing when you are in filter mode... |
Quote:
Confirmed ;) I hope that I can find a simpler fix... |
btw... found a really teeny weeny one.. because errors can happen..
STANDARD_ERROR_LITE is not cached.. and..for some reason.. there is no header or footer when it is called.. (we are talking about generated errors like expired security token) just want to let you know Felix |
Is there anything special that I need to do to get ldm_new_media.module working? ldm_new.module works fine.
|
Sorry Andrews. It was a couple of days since I was on the net. I got it to work. No problems since. Thank you.
|
Hello again,
Another thing I have noticed concerns table prefixes. I currently have all my vbulletin tables prefixed with vb_ in my database, but have noticed that the LDM ones are installed without this prefix. Is it possible to make it so that in future versions LDM tables also include such a prefix, if one is set? |
All times are GMT. The time now is 09: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:
|