php forum
php mysql forum
php mysql smarty
 
Page 1 of 2 1 2 >
Topic Options
#218169 - 06/07/02 01:50 PM [6.0] AutoQuote v2.0
WrĊith Offline
Enthusiast

Registered: 01/31/02
Posts: 310
Loc: California, USA
Name: AutoQuote v2.0<br /><br />Description: Allow your users to reply to a message while quoting someone. Lets the user just click on a link/icon and it will automatically put the tags around the body of the message that they want to quote. <br /><br />Updates: Moved all HTML into templates. Modified code to be XHTML compliant.<br /><br />Example: http://www.terranbbs.com/testboard/ubbthreads.php (Username: test / Password: test) <br /><br />Link: http://www.terranbbs.com/ubb/mods/6.0/AutoQuote.txt <br /><br />Special Thanks: AllenAyers, poil, and razvan for getting me started, and JustDave for helping me with the bug fixes.

Top
#218170 - 06/07/02 01:53 PM Re: [6.0] AutoQuote v2.0 [Re: SDS]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
Just a note... I believe the <hr> tags need to be <hr /> to be xhtml compliant too. <img src="/forum/images/icons/smile.gif" alt="" />
_________________________
~Dave
ChattersOnline.com

Top
#218171 - 06/07/02 02:09 PM Re: [6.0] AutoQuote v2.0 [Re: sjsaunders]
WrĊith Offline
Enthusiast

Registered: 01/31/02
Posts: 310
Loc: California, USA
Yep, missed that one. I've fixed the instructions file.

Top
#218172 - 06/07/02 06:07 PM Re: [6.0] AutoQuote v2.0 [Re: SDS]
msula Offline
Addict

Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
good job. But what I don't understand is why this isn't a standard feature for threads?

Top
#218173 - 06/07/02 06:09 PM Re: [6.0] AutoQuote v2.0 [Re: palmen]
WrĊith Offline
Enthusiast

Registered: 01/31/02
Posts: 310
Loc: California, USA
Believe me, that's a question I've been asking for quite some time. Especially since it's a feature in UBB.classic<br /><br />*shrug*<br /><br />Only Scream can answer that one.

Top
#218174 - 06/09/02 02:54 PM Re: [6.0] AutoQuote v2.0 [Re: SDS]
Ian_W Global Moderator Offline
Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Thanks for this. Works great...<br /><br />Ian.
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#218175 - 06/09/02 11:06 PM Re: [6.0] AutoQuote v2.0 [Re: Gorlum]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
<blockquote><font class="small">Writes canvey:</font><hr> Thanks for this. Works great...<br /><br />Ian. <hr /></blockquote><br /><br />I agree <img src="/forum/images/icons/tongue.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#218176 - 06/09/02 11:38 PM Re: [6.0] AutoQuote v2.0 [Re: SurfMinister]
WrĊith Offline
Enthusiast

Registered: 01/31/02
Posts: 310
Loc: California, USA
Glad 'ya both like it. <img src="/forum/images/icons/smile.gif" alt="" /> One of my few actual contributions to the software. <img src="/forum/images/icons/laugh.gif" alt="" />

Top
#218177 - 06/10/02 10:03 AM Re: [6.0] AutoQuote v2.0 [Re: SDS]
MTO Offline
Addict

Registered: 01/31/00
Posts: 1524
Loc: Burgos, Spain.
Originally Posted By: WrĊith
Name: AutoQuote v2.0<br /><br />Description: Allow your users to reply to a message while quoting someone. Lets the user just click on a link/icon and it will automatically put the tags around the body of the message that they want to quote.
<br /><br />As you can see, there is a problem with it as it is right now: Its not language dependent.<br />You should be using [:"red"]{$ubbt_lang['TEXT_QUOTE']}[/] instead of hardcoded "<br /> [:"blue"] quote [/] .<br /><br />For example, though I havent tested it, I think: <br /> [:"blue"] $quote = "
Originally Posted By: $ResUsername
$Body2
"; [/] <br />should be changed to:<br /> [:"red"] $quote = "[{$ubbt_lang['TEXT_QUOTE']}=$ResUsername] $Body2 [/{$ubbt_lang['TEXT_QUOTE']}]"; [/] <br /><br />
_________________________
Mateo Byler
CruceDeCaminos.com

Top
#218178 - 06/10/02 10:21 AM Re: [6.0] AutoQuote v2.0 [Re: D_Wolfwood]
WrĊith Offline
Enthusiast

