![]() |
Quote:
Easiest solution is to add an additional configuration parameter so that the code does or does not make this adjustment during an edit. |
Quote:
or maybe even to fields, one for added date and one for last edited... |
Quote:
|
I have uploaded version 2.0.5 as the new supported release, tested with VB 3.5.0 Gold. This has some minor changes to the beta version uploaded a few days ago.
Grateful for reports, as always. Changes from 2.0.4 (those marked * are changes from beta 2.0.5): + rating/comments system extended to allow users to make multiple comments (one rating) + option included to update existing permissions when *default_forumid* is changed on admin page + users with *can_set_display_order* permission see the display orders in the linkbit + category forum links to work both ways category<=>forum + 'advanced search' added, e.g. to limit searches to certain categories * option in edit link to retain or update the original timestamp + interface provided for vbAdvanced 2.0 = layout of category home page modified to provide better overview = admin/settings and admin/permissions split into two pages = various bugs fixed changes to default sort order work properly another attempt to deal correctly with changes to category forum links another attempt to deal correctly with category display orders cached missing template (styleselect) phrasing tidied up - removed support for obsolete vbindex interface |
In the vbAdvanced modules the header of the module has an incorect link to local_links.php, look below to fix.
ldm-new.php Line 91 change this Code:
$hottitle = '<a href="'.$vbulletin->options['homeurl'].'/'.LINKS_SCRIPT.'.php">'.'New Links'.'</a>'; Code:
$hottitle = '<a href="'.$vbulletin->options['bburl'].'/'.LINKS_SCRIPT.'.php">'.'New Links'.'</a>'; ldm-hot.php Line 91 change this Code:
$hottitle = '<a href="'.$vbulletin->options['homeurl'].'/'.LINKS_SCRIPT.'.php">'.'Hot Links'.'</a>'; Code:
$hottitle = '<a href="'.$vbulletin->options['bburl'].'/'.LINKS_SCRIPT.'.php">'.'Hot Links'.'</a>'; Also was there a reason you changed the links_hotlinks template in your 2.05 beta to this version From this Code:
<tr> Code:
<a href="$vboptions[bburl]/local_links.php?action=jump&id=$linkid" target="_blank">$linkname</a> ($linkhits)<br /> |
Quote:
Quote:
Will revert to the beta layout if you think this is better. |
I started to wonder if I was just being opinionated in my comment of the template, I have attached the old (beta template) and the new template for your own opinion, I honestly think the old beta one looks classier. See what you think.
|
Quote:
|
Quote:
Is the uninstall/install better or should i use install and use overwrite / no overwrite? |
Quote:
The only tricky situation with the new VB system is when an install only partly completes, and VB thinks it has finished the job. This is because installation code is only executed when the VB installer thinks it is installing a higher version. So if , e.g. (for any reason) you have part-installed version 2.0.5, then to complete the job you have to uninstall and start again. |
All times are GMT. The time now is 09:23 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:
|