Quote:
Originally Posted by ZED28
LOL, The only part of that statement I understood what that you don'y use vBAdvanced. :ninja: The rest of it left me scratching my lil head!
Can I fix the links that point me to "Whats Hot" and "What's New" in the main downloads area? If you try this URL, you'll get a better idea of what I'm asking I hope.
http://www.lfsresource.com/local_links.php?
|
Sorry, I got a bit technical.
The php code that drives LDM is getting rather large, so I'm starting to split it into several files. Unfortunately, in 2.1.1 I've missed a few places where the script name has to change as a result.
If you prefer to keep things simple, you can simply turn off the 'what's new' information by setting 'show_hit_parade' to 0 on the LDM admin settings page.
If you want to patch things, you need to edit two templates and two phrases to correct this. If you make these fixes, remember that you will also need to 'revert' the templates and phrases next time I release an upgrade.
For the faulty links at the top of the main downloads area, edit these phrases:
ll_recent: Change the string that reads "{4}.php" to read "local_links_search.php"
ll_lastvisit: Change "{2}.php" to read "local_links_search.php".
For the vbadvanced fixes, edit the template called adv_portal_custom_ldm_new.
Change the text LINKS_SCRIPT to SEARCH_SCRIPT.
Do the same in the template adv_portal_custom_ldm_hot.
I havent looked at the problem with the vbadvanced template breaking the flow. Will do so when I have chance.