![]() |
|
|||||||
| Home | Submit Entry | What's New | What's Popular | Search |
| vBa Links Directory 2.0.0 ("Gold") Released! |
|
|
|||||||
|
|||||||
|
After nearly 2 months with the beta and RC versions of the links directory being public, we're proud to announce the release of vBa Links Directory 2.0.0 (Gold). We are confident that the number of remaining bugs should be minimal enough to warrant the "Gold" release and that the product is very stable now. Current license holders can find the new version in the Members' Area here.
This is mostly a maintenance release to fix all known bugs that popped up in 2.0 RC1, though new options to require/request reciprocal links on a per-category basis and to enable collapsible cateogries in the admin cp have also been added. Files Changed Since RC1
Templates Changed Since RC1
|
|||||||
| Tags: | None | ||||||
| Send to Friend | |||||||
| Replies to Entry: vBa Links Directory 2.0.0 ("Gold") Released! |
|
#1
|
||||
|
||||
|
Brian,
There's probably a new feature list elsewhere in the forums, but it'd be great to post that list here seeing as how this is the official announcement thread !! Thanks ! Mike |
|
#2
|
||||
|
||||
|
Brian,
There's probably a new feature list elsewhere in the forums, but it'd be great to post that list here seeing as how this is the official announcement thread !! Thanks ! Mike |
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
||||
|
||||
|
Quote:
|
|
#5
|
|||
|
|||
|
Excellent! I can't wait to check it out.
![]() Rebecca |
|
#6
|
|||
|
|||
|
Excellent! I can't wait to check it out.
![]() Rebecca |
|
#7
|
|||
|
|||
|
wow - cool - now I wish more than ever I could get my license issues ironed out
|
|
#8
|
|||
|
|||
|
wow - cool - now I wish more than ever I could get my license issues ironed out
|
|
#9
|
|||
|
|||
|
Great... just did upgrade and got a vberror site wide...
looks like its from my cmps links module.
|
|
#10
|
|||
|
|||
|
Great... just did upgrade and got a vberror site wide...
looks like its from my cmps links module.
|
|
#11
|
||||
|
||||
|
Site wide? You must have a CMPS module from vBa Links 1.0 installed then (heh... you edited before I could post
). Easy fix: Set the module to inactive. Slightly Harder Fix: Check the hacks forum for an updated module. Or, open the module you're using for the Links Directory and change the query. FROM " . TABLE_PREFIX . "links - should be - FROM " . TABLE_PREFIX . "adv_links - And - LEFT JOIN " . TABLE_PREFIX . "links_categories --Should be -- LEFT JOIN " . TABLE_PREFIX . "adv_links_categories |
|
#12
|
||||
|
||||
|
Site wide? You must have a CMPS module from vBa Links 1.0 installed then (heh... you edited before I could post
). Easy fix: Set the module to inactive. Slightly Harder Fix: Check the hacks forum for an updated module. Or, open the module you're using for the Links Directory and change the query. FROM " . TABLE_PREFIX . "links - should be - FROM " . TABLE_PREFIX . "adv_links - And - LEFT JOIN " . TABLE_PREFIX . "links_categories --Should be -- LEFT JOIN " . TABLE_PREFIX . "adv_links_categories |
|
#13
|
|||
|
|||
|
Thanks for the quick fix...
|
|
#14
|
|||
|
|||
|
Thanks for the quick fix...
|
|
#15
|
|||
|
|||
|
also had to remove:
Quote:
|
|
#16
|
|||
|
|||
|
also had to remove:
Quote:
|
|
#17
|
||||
|
||||
|
I didn't think about that part, but removing "WHERE valid = 1" will cause it to also pull links that have not yet been approved. If you change that to "WHERE adv_links.valid = 1" though, that should take care of the problem.
|
|
#18
|
||||
|
||||
|
I didn't think about that part, but removing "WHERE valid = 1" will cause it to also pull links that have not yet been approved. If you change that to "WHERE adv_links.valid = 1" though, that should take care of the problem.
|
|
#19
|
|||
|
|||
|
When you click on a link and it brings the drop down menu, that menu slides with the mouse cursor. So if you mouse up or down to a neighboring link, that drop down changes.
While this seem cool in theory, it causes a little issue because you tend to slide the mouse around and can accidental move to a different and close link thus when you click on visit it goes to the wrong link. suggestion would be to stick that drop down to the hyperlink instead of leaving it floating. |
|
#20
|
|||
|
|||
|
When you click on a link and it brings the drop down menu, that menu slides with the mouse cursor. So if you mouse up or down to a neighboring link, that drop down changes.
While this seem cool in theory, it causes a little issue because you tend to slide the mouse around and can accidental move to a different and close link thus when you click on visit it goes to the wrong link. suggestion would be to stick that drop down to the hyperlink instead of leaving it floating. |