![]() |
Does this work with 3.6.4 too?
|
Quote:
i have wrapped vba around the ldm php page mate but yeah as you can see its squishing in the left and right columns because of its width, it doesnt do this on other pages that i have the 3 columns so i jus need to find out how to change the width of the ldm tables etc |
Andrew,
On my site currently, I have it setup so a user can choose to either stream the video on the site via YouTube integration, or to download the file off of websites such as FileFront for each file. I'm not using LDM to do this. My question was, would it be possible to do something like this in LDM, where in the entry clicking "Play Me" would lead to an embedded video in the jukebox, and "Visit Link" would lead to an offsite download area such as FileFront. Essentially, basically two linkouts in one entry. Is this possible? |
Quote:
|
I must add my 2 cents also.
:up: Fantastic! Did a test run on my test site and went live with no problems whatsoever. Using vBulletin version 3.6.4 |
Can you not create a csv file with this format:
link,"Netweaver.bmp","http://www.abc.com/Files/Wallpapers/Netweaver.bmp","Netweaver.bmp",156 and use it as an import file for the initial load of my LDM entries? All the categories already exist, so why won't this work? |
Just curious - is there a way to get an upload status indicator? like bytes or percentage uploaded?
Thanks |
Hi, very good modification, I like it very much :)
But I miss one or I just don't see it. At the setting of a download limit under local_links_admin.php?set=bandwidth I can just add a limit by usergroup. It is possible to set a limit on categories, I don't want add a limit for usergroups, just a download limit for 2 categories, all other categories should be unlimited. Is that anywhere possible or could add? |
I have set up my forums to include this but I get this error:
here |
I want my entire LDM as a module in vbadvanced. So that even as you click on a category, there will still be vba blocks around LDM. Is there a module for this?
I have tried to apply vba to LDM, but that does only work for the main page of LDM. (Unless I apply it to every possible page of LDM, which is not feasable) And on top of that, this gets lost with LDM upgrades, so I gather it needs to be done the other way around: a vbadvanced module for the entire LDM. |
Hi,
I have a (imho bizarre) problem with the downloads: On http://forum.dutchjoomla.org/local_links.php?catid=3 you can see 5 different downloads. Administrators can download all files, but registered users can only download 'Taalbestanden backend' but are restricted to the download of all other files (while the should be able to download them all). When I try to download the files directly (putting the adress of the files in the browser instead of trying it through the above page), there's no problem en the download goes as usual. I checked the permissions on the files and tried to find any difference between the file that c?n be downloaded by users and the others, but I cannot find any difference. The "can_access_link" option is enabled for all registered users, for all files (I use the same permission settings for the whole download section). All files on the server are CHMOD 0644 I tried deleting te files and adding the same ones again, but that has failed as well... I then searched the database table 'local_linkslink' and in the column 'linkforum' I found that all files have the number -999, except for the 4 files that cannot be downloaded bij normal users. To me, this seems to be causing the problem. Can anyone explain to me how to fix this (exept for just changing it in the database which is just a fix, no solution). Thanks in advance! |
Quote:
Every entry and category has an 'associated forum' held in linkforum column (and catforum columns in the linkscat table). Users are only allowed access to an LDM entry/category when they have *both* can view forum and can view other's threads permission to the corresponding forum. Values of -999 tell LDM that these entries are 'open', i.e. only LDM's own permissions are used, not the forum-based method. When there is another value, LDM checks the access permissions for your corresponding VB forum. The forum association is set explicitly on the 'add/edit entry/category' form by users who have LDM's *can_set_permissions* permission. These users see a drop-down list of your VB forums, and can accept the default associated forum, select another forum of choice, or assign the 'open access' value. New entries from other users always take the default value. The default value for categories is set on the main LDM admin settings page (default_forumid); the default value for entries is the value for the category in which they are being placed. So, I think you have created four entries which are associated with a forum that has restricted user access. You can correct it by editing these entries and changing the associated forum to 'Open Access'. Let me know if this does not solve the problem. |
Quote:
|
Hi!
@AndrewD: Any news about release 2.2.7? Thanks PD: Did you read my PM? Thanks! |
Quote:
Basically, there will be a new per-usergroup, per-category permission, called *can_bypass_bandwidth_limits*. So you will be able to set overall limits on bandwidth use, and then turn it off for all but your two categories of interest. Note that the calculation will be based on the *total* consumption from those two categories. It is not straightforward to change the code to allow different bandwidth usage per category. |
Quote:
It is not possible to provide an upload status indicator with php versions earlier than 5.2.0. You can do this with a mixed php/perl approach, but I'm not sure I want to start learning all the consequences. Php 5.2.0, released late in 2006, has hooks built in to enable monitoring of uploads. I've tested this using a stand-alone program, and it works. However, the hooks are only accessible if you also install and use the APC (advanced cache) system for php on your server. I've found that this works fine on production boards but creates problems if any code is unstable. So my advice for the time being is 'lets not rush this'. When the basic php software becomes more robust, I'll be happy to add an upload meter. |
Quote:
Just read your PM and will reply soon. |
Quote:
|
Quote:
|
Welcome back Andrew! :)
Did u have a nice vacation? :D |
Quote:
|
HI, I have everything loaded and working except the jukebox. The window opens but there is no way to play the file. I can download the file fine. I am running 2.2.7 on a Linux server.
Thanks in advance for any help. |
Quote:
|
Quote:
|
i have a request for help and a offer of help! :D
firstly my request. andrew. as you can see from my first screen grab i have vba wrapped around ldm what im trying to do is remove the navbar as i dont have it on other cms pages ya see. so what im doing is removing '$navbar' out of my adv_portal template. as seen in the second screen capture this gets rid of the navbar but i get a error (as you can see) if i remove the $navbar out of my link_header template it still stays there can you tell me how i can get rid of the navbar pls on ldm pages? many thanks for your time also onto my offer of help Alfa 1 if you look at my first screengrab i can show you how to wrap vba around ldm like that. when i click on a category it opens that category with my vba site nav to the left etc is that what your after? |
Quote:
|
cheers for the reply andrew. when i remove the following code out of my footer then it works with no errors but im not sure what this code is what it does or if its needed or not lol any ideas?
PHP Code:
|
Quote:
The first bit is used by VB to auto-reset your users' times when daylight saving time/summer time begins. PHP Code:
PHP Code:
|
For those of you having the vBSEO/rewrite 'Page Not Found' error put this in your custom rewrite rules in your vbseocp.
Code:
// Links and Downloads Manager |
I'm not sure if you saw my problem so I'll repost it here.
When trying to access the page via IE I get this error: https://vborg.vbsupport.ru/ |
tried that mate and your right. but now the drop down boxes on ldm. category, show searc etc dont work. any ideas?
Quote:
|
Quote:
I tried to access your site, as per your screenshot, and everything seems to work ok - see my screenshot. You may have a problem with the cache in your browser - try clearing it (IE: Tools/Internet Options/Delete, or Mozilla: Tools/Clear Private Data) |
I was searching the extras and I see that.
If i put this on the URL of my browser. Code:
http://www.yoursite.com/local_links.php?action=addlink&url=URLINK&name=NAMETEXT&description=DESCRIPTIONTEXT And finaly if I can create and submit a new link from URL (not from button in the form) Thank's |
To keep everyone up to date.
I plan to upload the release candidate of version 2.2.7 sometime this weekend. In the meantime, thanks to everyone who has tested out the beta. As far as I can tell, the main significant bug is that the Jukebox media player does not work correctly with Firefox for filetypes handled via Windows Media Player. (This worked fine with 2.2.6, and I know why the problem exists.) The main new element in the 2.2.7 RC will be a "suggest other entries like this one" feature. If there are any further bug reports, please can you let me know as soon as possible, so that we can finalise 2.2.7. |
Quote:
|
Hello,
First of all, thank You for this hack. Second, i have a rewrite problem. I made a text file with the rewrite commands : Code:
RewriteEngine on seo_friendly to YES. All this getting "No input file specified." when surfing the local_links categories. What i'm doing wrong ? I have read and re-read the wiki. I have also tried to add the rewrite commands to the .htaccess file , got the same error. I'm using vbSEO Thank you very much |
Thanks for the work and the support. Top notch all the way!
|
Quote:
what i did then was remove all the code apart from the bit below (out of the adv_portal template) and it now seems to work. no errors and i can click the menus fine. lol. from a quick glance does it look like this fix will do good for me or can you forsee errors along my path lol you can see it working here http://www.oldskoolanthemz.com/forum...s.php?catid=10 note the navbar is gone but im errorless and all menus seem to be working fine PHP Code:
|
I've uploaded the release candidate of 2.2.7 in the first post in this thread.
Reports please. I'd very much appeciate it if the translators can now start work - there are some new phrases that need attention. Thanks. |
Quote:
I don't use VBSEO, but I imagine that this is interfering with the LDM mod_rewrites? See a few posts up - message by Bold refers to this situation. |
All times are GMT. The time now is 11:12 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:
|