Quote:
Originally Posted by kompakt
I noticed that if I edit a category and try go to the control settings or permisisons page, then right before the page finishes loading it redirects to the forum home page. Has anyone else experienced this? [EDIT- This isnt working for me: #176]
|
This is what needs to be in the header... I moved the javascipt into include files recently
Code:
<script type="text/javascript" src="clientscript/ldm_global.js"></script>
<script type="text/javascript" src="clientscript/ldm_ajax_keysugg.js"></script>
The control/permissions tabs are working fine for me on a clean install, and I helped Slave through the change quite recently - later than the post you refer to
Quote:
Originally Posted by kompakt
The directory sync seems to be working great, though it does not pick up the id3 tags of the files like it does when scanning the folders. How can I modify it to do so?
|
When you upgrade, you need to reinstall the 'extras' - the id3 tag processing code is now called 'jukebox enhancements'. I've just tested this with the directory sync feature, and it works fine. Bear in mind that it's quite an expensive bit of processing, so don't expect to fully sync a large directory tree in one pass.
I'm using this as part of my test code for LDM - syncing my music library - a couple of thousand discs - it takes probably ten or fifteen passes through to complete the syncronisation. In version 2.2.7, I've improved the code, so that it doesn't waste so much time re-doing the same checks over and over again, but I'm not ready to release these improvements with 2.2.6.
Quote:
Originally Posted by kompakt
Also, how can I create a newest categories module, similar to the newest links module for vba cmps? also keep the autocreated threads limited to categories instead of links?
Thanks again 
|
The first part of this will be very easy - I'll take a look at the existing code and post a suggestion in the next few days. The second part may need more modifications to code - again, I'll let you know.