News:

Wondering if this will always be free?  See why free is better.

Main Menu

Enhanced quick reply for SMF 2.0 Beta 3.1 public

Started by AlenNS, June 16, 2008, 08:37:38 PM

Previous topic - Next topic

AlenNS

I've been trying to manualy install this mod on SMF 2.0 Beta 3.1 public and on my computer i've succed.
But when I tried on my host I'm getting error in this line:

$request = db_query("

Bulakbol

I believe that the "Enhanced quick reply" mod does not support version 2.0 beta 3.1.  Version 1.1.x uses db_query while version 2.0 beta uses $smcFunc['db_query'].
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

AlenNS

Fatal error: Function name must be a string in /home/baklja/public_html/forum/Sources/Display.php on line 1612

Now I'm getting this error...

elseif ($user_info['smiley_set'] != 'none')
{
if (($temp = cache_get_data('posting_smileys', 480)) == null)
{
$smcFunc['db_query']("
SELECT code, filename, description, smileyRow, hidden
FROM {$db_prefix}smileys
WHERE hidden IN (0, 2)
ORDER BY smileyRow, smileyOrder", __FILE__, __LINE__);
while ($row = mysql_fetch_assoc($request))
{
$row['code'] = htmlspecialchars($row['code']);
$row['filename'] = htmlspecialchars($row['filename']);
$row['description'] = htmlspecialchars($row['description']);

$context['smileys'][empty($row['hidden']) ? 'postform' : 'popup'][$row['smileyRow']]['smileys'][] = $row;
}
mysql_free_result($request);

cache_put_data('posting_smileys', $context['smileys'], 480);
}
else
$context['smileys'] = $temp;
}

AlenNS


kapuk99

I had this error for yshout, and I think you should be able to reupload a file, or if it is part of something that you had to type in, then you should use Frontpage, Expression Web, or Dreamweaver, and copy it in lne by line, because the computer can't recognize the blob of letters.

I know, no one answering your question is frustrating.  :)

AlenNS

I've tried several options, but didn't succed.

Anyone else?

Bulakbol

The author of the mod must have a reason why he/she is not converting the mod for version 2.0 yet. If you can't wait then you can find most of the codes in Sources/Subs-Editor.php. Look for
if (($temp = cache_get_data('posting_smileys', 480)) == null)
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Rocks-HD

Quote from: JohnyB on June 19, 2008, 03:53:14 PM
The author of the mod must have a reason why he/she is not converting the mod for version 2.0 yet. If you can't wait then you can find most of the codes in Sources/Subs-Editor.php. Look for
if (($temp = cache_get_data('posting_smileys', 480)) == null)

hey johny B

I did make this modification im my smf 2.0 public 3.1 beta, my site is www.gsmfans.com.br

look here how can I do: http://www.simplemachines.org/community/index.php?topic=187281.msg1618322#msg1618322 in this message I did explained how to do.

but the AlenNS have problem, I belive that problem is because he don't enabled quick reply by default

karlbenson

I have submitted [awaiting approval]
http://custom.simplemachines.org/mods/index.php?mod=1299

However there are currently a couple of issues with it and the current version of smf 2.0 beta 3.1 (these issues have been fixed for beta 4)

AlenNS

Quote from: JohnyB on June 19, 2008, 03:53:14 PM
The author of the mod must have a reason why he/she is not converting the mod for version 2.0 yet. If you can't wait then you can find most of the codes in Sources/Subs-Editor.php. Look for
if (($temp = cache_get_data('posting_smileys', 480)) == null)

Ok. I'll try.

Quote from: Rocks-HD on July 23, 2008, 02:13:16 AM
Quote from: JohnyB on June 19, 2008, 03:53:14 PM
The author of the mod must have a reason why he/she is not converting the mod for version 2.0 yet. If you can't wait then you can find most of the codes in Sources/Subs-Editor.php. Look for
if (($temp = cache_get_data('posting_smileys', 480)) == null)

hey johny B

I did make this modification im my smf 2.0 public 3.1 beta, my site is www.gsmfans.com.br

look here how can I do: http://www.simplemachines.org/community/index.php?topic=187281.msg1618322#msg1618322 in this message I did explained how to do.

but the AlenNS have problem, I belive that problem is because he don't enabled quick reply by default
No, I have eqr enabled by default but when I try it on my live forum it just shows dividers.
On my test forum it works well. It is probably something in my database what makes problem to this modification, because I overwrote files on my server with installation files and there is a problem.

Quote from: karlbenson on July 23, 2008, 07:55:42 AM
I have submitted [awaiting approval]
http://custom.simplemachines.org/mods/index.php?mod=1299

However there are currently a couple of issues with it and the current version of smf 2.0 beta 3.1 (these issues have been fixed for beta 4)
Karlbenson thank you for all the effort! I believe this will be another great mod that you made! :)

Rocks-HD

Quote from: karlbenson on July 23, 2008, 07:55:42 AM
I have submitted [awaiting approval]
http://custom.simplemachines.org/mods/index.php?mod=1299

However there are currently a couple of issues with it and the current version of smf 2.0 beta 3.1 (these issues have been fixed for beta 4)
How can I submit a package? because have very package don't submited


Advertisement: