![]() |
Quote:
Now I don't personally know how to do this, but I KNOW SOMEBODY on here has got to. TDF |
Quote:
|
Is there a way to have the font color list show the color choices in their color? I know it was possible in the 3.0x version.
|
Quote:
The fact that the font tag is being applied to the message in the postbit or postbit_legacy template is not the reason why it only appears to be in your default font only when you're logged in. If that's the case, there is an error somewhere. It sounds like it's using info for the logged-in user, rather than for the user who posted the message. In my version, this problem does not exist, which I've confirmed by logging out of my own message board and looking at my messages. They continue to be in my default font, as they should. I've looked at the code for the color version, too, and although I don't use it myself, it appears to be correct. It's getting the font from the same source of info that a post gets the username, date, message text, etc. for, so I don't see why it should only work if you're logged in. |
Sorry. Didn't mean for that to come across wrong. I'll try to troubleshoot on my end and let you know what I find.
TDF |
It didn't come across wrong, just trying to explain it more clearly. :)
You can PM me your complete postbit or postbit_legacy template if you'd like. |
Got it working last night. Was a problem on my side.
TDF |
JJR, how can I change the font color hack to 'Single-Line Text Box' so users can have their own choice of colors.
|
Bump!
|
Works well...thanks...
the same request as Aftermath would be nice though ;) Any chance on a heads up? |
how could you make the default font bold? would this be difficult?
|
Hello,
I've installed this mod and the color addon found here: https://vborg.vbsupport.ru/showpost....2&postcount=23 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: https://vborg.vbsupport.ru/showthread.php?t=133225 I followed the directions to add the field to the UserCP Options. It's a Single Line Text Box with a default value of 12. But the code looks VERY different, so I decided to try to modify it to match the coding on the first mods. Here's what I came up with: ORIGINAL POSTBIT LEGACY TEMPLATE CODE (with font and color added): Code:
<div id="post_message_$post[postid]"><if condition="$post[field13]"><font face="$post[field13]"<if condition="$post[field14]"> color="$post[field14]"</if>>$post[message]</font><else />$post[message]</if></div> 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> Quote:
Thanks! |
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..... |
Quote:
~~~~~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. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
All times are GMT. The time now is 04:20 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|