![]() |
Problem fixed for me, many thanks, I'll review my French translation of your mod ;)
Just some little uncached templates: - when you are in local_links_admin.php?set=mirrors, you have an uncached template named "links_admin_onemirror". - when you looking an entry with template "links_linkbit_mtop" (or local_links_admin.php?set=linkbits), this template is uncached. |
I JUST want to play swf files as it! with original html embed code , I don't want to play flv or use the wimpy wsap ...swf player , just want to play swf directly!
Would you please show me how can I do this ? Thank you so much! |
Thank you Andrew for the update.
Here is the updated chinese translation. 7 places has been changed. (2 phrases you changed in this edition, and 5 old phrases I modified recently.) |
Quote:
Just to spell it out - install ldm 2.2.8 post 1 - go to vbulletin/admin/attachments/filetypes and add a filetype plus corrent mimetype info for swf (Content-type: application/x-shockwave-flash). Alternatively install the LDM add-mimetypes extra which will do the job for you - read the instructions in the extras/jwplayer directory, upload the required files and install the required plugins |
Quote:
i've noticed that my users do not use the favourite system so much...but they often rate them...so i think that the 'extra' based on the LDM ratings system would be the best solution. you have reached the point: at the beginning of the month we, the admins, have to look only for the ratings given in the last month (an old entry can't be nominated) but the system i supposed to keep track of the historic winner and also of the rating given the month before. when you have some time, can you give it a look? thanks :D :D |
Quote:
Well, for me, i guess i'll have to make a test installation under my server and test new ldm in there... cause i used to test in my local server using XAMPP, from apache friends. I guess this one is too friendly. If there is anything you have in mind and i can help, will be glad to. Thank you for the quick support Andrew! :D |
I think there's enough evidence that the main bug in 2.2.8 is fixed, so I've replaced the main release with the bugfix.
Concerning future development, I can realistically do some testing with the following combinations of server/browser/opsys - Apache 2.2 on Windows server - Limited Apache/Linux web server (VMware + LAMP) - Windows for user PC, with limited testing with Ubuntu Linux - English version of the hack - Firefox 2 and IE7 I cannot test Mac servers or user systems, nor do much testing of the language translations. |
Andrew, when I turned on SEO friendly on Admin, the links are become inaccessible. I guess I have to do some code with .htaccess right? Not sure if I've missed anything. thanks.
|
Quote:
"If set, LDM creates search engine friendly urls for entries and categories (yoursite/links/catid/linkid, etc). If set, you must configure your web server (Apache) to recognise the urls that LDM creates - see the online LDM manual for details." When you go to the online manual, there's a menu item labelled Search Engine Optimisation which explains what to do |
Thanks, another question, it is possible to turn off the link protections on some files/categories so I can link to remote server without using bandwidth on both? I just bought a new server and don't really care about leeching. Thank you.
|
Quote:
|
Quote:
You add the plugin by going to vbulletin->admincp->products and plugins->add new plugin. Choose products=links and downloads manager, hook location=ldm_maindisplay_end, plugin is active=yes. Call the plugin (e.g.) 'annotate' and add the following code: Code:
if ($viewcatid>0) { You can achieve the same effect by editing the links_main template. Find the lines which read: Code:
<if condition="$includeinmain[postcat]"> Code:
<if condition="$viewcatid>0"> Again, call the plugin (e.g.) 'annotate', products=links and downloads manager, hook location=ldm_linkbit_create, plugin is active=yes, with the following code: Code:
$linkdesc = ' Template approach. Edit the links_linkbit template (or the links_linkbit_table, etc templates, depending on your choice of linkbit) and insert the following right at the start: Code:
<tr colspan="2"> |
I'm struggling with layout issues. I have a broken link that links to:
"ARG:4NDEFINED.php?catid=-8" Also there's a "lone" statistics box on the bottom-right of all pages. How can I add other stats or anything to the left of it? Any tips thanks. |
Sorry about not much details.
Here's the current code for the stats box: Code:
<if condition="$viewcatstats or $viewcathits"> thanks |
Quote:
Code:
<a href="$SEARCH_SCRIPT.php?action=find&catid=$NEW_CAT">$vbphrase[ll_menu_shownew]</a> Quote:
Code:
<if condition="$includeinmain[prestats]"> |
AndrewD, I can tell you the French translation is finished, i read it last time (fixing translations bugs and incoherences between phrases) and release it :)
|
Awesome Andrew! Thanks for the help :)
|
Hello, playing again with the new vBa modules... I uploaded the ldm_new.module.
First i coudln't see it, then set clean code to "no" and it start showing. Now, I made some changes on the template to show a thumbnail, this, because eveything i have has a thumb. :p So, the code is working, there aren't errors so far, but i figured out a funny thing. Entries 1,2,5 show a link in the title, but 3 and 4 are just plain text. You can take a look at this in www.ositobarrigon.com or in the attached image. :D There are no variables added, just deleted the filetype one and added the thumbnail. Help! :confused: Thanks! |
Quote:
Code:
<tr colspan="2"> |
Quote:
|
Quote:
Code:
<if condition="$vbulletin->userinfo['usergroupid'] > 1"> Code:
<if condition="$vbulletin->userinfo['usergroupid'] <= 1"> |
hi andrewD, after i change the sync path now it show this
Fatal error: Maximum execution time of 30 seconds exceeded in /home/XXXXXXX/public_html/forum/includes/local_links_include.php on line 3914 how to solve this?? |
Quote:
You must either allow php to spend more than 30 seconds running scripts or you must reduce the amount of time that LDM tries to spend on the task. The first requires editing the server's php.ini configuration file, finding the *max_execution_time* parameter, increasing the value and restarting your web server. The second requires visiting LDM/admin/settings and checking the sync_maxcpu_allowed and sync_maxcpu_allowed_manual settings, making sure that they are well below 30 seconds. |
Quote:
ok, actually for 1st time i didnt set for more than 30 second and sync all the files and it work. after i change the sync path now it should this. can i delete the whole folder and resync? if yes, how to delete it? |
Quote:
You can empty and delete entire folders (categories) in LDM by going to LDM/admin/categories, select the categor(y/ies) you want rid of, then select empty or delete |
Quote:
i cant delete the categories coz when i click on categories, it show this Fatal error: Maximum execution time of 30 seconds exceeded in /home/XXXXXXX/public_html/forum/includes/local_links_include.php on line 961 |
Quote:
Perhaps the directory structure that you are scanning is simply too complex to process in the cpu time allowed. The problem is how to regain control. Go to LDM/admin/settings and turn off category_jump_menu and turn off sync_enabled. Then try to go to admin/categories again. Is this a production site, or are you still trying to get things set up? By the way, are you running the latest (2.2.8-post 1) version of LDM or an older version? (Just so that I know which code to look at.) |
Is there a way a SQL query, to generate a copy of entries of LDM as a threads of a forum?
|
Quote:
http://www.sw-box.com/forum/local_links.php?catid=1365 but it show 2 folder now and when i go admin setting still cant go the categories setting there Fatal error: Maximum execution time of 30 seconds exceeded in /home/XXXXXXXX/public_html/forum/includes/local_links_include.php on line 975 ?? |
hi andrewD, how to delete whole categories? any code to modify?
Cannot delete a category which still contains entries or subcategories. |
Quote:
Go to your vb admincp, products and plugins. Add new plugin product - Links and Downloads manager hook - ldm_admin_start code: @ini_set('max_execution_time', 300); plugin is active: yes Now you should be able to get at ldm/admin/categories and tidy up. Remember to turn off/delete the plugin when you've finished. |
Quote:
You want to be able to create threads, each corresponding to one entry in an LDM category? |
Quote:
Thanks Andrew, now I know why it would happen :D |
hi, i have a problem with the hack when uploading has finished. It seems the file was submitted but then:
i use the german version and the text says: "Fehler beim Hochladen - kann die hochgeladene Datei auf dem Server nicht verschieben." engl. smth like that: Error while uploading - cannot move the uploaded file on the server. I have an upload, thumb folder both set to 777, no error messages @LDM using 2.8.8Post1, local_file_root Website local_file_root_prefix not set whats the error on that? btw awesome hack :eek: edit: Tested with full path url, local url, both works, only upload i still get the error msg. |
I apologize if I have somehow missed these answers (...and I probably have), but...
I appreciate your answers and time. This plugin looks very promising! |
Quote:
Quote:
Quote:
|
Quote:
If that doesn't point you in the right direction, here's a quick debugging check. Go to vb/admincp/products and plugins and add a new plugin, called, e.g. debug, attached to the hook ldm_upload_filesave, and make sure it's active, with the following code: Code:
echo 'open_basedir '.ini_get('open_basedir').'<br />'; |
Hi AndrewD, thanks alot for your time and help. I figured out the phpinfo(), safemode is local and global set, open_basedir is only local set.
the error msg is recieve with your debug code: PHP Code:
Maybe i can do something in Plesk file manager editing some file in the root directory? Im not that strong with server settings. |
Quote:
VBulletin itself gets round this problem with some slightly contorted file movements, which I have not implemented in LDM. *Edit* I've run a quick test with safe_mode on and open_basedir set, and can reproduce your problem. Turning off safe_mode corrects the problem. So (at least for me) does turning on safe_mode_gid |
Hey AndrewD, there is the French translation with this post ;)
|
All times are GMT. The time now is 08:41 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:
|