mherger Wrote: > Could you please tell me where I can find the link? I don't have any > link pointing to the plugin in the status.html. > > And one more thing: please don't hard code strings in the html code. > Use the string tokens instead. status.html is _full_ of hardcoded > strings which make it a little hard to read if you use another > language. Feel free to add new strings to strings.txt if you really > can't find something suitable.
status.html have blank <span id = 'Biography'> and <span id = 'Album_Review'> tags that get populated by ajax/javascript (refreshPlugins() function in status.js). Sorry that it's so complicated, but it's necessary so as to only show the link when the plugin is installed (without getting into too many details, the reason it was necessary to do it this way is because the additionalLinks hash is not available directly to status.html, only to home.html) The outstanding issues with Album Review isn't limited to Nokia770 though, so you can just point to handheld instead. On the hard coded strings, I will do my best to be a better international citizen, but this is especially tricky in Nokia770 because a great deal of the pages are populated via javascript, not template html. If you look at the status.html, for example, there isn't much that I can see there that could be given a '| string' filter. However, I will see what I can do. :) cheers, #!/ben -- bklaas ------------------------------------------------------------------------ bklaas's Profile: http://forums.slimdevices.com/member.php?userid=58 View this thread: http://forums.slimdevices.com/showthread.php?t=23746 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
