The function _logintoboggan_toggleboggan ($form) needs to be converted in to a theme function so that we can customise how it works a bit more.

A comment in the module code suggests this is planned.

Comments

Gary Feldman’s picture

Assigned: Unassigned » Gary Feldman

Agreed.

hunmonk’s picture

Title: _logintoboggan_toggleboggan "this should really be themed" » theme login/register link text
Version: 4.7.x-1.x-dev » 7.x-1.x-dev
Assigned: Gary Feldman » hunmonk
Status: Active » Fixed

i don't quite agree. this bit of code should be controlled imo, because the js code depends on it being correct. looking at the specific output there, it has all the necessary CSS classes to manipulate it afaict. the only thing that needs to be flexible in that output is the link text, which i've turned into a themable function now -- theme_lt_login_link() controls the link text for both the collapsible login block and the login link.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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