![]() |
I would love to use this mod. However ive tried two times and couldnt get it working on each due to the dir root errors etc, no doubt due to the php.ini settings.
However, I have a question; is it possible to install this mod on one domain, and have the uploads folder on another? I ask this because like I say my domain has problems with the directories (probably as it is windows too), but my friend has a linux domain which would be worth a shot using. Any help appreciated Matt |
Quote:
|
when ever i try todo something or goto the page i get this
Code:
Sycoloco, you do not have permission to access this page. This could be due to one of several reasons: |
Quote:
http://www.eirma.org/wikis/index.php...rch=allowances Quote:
|
Is it not possible to moderate user-comments before they are displayed on the website?
|
Someone please help, I'm trying to include some HTML formatting in my entry layout, and although the formatting does correctly display the first time it is submitted and applied, the HTML code reverts back to bbCode format and the HTML code does not show up in the editer window when the same entry is edited again. For example if I apply the bold attribute in HTML around a text like this: <b>This text is bold</b>, when the entry is edited again the HTML code does not remain in this way but changes to bbCode format: [ b] This text is bold [/b]. This causes problems because I need the HTML code to remain in the exact way I enter them in order to apply the required formatting to the entry using HTML. I've checked my LDM settings and HTML input is enabled in entries. If anyone has any idea what I am talking about and can offer some advice on how to solve this, please let me know. How can I prevent the WYSYWIG editer from automatically converting HTML code into bbCode?
EDIT: I've just noticed that this problem only accurs with the Advanced WYSIWYG editor but not the Standard editor, so switching to the standard version solves the problem. |
I noticed one small issue for the Attributes option. The Attributes display order works for the presentation of the link but does not order correctly in Add Entry form. I don't know what the order is for the Add Link form but it is not consistent with the Display Order identified in the Admin Panel.
One other suggestion for Attributes, allow for adding a required option per attribute. I find that Attributes will be very powerful for me but there is no way for me to identify specific attributes (not all of them) that I would like my members to enter. |
Quote:
i get this still, on everthing under Downloads and Links Code:
Sycoloco, you do not have permission to access this page. This could be due to one of several reasons: |
Quote:
are you logged in as an admin and have you reviewed the permission-settings for that category? There are general/global permissions and also category-specific permissions. |
Maybe its only me.. but probably I am doing something wrong....
Talking about Keywords.. (this is only theoretical.. but i plan to have it running in couple of weeks) I set up LDM as a simple link directory with 16 categories... Users add links with title, description AND Keywords.. Suppose every user adds 5 keywords.. some are double.. some not.. so if i plan to have about 5000 links.. that makes 25000.. keywords.. no.. because of doubles etc.. but lets say about 5000 in total.. -------- Now on the display links page for example and in other places I have the "Filter" (a dropdown that shows all keywords).. that would be a dropdown with 5000 fields????? I know this is theoretical only, but realistic is to have about 1000 keywords after 5000 links.. (specially if you have very different categories) even a the 1000 keywords loaded every page would slow down the system.. or am I wrong.. Ok the filter is limited to keywords by category.. but still.. we dont know how big we get.. I would suggest an option to turn the keyword filter off.. specially to save ressources on bigger board Thats only an idea... but maybe i'm totally wrong.. Felix |
Arent's keywords shown while you type them? :confused:
I get a popup while writing the keyword. |
i suggest :
comments be in the same shownig page of link or download like vbulletin threads |
Quote:
yes thats when you add or modify.. but if you are in a category just browsing the links, i have (top left) a dropdown "sort by" and just below that a second dropdown called "filter".. thats the one i meant. ---------- @Andrew.. just found a little (for me) bug in ratings... If 3 people rate a link.. lets say: user 1 rates 5 user 2 rates 3 user 3 rates 4 (total 12 => average 4 ... works fine) now 2 things can happen: 1. another user comments.. but does NOT rate.. 2. user 3 clicks on "Clear ratings" in my understanding the average should still be 4.. because only 2 users have rated.. (users 1 and 2 .. total 8.. average 4) But its different.. if 1. happens.. rating becomes 8/3 => ~3 if 2. happens rating becomes 12/4 => 3 and if 1. AND 2 happen.. then rating becomes 8/4 => 2! Maybe its supposed to be like that..but Personally i dont want users that have commented but NOT rated to be counted in ratings.. so i made myself a little fix: open: local_links_actions.php in function ldm_fix_rating_counts find: PHP Code:
PHP Code:
if the site is still small.. admin can modify (open and save) 1 comment/rating in each existing link.. .. if a link is commented/rated for the first time.. there is no problem.. [EDIT] AHHHHHHH... drawback.. now the the number of comments (as it is the same number will only show the amount of ratings.. (not counting the number of comments that have no vote) :([/EDIT] ... ------------- A yes another harder to fix issue.. in the dropdown where you preview the comments (in the linkbit).. IF the site is running in UTF-8 there are some issues (strange characters appearing) sometimes.. I found the problem.. its in the function ldm_cleantext_to_width_rows IF you run UTF8 and have a special character where the line is supposed to stop.. substr can truncate a non ascii character.. because the count is wrong.. returning the string but the last character is truncated.. showing a weird sign.. The only fix I know of is to use mb_strlen and mb_substr instead of strlen and substr.. I did some test by replacing substr(....) by mb_substr(.....,"UTF-8") in that function.. (also the strlen) IT WORKS for me.. BUT.. if the mb_substr exists since php 4.06 not all providers have the php multi-byte extension installed.. (i had to activate them on my localhost) so a fix would only be for those who have it installed.. and are using UTF-8 .. but it still is a a pain.. because you have to specify the encoding every time... AND you DONT always need the mb_substr.. only sometimes.. like here. maybe there is another workaround??? Felix .. |
Quote:
thanks Felix ;) |
Hi there,
Great script, but my server keeps killing processes because they're running too long. Here's the report form the server, I don't suppose anyone could shed some light on the problem? Quote:
|
Quote:
|
hmmm... we must have different configuration.. mine looks like that.. ( in some way)
one page has the listing of 20 items per page.. and if i click on one item.. a separate page opens (like youtube) where i have the item.. and below the comments.. :eek: (my items are not videos.. but that doesnt matter ... can be anything) Felix |
Quote:
Let me know if you can get that layout with an embedded video, I don't think it will work. Opening up a video or audio in an embedded player opens up a different template such as 'links_playerbit_RealPlayer' and I think the problem is with these specific templates for embedded multimedia. The comments do not appear displayed just below the multimedia; instead, a link is displayed below the multimedia which takes you to a different page which shows all the comments correctly. Please let me know if there is a way to have the comments directly on the embedded player page instead of having links to other pages. |
How come some variables like the following list don't work in templates such as 'links_play_embedded', but at the same time other variables like '$linkratebit' do work??
$linkfavbit $linksendtofriendbit $linkreportlinkbit $linklikebit $linkstarbit $linknewbit How can I get these variables to work in the 'links_play_embedded' template too? |
Quote:
|
Is anyone else having problems showing Thimbnails on Links using Version 2.2.9-post2?
Ever since upgrading to this version, I have not been able to make Thumbnails show. Added: The Thumbnails do show when viewing the Category in the "Short Entries" version. |
Hi,
wenn ich versuche eine Kategorie zu erstellen, bekomme ich folgende Meldung: Quote:
Was kann es sein? Gru? Delazar |
I've just installed the 2.2.9 version on my 3.7 vbulletin, and I'm getting this security token error. Any help on how to fix this would be great.
Quote:
and local_links_actions.php and both already have the define('CSRF_PROTECTION', true); I'm confused as to what I'm missing I've even gone through all my template files and made sure the Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> |
Edit-sorry for the double/new post
|
Quote:
There is an LDM add-on, secure-urls, in the release/extras directory which provides timer- and user- based locks on LDM urls. |
Quote:
local_file_root set to 'yes' means 'look for the files outside your website, starting at the root of the file structure. So with (I presume you mean) local_file_root_prefix set to 'attachments', LDM will try to find your songs in the directory /attachments/songs/mp3/.. at the root of the file system. Also worth checking that your site's php settings allow this access, particularly, is open_basedir set? You can find this information on the LDM admin pages, on the left side. |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
Just a reminder how nice it would be to have the new JW Player (version 4). :) Also, do you think it would be possible to expose all the flash variables? The one I am most interested in is the streamscript variable that allows pseudo-streaming and extra security. Thanks! |
Quote:
|
Andrew speaks german? :eek:
Welcome! |
Quote:
After you install LDM, does anything work at all, or do you always get this message? Are you sure that you have uploaded all the files into the correct directories? |
A rather unpleasant soul who has clearly been checking the LDM code in some depth has started throwing occasional SQL injection hacks at our website. So far this has not caused anything more serious than SQL errors, but it highlights a potential security bug in the LDM code. I will include the fix in the next upload - in the meantime if anyone else if being hit, let me know and I'll explain how to prevent the problem.
|
talking about german.. just found a search bug..:eek:
difficult to explain.. the word Austria is "?sterreich" in german.. I have several links containing "?sterreich" in link title or keyword... i do a search.. get 5 results.. ==> it works fine.. NOW i change to sortorder... and get NO Result !!!! Quote:
here part of the page sourcecode: HTML Code:
<td align="right"> or not urlencoded at all.. but then i think you need it for spaces.. hmmm not sure.. Felix |
Quote:
edited - try editing local_links_search.php, round about line 1150, there's a sequence Code:
$search['string'] = $vbulletin->GPC['search']; Code:
$search['string'] = urldecode($vbulletin->GPC['search']); |
Quote:
I'm sure I can expose the rest of the flash variables via a plugin |
Ahh great. I was hoping to find a way that prevented people from downloading an FLV file.
The only way I have discovered to protect FLV files from download is to pay for a real streaming service which is very expensive. There is also lightppd but Im not sure if that would even help. Perhaps this is impossible currently, let me know if this will be a waste of time. Thanks again! |
Hi Andrew, welcome back from your vacation/ break! Hope you are well rested.:)
I have 3 bugs to report: 1. When editing an entry, the user is able to upload another file (the file is saved in the upload directory), but the new file does not show (file is not linked to in the entry) and his upload allowance is not updated. 2. The category of a forum is not replaced in the phrase when using {4} in ldm_thread_create_body. Instead, the LDM database name is always shown. 3. The "Add LDM to VB navbar" plugin link does not work if vbAdvanced is installed and not located at the forum root. Solution, find: Quote:
Quote:
|
All times are GMT. The time now is 04:37 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:
|