[dw-free] Manage Circle/Custom colors: tell users they also have to enable them at Customize
[commit: http://hg.dwscoalition.org/dw-free/rev/d5aef9031a91]
http://bugs.dwscoalition.org/show_bug.cgi?id=4139
Link to the customize style settings page from Manage Circle and add a note.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4139
Link to the customize style settings page from Manage Circle and add a note.
Patch by
Files modified:
- htdocs/manage/circle/edit.bml
- htdocs/manage/circle/edit.bml.text
--------------------------------------------------------------------------------
diff -r 3d0545c0d7c5 -r d5aef9031a91 htdocs/manage/circle/edit.bml
--- a/htdocs/manage/circle/edit.bml Fri Jan 06 21:47:15 2012 +0800
+++ b/htdocs/manage/circle/edit.bml Fri Jan 06 22:07:48 2012 +0800
@@ -256,6 +256,7 @@
### add friends
$ret .= "<?h2 $ML{'.addrelationships.head'} h2?>\n";
$ret .= "<?p " . BML::ml('.addrelationships.text', { sitename => $LJ::SITENAMESHORT, aopts => "href='$LJ::SITEROOT/manage/circle/invite'" }) . " p?>";
+ $ret .= "<?p " . BML::ml('.customcolors.enable', { aopts => "href='$LJ::SITEROOT/customize/options'", sitename => $LJ::SITENAMESHORT }) . " p?>";
if ( $u->circle_userids >= $u->count_maxfriends ) {
# different message if account upgrade is possible
diff -r 3d0545c0d7c5 -r d5aef9031a91 htdocs/manage/circle/edit.bml.text
--- a/htdocs/manage/circle/edit.bml.text Fri Jan 06 21:47:15 2012 +0800
+++ b/htdocs/manage/circle/edit.bml.text Fri Jan 06 22:07:48 2012 +0800
@@ -85,6 +85,8 @@
.comm.leave=Leave
+.customcolors.enable=For your Reading Page to display these colors, you need to enable the 'Use my custom reading page colors' option at <a [[aopts]]>Customize Journal Style</a>. All official [[sitename]] styles support this option except for Zesty; custom styles may not.
+
.editfriends.friend=Friend?
.editfriends.head=Edit Friends
--------------------------------------------------------------------------------