Registered: 01/31/02
Posts: 310
Loc: California, USA
That should work. I'll test it out later this afternoon when I'm at home and I have access to my computer.

Top
#218179 - 06/11/02 12:16 AM Re: [6.0] AutoQuote v2.0 [Re: D_Wolfwood]
WrĊith Offline
Enthusiast

Registered: 01/31/02
Posts: 310
Loc: California, USA
Seems to work just fine. I've updated the instructions accordingly.

Top
#218180 - 06/12/02 08:32 PM Re: [6.0] AutoQuote v2.0 [Re: SDS]
stanmo Offline
Junior Member

Registered: 02/27/02
Posts: 23
Hi,<br /><br />I've obtained the autoquote from http://www.terranbbs.com/ubb/mods/6.0/AutoQuote.txt. However, there seems to be a problem. In part seven, you're supposed to open ubbt.inc.php and edit the ///quote markup. However, I can't find the exact lines in my ubbt.inc.php. Could anyone please help me? Anyone else have this problem? Thanks!

Top
#218181 - 06/12/02 10:00 PM Re: [6.0] AutoQuote v2.0 [Re: firdaus]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
Unless you are using the v6 final code, your lines will be different, they changed from the last beta to the final coding.
_________________________
- Allen wavey
- What Drives You?

Top
#218182 - 06/12/02 10:33 PM Re: [6.0] AutoQuote v2.0 [Re: SurfMinister]
stanmo Offline
Junior Member

Registered: 02/27/02
Posts: 23
umm.. yeah, i'm using the final code... dunno why!

Top
#218183 - 06/12/02 11:02 PM Re: [6.0] AutoQuote v2.0 [Re: firdaus]
stanmo Offline
Junior Member

Registered: 02/27/02
Posts: 23
fixed that..<br />what does this supposed to mean?<br /><br />Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /home/www/e46toronto/forum/newreply.php on line 253<br />

Top
#218184 - 06/12/02 11:13 PM Re: [6.0] AutoQuote v2.0 [Re: firdaus]
Lisa_P Offline
Enthusiast

Registered: 03/09/02
Posts: 329
Loc: Michigan, USA
Same problem here. My problem is that I installed the MarkUpHack, and that has you change the whole section from ubbt.inc.php that the autoquote hack also asks you to change. (That's why the lines aren't there.)
_________________________
[:"red"]Lisa[/]

Top
#218185 - 06/12/02 11:15 PM Re: [6.0] AutoQuote v2.0 [Re: JacquiL]
WrĊith Offline
Enthusiast

Registered: 01/31/02
Posts: 310
Loc: California, USA
I have both installed and haven't run into any problems. Can you show me what you put into your newreply.php at that line location?

Top
#218186 - 06/12/02 11:42 PM Re: [6.0] AutoQuote v2.0 [Re: SDS]
Lisa_P Offline
Enthusiast

Registered: 03/09/02
Posts: 329
Loc: Michigan, USA
<img src="/forum/images/icons/blush.gif" alt="" /> I was slow hitting the continue button after I typed that. Sorry! I actually meant I had the previous problem. I don't know where to put in the "Quote Markup" stuff because those lines are no longer in my ubbt.inc.php.
_________________________
[:"red"]Lisa[/]

Top
#218187 - 06/13/02 01:00 PM Re: [6.0] AutoQuote v2.0 [Re: JacquiL]
WrĊith Offline
Enthusiast

Registered: 01/31/02
Posts: 310
Loc: California, USA
In a clean ubbt.inc.php file the quote markup sections are found beginning at lines 569 and 661.

Top
#218188 - 06/13/02 04:47 PM Re: [6.0] AutoQuote v2.0 [Re: SDS]
stanmo Offline
Junior Member

Registered: 02/27/02
Posts: 23
<blockquote><font class="small">Writes WrĊith:</font><hr> In a clean ubbt.inc.php file the quote markup sections are found beginning at lines 569 and 661. <hr /></blockquote><br /><br />Could you please tell me how you added those lines to ubbt.inc.php when you have MarkUpHack installed? Thanks!

Top
Page 1 of 2 1 2 >


Who's Online
0 registered (), 29 Guests and 13 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
How to hide sub forums from summary page
by Ruben Rocha
Today at 02:58 PM
Spell Check [beta]
by Bill B
Yesterday at 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
Yesterday at 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
Yesterday at 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
Yesterday at 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
David DelMonte, nick1, Begbie, cenk, MATTO
13363 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks