Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [Jagerman] Code/Quote/Reply problem (text lost)

Quote Reply
Re: [Jagerman] Code/Quote/Reply problem (text lost) In reply to
I facilitated my own fix in 1.1.8. Use at your own discretion.

Code:

Go to admin panel "Markup" menu, Modify, select quote and /quote:
HTML:
Replace current code with:
<blockquote><font size=1 face="Verdana,Arial,Helvetica">Quote:</font><hr color="#A1A576">

Closing Tag HTML:
Replace current code with:
<hr color="#A1A576"></blockquote>

Repeat for reply] and /reply
optionally replace for Code and Pre


Edit template include_post_html_common_write.html to add a message to user when quoting.

BEFORE
<br><br>
<input type="submit" class="button" name="do=<%this_do%>;basic_editor=1;basic_editor_switch=1" value="Switch to Basic Editor">
<%if current_user_id%>

INSERT
<%if message_quote%>
<%body_font%><font color=red>
When quoting a message, make sure you type your text after the bottom horizontal line or it will be lost.<%/body_font%>
<%endif%>


Add global var in admin panel "Templates" menu, Global Vars, New:

message_quote

sub { $IN->param("quote") and return 1 }

----------
Michael J. Challis - CRUZN8R - PT Cruiser Club - http://www.ptcruiserclub.org

http://www.ptcruiserclub.org/forum

Last edited by:

CRUZN8R: May 27, 2003, 11:21 AM
Subject Author Views Date
Thread Code/Quote/Reply problem (text lost) Jagerman 5034 Dec 18, 2002, 8:05 AM
Thread Re: [Jagerman] Code/Quote/Reply problem (text lost)
Boomer 4914 Dec 18, 2002, 8:54 AM
Thread Re: [Boomer] Code/Quote/Reply problem (text lost)
Jagerman 4900 Dec 18, 2002, 9:36 AM
Thread Re: [Jagerman] Code/Quote/Reply problem (text lost)
CRUZN8R 4738 May 27, 2003, 11:19 AM
Post Re: [CRUZN8R] Code/Quote/Reply problem (text lost)
webconferencia 4703 May 27, 2003, 10:31 PM
Post Re: [CRUZN8R] Code/Quote/Reply problem (text lost)
cajun100 4486 Feb 21, 2005, 6:26 PM
Post Re: [Jagerman] Code/Quote/Reply problem (text lost)
webconferencia 4933 Dec 18, 2002, 5:44 PM
Post Re: [Jagerman] Code/Quote/Reply problem (text lost)
Paul 4887 Dec 27, 2002, 1:34 AM
Thread Re: [Jagerman] Code/Quote/Reply problem (text lost)
CRUZN8R 4811 May 11, 2003, 10:51 PM
Post Re: [CRUZN8R] Code/Quote/Reply problem (text lost)
CRUZN8R 4732 May 27, 2003, 8:29 AM