FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » Pre v3.0.0 Quotes gone bye bye (After upgrading the quotes made using V2.0+ are all missing?)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
icon6.gif  Re: Pre v3.0.0 Quotes gone bye bye [message #160952 is a reply to message #160938] Sat, 07 November 2009 16:11 Go to previous message
The Witcher is currently offline  The Witcher   United States
Messages: 675
Registered: May 2009
Location: USA
Karma:
Senior Member
naudefj wrote on Sat, 07 November 2009 04:12
You can add the CSS used for quotes in earlier versions to your forum.css.tmpl and rebuild the theme.

Cite and Quote both? Somehow that doesn't sound quite right. This is the reverse problem we had with Cite in the experimental themes after "Quote" became legacy.
The quotes are there, the borders etc. are just not defined; you have the same problem here as well. http://fudforum.org/forum/index.php?t=msg&goto=160380&#msg_160380
All 3 times I encountered this anomaly was with older or experimental themes, on the 1st two I rebuilt the template sets and theme entirely (it was easier than trouble shooting) but on the 3rd I went into the forum CSS around line 207-214 and deleted the quote code:
 .quote {
	color: #444444;
	background: #FAFAFA;
	border: 1px solid #c2cdd6;
}


And replaced it with the Cite code (which is pretty much the opposite of what I did, originally when the experimental theme quotes did not show):
cite {
	/* quote titles */
	font-size: 9pt;
	font-weight: bold;
	margin-left: 20px;
	display: block;
		padding-left: 25px;
}


And it appears to have come out right, with the quotes displaying properly across the board as far as I can tell.

Don't forget to ensure the "Blockquote" is included.

blockquote {
	/* 	quote tags */
	color: #444444;
	background: #e3daca;
	border: 1px solid #e6cba3;
	margin: 8px 1px 0 20px;
	overflow: hidden;
	padding: 5px;
}

blockquote blockquote {
	/* 	nested quote tags */
	background-color: #ded0b4;
	margin: 8px 1px 0 10px;
}

blockquote blockquote blockquote {
	/* 	double nested quote tags */
	background-color: #ead9b8;
}


I will take a closer look tonight, to make sure the problem is resolved.


"I'm a Witcher, I solve human problems; not always using a sword!"
[Message index]
 
Read Message icon6.gif
Read Message
Read Message icon6.gif
Previous Topic: FUDForum Folder Permissions
Next Topic: Couldn't open "/var/www/jquery.js" for write
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue Apr 29 16:01:13 GMT 2025

Total time taken to generate the page: 0.04122 seconds