cb2004
cb2004
I have this working with a normal template which is fine, but I am using roles to allow file downloading etc so really need this to work.
Looks like this would achieve what I need but seems overkill: https://processwire.com/talk/topic/9034-regarding-config-userspageids-of-new-user-templates-in-2514-the-right-hook/
In the end I went with a solution in ready.php: ``` $members = wire('pages')->get(1302)->children; $subMembers = array(); foreach($members as $m) $subMembers[] = $m->id; ``` And in config.php: `$config->usersPageIDs = array_merge($config->usersPageIDs,...
Do you know any rich text editors that have a background other than white? Look at the comment box here on GitHub.
Sorry, but for my users where mostly we keep the content background white, this will always throw them off.
Icons in the toolbar yes. Black background and white foreground would work best like the buttons for publish etc.
@matjazpotocnik sorry, I cant remember which site this was on now. @ryancramerdesign have you made an attempt at fixing it?