Version: 1.0.1, by JJR512
Developer Last Online: Jun 2006
Version: 3.5.0
Rating:
Released: 10-03-2005
Last Update: 10-03-2005
Installs: 24
Template Edits
No support by the author.
This is a very simple hack. In fact it's almost embarrassing to call it a hack.
In a nutshell, this gives your members the ability to select a font face in which all of their messages will appear. This includes not only new messages after they select the font, but also any of their old messages, too, because the font they select is applied to their messages in the postbit template at the time they are viewed.
Installing involves creating a new custom profile field and a modification to the postbit and/or postbit_legacy template(s).
NOTE: If anyone would like to show me how to auto-populate the font selection list with the currently installed fonts, I'd be glad for the tutorial. (As it is now, you have to copy the list of fonts from the style editor into the custom profile field, which works but is not elegant.)
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Both work beautifully, but I find the fonts difficult to read sometimes. Some fonts just need to be bigger. So I wanted to add the font size choice found here:
NEW POSTBIT LEGACY TEMPLATE CODE (with size field added):
Code:
<div id="post_message_$post[postid]"><if condition="$post[field13]"><font face="$post[field13]"<if condition="$post[field14]"> color="$post[field14]"<if condition="$post[field17]"> font size="$post[field17]"</if>>$post[message]</font><else />$post[message]</if></div>
*But* everytime I try to save it, I get the following error message:
Quote:
The following error occurred when attempting to evaluate this template:
The conditional on line 78 appears to be missing its end tag (</if>). The template will not function properly unless this is fixed.
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
I've checked it and I can't find my error... but I'm not a programmer. This is all Greek to me. Can somebody tell me what I need to change to make this work?
I've had this hack on all my versions I installed 3.6.8 on one of my forums and can't get it to work. The selections show up in the User Options. But when I go to post no changes.
I've had this hack on all my versions I installed 3.6.8 on one of my forums and can't get it to work. The selections show up in the User Options. But when I go to post no changes.
Is this not compatable with Version 3.6.8??
it works with 3.6.7.....
It's working fine for me and I'm using 3.6.8 with the newest upgrade patch.
~~~~~UPDATE TO OP NOTE~~~~~~~~~~~~
I'd forgotten about this thread until I saw this reply. Just to add some closure let me point any interested parties to THIS THREAD where you'll find the resolution to the difficulties I posted here.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~