I may have not been looking properly, but I could not find any option to do this.
Also it would be very nice if there were two values for that textfield when used in combination with the collapsible block: one for when it is expanded (such as "click here to login or get a free account"), and another for when the login block is expanded (such as "hide login options").
As it can be seen in the screenshots, the "login" text feels a bit out of place when the block is expanded, but it could just be me.,. (I know this can be sort of circumvented by using <none> in the block title, but I would rather keep the title as it is for theme consistency.

thanks

CommentFileSizeAuthor
expanded.png13.88 KBcastawaybcn
collapsed.png6.94 KBcastawaybcn

Comments

hunmonk’s picture

Status: Active » Fixed

you can override the text of that link via a theme function -- see theme_lt_login_link() in the source code.

as a general rule, look for theme_* functions in a module if there's no way to change the look of something via admin settings. good module authors wrap most of their output in theme functions.

really don't think there's any easy way to change the display text when the link is clicked -- you'd be into js and form altering to do that for your site, and i have no interest in altering any of that code in the module itself.

castawaybcn’s picture

wow, that was quick.
I may change the text as you suggest (really useful information for other tweaks too). Getting into js or patching the module to add the functionality is way over my skills though (and will be for a while).
Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.