![]() |
is anyone available to do a template change for me? PM me
|
I reported this bug a few weeks ago, but did not test thoroughly:
Quote:
|
Quote:
|
Quote:
|
Quote:
See includes/local_links_init.php, around line 48: Code:
// Database Table Prefix Of course, if you change this in a live system, you will need to use a tool like phpmyadmin to rename your existing tables. |
Quote:
|
Quote:
|
Quote:
|
how would i be able to ADD an image to the upload?
|
In 2.3.0:
Quote:
Quote:
ldm_catbit_start in ldm_get_categorybits() ldm_construct_catlist in ldm_construct_category_list() ldm_maindisplay_title in main code ldm_customfields_myentries in ldm_member_customfields_myentries() ldm_customfields_myhits in ldm_member_customfields_myhits() |
Quote:
|
Quote:
btw.. i'm not being ungratefull.. because you are doing great work.. but as i am trying to test everything.. stumbled into another one: if you go to the comment page.. you have a button "return" and it takes you back to the link... usually it works fine.. but: If you did a search.. and within the search results you go to the comment page.. when you click the return from there.... it takes you back to the ldm homepage.. ie: the category list Felix PS: I'm leaving in a couple of hours for south of france.. and wont be online for 10 days... |
Quote:
then, the ldm/add entry menu command and entry/edit entry button will take you to a form which includes fields for an image url/an image upload |
Quote:
I'm not ungrateful at all - so much code, so many routes through it - bound to be bugs. |
Quote:
|
Quote:
How would i go around to post the LINK of the download itself in the thread? like what i'm trying to do is when you upload (example) an mp3 that it post a new thread with the LINK itself to the mp3 and that i would be able to embed it so if someone just want to view ONLY the thread without going to the download section itself just to listen example i'm not sure if you get what i mean? |
Still running the 'post1' version at the moment, is it worthwhile upgrading yet?
|
Quote:
Depending on what you want to do, this either requires a simple code edit or is quite difficult :) If you *always* want to trigger a download/open a remote url, then edit includes/local_links_forumsinterface.php and find the line Code:
$gotolink = ldm_make_filename($vbulletin->options['bburl'], LINKS_SCRIPT.'.php?linkid='.$linkid.'&catid='.$linkcatid); Code:
$gotolink = ldm_make_filename($vbulletin->options['bburl'], LINKS_SCRIPT.'.php?action=jump&linkid='.$linkid.'&catid='.$linkcatid); [code] Change it to: Code:
$gotolink = ldm_make_filename($vbulletin->options['bburl'], LINKS_SCRIPT.'.php?action=play&linkid='.$linkid.'&catid='.$linkcatid); Note that these edits will not change any announcements that have already been created in your forums. |
Quote:
2.3.0 is coming quite soon, but will be in alpha/beta for a couple of months, I imagine. |
thank you :)
one more thing : links_playerbit_WimpyButton uncached |
Quote:
|
how can i do it manually?
Thank you so much for ALL of your hardwork! |
Quote:
PHP Code:
|
oh ok i thought there was another way. cause i didn't see any plugin attached to links that had to do with "cache" :) thanks
|
How would I go about integrating your mod with this one to allow local embedding of videos?
https://vborg.vbsupport.ru/showthread.php?t=189267 |
*request feature*
It would be cool if you could upload 2-3 files together for ONE entry example like i have some audio files that are 3 different remix of the same artist instead of creating multiple entries you create ONE with the 3 audio player That would be cool :) unless i'm blind and didn't see that option? |
Quote:
|
Quote:
how can i make it the second entry play with the MP3 button? and How can i move the top navbar (that is administer etc etc to go right over sort by etc)? i want it to be on top of the categories / or new entries on every pages? i've searched through the templates and only find the links_header and that was it |
How can I make the links in "Who's Online" display go directly to the embedded media pages instead of opening intermediary pages in the 'links_main' template?
|
Quote:
Will try, will try, would be nice to share different wallpapers with one entry. |
Wow, this is the first time that I've looked at possibly adding this mod and it seems like there are a lot of adjustments and changes that have to be made to get it to work.
Is it easier than it seems because there seems to be a lot of detail to get through on these 72 pages :D Any tips or pointers to a beginner with this mod? I'm off to read the Wiki again as I glanced at it the first time. |
Neither of those are currently straightforward.
Quote:
Quote:
In four years, you are the first person to ask this :). Currently, the LDM navbar is coded into the links_header template, so it is not trivial (but not impossible) to move. I will make it so in version 2.3.0. Essentially, you have to pull a major piece of that template into a new template, patch the code to assign that template to a new variable, and drop that variable into the links_main template. |
Quote:
|
Quote:
Thanks! |
Quote:
PHP Code:
PHP Code:
|
Any idea about this?
Quote:
|
First off, excellent mod.. very deep and well written. I am having a similar problem to a few listed above but with no result.
Currently when trying to add an entry all of the filetypes show a size limit of 7.00 Mbytes. The admin panel states that these limits come from the attachment allowances, however, most of our attachments are different than this. In addition, when uploading anything bigger than 7MB (guessing this is the line between nonsubmission and not) we get a security token error. This happens both in Firefox and Internet Explorer. I have tried the Firefox id fix as well as checking to ensure the vBulletin security tokens exist in the submission forms and the CMSF protection is true in these and everything should be fine. I am just unsure as to why none of these are working and my very last ditch effort is to reinstall everything considering the amount of uploads we have. Any help is appreciated! |
Quote:
|
Quote:
|
Quote:
If you are trying to process an upload as an admin, the size limits in the attachment table are ignored. However, you cannot over-ride the limits set by your php environment, which is determined by two settings in the php.ini file used by your web server. These settings upload_max_filesize and post_max_size. You can find these values tabulated on the LDM admin pages in the left side column or using vb/admincp/maintenance/phpinfo - I imagine you will find that 7Mb is the smaller of these values. To change these values, you need to contact your web site admin. As explained in the online wiki, it is important that post_max_size has the same value, or a larger value, as upload_max_filesize. Let me know if this does not help. |
All times are GMT. The time now is 05:01 PM. |
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:
|