bbcode temporarily porked

Where we keep all the boring tidbits about the PHPDN site, the news, and what not.

Moderator: General Moderators

User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

nice work gruff :0
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

nielsene wrote:Just wondering, is there any hope for getting the php-highlighting code to stop changing 'u' to 'you' in code blocks?
Done - at least for future posts. I'm not sure if the filter was being applied on each http request or if messages have been stored in the db like that. I can run an sql query if need to be to clear them out if you find any still lying around.
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

Ambush Commander wrote:CSS for textbox marked it width:100%; and put in a monospace font.
php & code tags are now font-family: courier, monospace;
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

Hmm... that's weird... it hasn't kicked in for me (well, the 100% width is working, but not the monospace). Hmm... Yeah, I see it, it's being overrided by some styles on the actual element... you'll have to edit the templates.... hmph.
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

Maybe we're talking about different things.

The new post textarea was deliberately set to have the same font & size as the posted message - no monospace.

Php/code tags should display in courier/monospace and have been nudged up in size to match the rest of the post text.
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

Yeah. We are. Actually, the "old" monospace in the textbox was the result of an update not too long ago... viewtopic.php?t=31862
Post Reply