MeltDown:
Clyde - Thanks so much for this impressive module, it's a very complete package!
My Question concerns the links_submit_success page, where I see following:
Shop Home :: Links :: NAVBAR_TITLE
For the life of me I can't find where that NAVBAR_TITLE might be so that I could correct it. Any thoughts?
Thanks! Tim
go to includes/languages/english/YOUR_TEMPLATE and open links_submit_success.php You'll find the following:
define('NAVBAR_TITLE_2', 'Success');
delete the highlighted portion save the file and upload to your server.
NB: the update version I'm working on will eliminate the need for this page. It will also include a few extras including a modified version of the CAPTCHA contribution.
MeltDown:
Two other quick questions:
In admin/extra/links when I edit a link there is a check-box for: Rating:
What is that and it's purpose?
And secondly, in admin/configuration/links manager: To correctly answer this question, for example:
Display Link Image & Title?
I must put in a number that is an indicator of my choice, correct? 0 means none, 1 is link only etc. Is that correct?
thanks again -
The rating is legacy code from a really old version of links manager and can safely be ignored (just leave it set to 0.) It will be removed in the update.
The numbering of these three options:
Display Link Image & Title 1
Display Link Description 2
Display Link Click Count 3
is actually their sort order. Again, this is being addressed in the update.
Hope this helps.