1
Speed
How to change Quote formatting?
  • 2009/3/20 18:02

  • Speed

  • Quite a regular

  • Posts: 310

  • Since: 2004/5/18


If you add a quote in forums or a news story, it pulls the formatting from the appropriate theme css file. However, when it posts you get the word "Quote:" in addition to the formatting which is redundant and repetitive. How do I remove the "Quote:" from a quote?

Quote:
Here's an example. Notice just above this box the word Quote: that I want to get rid of.


I know it has to be easy to do. But I've searched the forums and dug through all the php files that look like that might contain that function to no avail.

Thanks in advance!!!
...

2
Burning
Re: How to change Quote formatting?
  • 2009/3/20 19:45

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

In class/module.text.sanitizer.php you should try to replace (line 313) :
$replacements[] = _QUOTEC '<div class="xoopsQuote"><blockquote>';

... by
$replacements[] = '<div class="xoopsQuote"><blockquote>';


Not sure that works
Still learning CSS and... english

3
Speed
Re: How to change Quote formatting?
  • 2009/3/20 20:39

  • Speed

  • Quite a regular

  • Posts: 310

  • Since: 2004/5/18


Perfect. Many thank you's!
...

Login

Who's Online

113 user(s) are online (76 user(s) are browsing Support Forums)


Members: 0


Guests: 113


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits