Welcome, Guest. Please Login or Register.
April 25, 2024, 10:47:41 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.4.x/1.5.x] Quick-Reply box v1.5.3 « previous next »
Pages: 1 [2] 3 4 ... 14 Reply Ignore Print
Author Topic: [Done 1.4.x/1.5.x] Quick-Reply box v1.5.3  (Read 401550 times)
sylvester
YaBB God
*****
Posts: 525


Re:[Beta] Quick-Reply box 1.1 ***UPDATED***
« Reply #15 on: July 29, 2002, 02:39:38 PM »
Reply with quote

The file has been updated.

If you have installed that mod already, don't download it again ;)
Just add the following code
   LoadUser($username);before
   $allowed = ($modSettings['QuickReply'] && !$locked && $userprofile[$username]['QuickReply']) ? "1" : "0"; :)
If you have a post in that thread, your userprofile will be loaded in $userprofile, but if you haven't, $userprofile[$username] doesn't exist ;)
this code will load that ;)
Logged

I'm back
Christ77
Noobie
*
Posts: 12


christdar@hotmail.com WWW
Re:[Beta] Quick-Reply box 1.1 ***UPDATED***
« Reply #16 on: July 29, 2002, 02:41:35 PM »
Reply with quote

QuoteWhat I had (until I deleted the lines in your code) was a Post Reply button in the upper left of the box that did nothing.  At the bottom under the text field I had *another* button called "Post" that works.

What line that it is necessary to suppress?
Thank you.
« Last Edit: July 29, 2002, 04:31:31 PM by Christ77 » Logged

mephisto_kur
Sr. Member
****
Posts: 308


Hi ho.

WWW
Re:[Beta] Quick-Reply box 1.1 ***UPDATED***
« Reply #17 on: July 29, 2002, 06:04:29 PM »
Reply with quote

After installing the mod, find this:

         <TR>
          <TD HEIGHT="20" COLSPAN="2" CLASS="windowbg"><IMG SRC="$imagesdir/reply.gif" ALT="" BORDER="0"><B>{$txt['QuickReply3']}</B></TD>
        </TR>

Make it look like this:

         <TR>
          <TD HEIGHT="20" COLSPAN="2" CLASS="windowbg"><B>{$txt['QuickReply3']}</B></TD>
        </TR>

Also, open modsettings.php and look for this typo:
   $onofArray['quickreplyChecked'] = 'QuickReply';

Change it to this:

   $onoffArray['quickreplyChecked'] = 'QuickReply';

Notice the extra "f"
« Last Edit: July 29, 2002, 06:29:54 PM by mephisto_kur » Logged



Awmp, ding, soo googoongee doop, dee
Googoo Fleegoogeegoo
Goo Fleegoogeegoo
Duht, Deeheeh
Oogoogoog Dtee
Oogoogagoo oogoogweee
Fleegoogeegoo, fleegow
Go go mah mah mefs sufh yeah...
sylvester
YaBB God
*****
Posts: 525


Re:[Beta] Quick-Reply box 1.1 ***UPDATED***
« Reply #18 on: July 29, 2002, 08:42:45 PM »
Reply with quote

Thnx mephisto_kur!  8)
You don't want the img-tag in quick-reply, okey, I'll remove that ;), thank you for that bug-report ;)
I'll update this mod ;D
Logged

I'm back
sylvester
YaBB God
*****
Posts: 525


Re:[Beta] Quick-Reply box 1.2 ***UPDATED***
« Reply #19 on: July 29, 2002, 08:45:07 PM »
Reply with quote

It's updated now ;)
« Last Edit: July 29, 2002, 08:50:56 PM by sylvester » Logged

I'm back
mephisto_kur
Sr. Member
****
Posts: 308


Hi ho.

WWW
Re:[Beta] Quick-Reply box 1.2 ***UPDATED***
« Reply #20 on: July 30, 2002, 03:58:19 PM »
Reply with quote

You are quite welcome!  Its a good mod!
Logged



Awmp, ding, soo googoongee doop, dee
Googoo Fleegoogeegoo
Goo Fleegoogeegoo
Duht, Deeheeh
Oogoogoog Dtee
Oogoogagoo oogoogweee
Fleegoogeegoo, fleegow
Go go mah mah mefs sufh yeah...
sylvester
YaBB God
*****
Posts: 525


Re:[DONE] Quick-Reply box 1.2 ***UPDATED***
« Reply #21 on: July 30, 2002, 10:03:51 PM »
Reply with quote

Quote from: mephisto_kur on July 30, 2002, 03:58:19 PMYou are quite welcome!  Its a good mod!
thnx
« Last Edit: July 31, 2002, 05:13:40 PM by sylvester » Logged

I'm back
itswheelie
Jr. Member
**
Posts: 88


I love YaBB SE!

Re:[DONE] Quick-Reply box 1.2 ***UPDATED***
« Reply #22 on: August 02, 2002, 03:23:08 AM »
Reply with quote

download link doesn't work :(
Logged
sylvester
YaBB God
*****
Posts: 525


Re:[DONE] Quick-Reply box 1.2 ***UPDATED***
« Reply #23 on: August 02, 2002, 11:16:44 AM »
Reply with quote

Quote from: itswheelie on August 02, 2002, 03:23:08 AMdownload link doesn't work :(
oops...I had renamed the filename on the server :-X :-[
It's fixed now ;)
Logged

I'm back
itswheelie
Jr. Member
**
Posts: 88


I love YaBB SE!

Re:[DONE] Quick-Reply box 1.2 ***UPDATED***
« Reply #24 on: August 03, 2002, 01:21:44 AM »
Reply with quote

many thanks :)
Logged
Ben_S
Disciple of Joe
Support Team
YaBB God
*****
Posts: 1586


I Love YaBB SE!

WWW
Re:[DONE] Quick-Reply box 1.2 ***UPDATED***
« Reply #25 on: August 04, 2002, 12:22:45 AM »
Reply with quote

just got round to re-installing it, and now its the dogs bollocks

Top mod, cheers
Logged
Shaun
Wannabe Mod Writer
Sr. Member
****
Posts: 361


YaBB SE Rules.

Re:[DONE] Quick-Reply box 1.2 ***UPDATED***
« Reply #26 on: August 05, 2002, 09:40:41 PM »
Reply with quote

This mod rocks!  Thank you
Logged

This guy uses objects like women man!
sylvester
YaBB God
*****
Posts: 525


Re:[DONE] Quick-Reply box 1.2 ***UPDATED***
« Reply #27 on: August 05, 2002, 10:30:28 PM »
Reply with quote

No thnx
Logged

I'm back
B.ZeX
Noobie
*
Posts: 29


I'm a llama!

ICQ - 135795356 WWW
Re:[DONE] Quick-Reply box 1.2 ***UPDATED***
« Reply #28 on: August 11, 2002, 08:32:39 AM »
Reply with quote

There are two errors durintg the installation.

1st :

Step 5 ... failed - ERR(1): Search string could not be found.

<!-- Calendar -->

  </tr>

2nd :

Step 10 ... failed - ERR(1): Search string could not be found

$request = mysql_query("UPDATE {$db_prefix}members SET $queryPasswdPart $customTitlePart realName='$member[name]',emailAddress='$member[email]',websiteTitle='$member[websitetitle]',websiteUrl='$member[websiteurl]',signature='$member[signature]',posts=$member[settings6],memberGroup='$member[settings7]',ICQ='$member[icq]',MSN='$member[msn]',AIM='$member[aim]',YIM='$member[yim]',gender='$member[gender]',personalText='$member[usertext]',avatar='$member[userpic]',$member[dr]location='$member[location]',birthdate='$member[bday]',lngfile='$member[language]',memberIP='$memIP',timeFormat='$member[usertimeformat]',timeOffset=$timeOffest,secretQuestion='$member[secretQuestion]',secretAnswer='$member[secretAnswer]',hideEmail=$hideEmail$karmaStr WHERE memberName='$user'");
Logged
koldnal
Full Member
***
Posts: 129


Erfaring er det navnet folk gir sine feiltrinn.

Re:[DONE] Quick-Reply box 1.2 ***UPDATED***
« Reply #29 on: August 11, 2002, 12:43:54 PM »
Reply with quote

Could someone give me a screenshot of this?
Logged

koldnal
Pages: 1 [2] 3 4 ... 14 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.4.x/1.5.x] Quick-Reply box v1.5.3 « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.070 seconds with 20 queries.