Quick Posting 2.0 for phpBB 3.0.B6-dev

Viewtopic, viewforum, posting related hacks and MODs.
Viewing topics, forums, or posting add-ons.

How do you like this MOD?

I love it! (5 stars)
2
25%
I really like it! (4 stars)
4
50%
I like it (3 stars)
2
25%
I don't like it (2 stars)
0
No votes
I hate it (1 star)
0
No votes
 
Total votes : 8

Re: Quick Posting 2.0 for phpBB 3.0.B6-dev

Postby ..::Frans::.. » 03 Jun 2007, 06:46

Just installed this and must say, looks awesome (didn't even changed layout).

Now, just some positive feedback:

Smileys weren't working in quick reply. After the fix by StaticFX and clearing the cache, everything seems to be working....

;)
ping...
User avatar
..::Frans::..
STG Development
STG Development
 
Posts: 1608
Joined: 28 Mar 2007, 15:37
Location: Netherlands
Favorite Team: RKC
Gender: Male
phpBB Knowledge: 9


Re: Quick Posting 2.0 for phpBB 3.0.B6-dev

Postby StaticFX » 04 Jun 2007, 08:17

Cool!! and i dont even know JS very well... ;)

glad to help... and glad it works :good: lol
User avatar
StaticFX
Lt. Jr Grade
Lt. Jr Grade
 
Posts: 137
Joined: 27 Mar 2007, 13:14
Gender: Male

Re: Quick Posting 2.0 for phpBB 3.0.B6-dev

Postby stitch626 » 05 Jun 2007, 19:24

Hello,

I am having a big problem with this mod. I am not sure where I went wrong. I am not understanding what this error is. I have installed the module. When I go to ACP>>Qick posting and click yes on the options then submit, this is what i get.

Code: Select all
General Error
SQL ERROR [ mysql4 ]

Duplicate entry 'display_quick_topic' for key 1 [1062]

SQL

INSERT INTO phpbb_3config (config_name, config_value, is_dynamic) VALUES ('display_quick_topic', 1, 0)

BACKTRACE


FILE: includes/db/mysql.php
LINE: 133
CALL: dbal_mysql->sql_error()

FILE: includes/functions.php
LINE: 132
CALL: dbal_mysql->sql_query()

FILE: includes/acp/acp_board.php
LINE: 406
CALL: set_config()

FILE: includes/functions_module.php
LINE: 460
CALL: acp_board->main()

FILE: adm/index.php
LINE: 80
CALL: p_master->load_active()


I have run the database query too.
User avatar
stitch626    
STG Moderator Leader
STG Moderator Leader
 
Posts: 3185
Joined: 08 Feb 2007, 20:47
Location: Michigan
Favorite Team: Detroit Red Wings
Gender: Male
phpBB Knowledge: 7

Re: Quick Posting 2.0 for phpBB 3.0.B6-dev

Postby stitch626 » 06 Jun 2007, 18:48

Ok, this is weird. Today when I logged on to my board, the quick reply was working and I didn't do a thing, but there are a few more problems.

1. Whenever I click a smilie in the quick reply, the whole page jumps to the top and no smilies get posted.

2. Topic icons don't work either.

3. Quick topic doe not show.

I have enabled everything from the ACP. Anyone know what might be going on?
User avatar
stitch626    
STG Moderator Leader
STG Moderator Leader
 
Posts: 3185
Joined: 08 Feb 2007, 20:47
Location: Michigan
Favorite Team: Detroit Red Wings
Gender: Male
phpBB Knowledge: 7

Re: Quick Posting 2.0 for phpBB 3.0.B6-dev

Postby StaticFX » 07 Jun 2007, 11:33

1)
add this to the very beginning of quick_editor.js - this will fix the smile issue
Code: Select all
var baseHeight;
onload_functions.push('initInsertions()');

function initInsertions()
{
if (is_ie && typeof(baseHeight) != 'number')
   {
      textarea.focus();
      baseHeight = doc.selection.createRange().duplicate().boundingHeight;
      document.body.focus();
   }
}


2. topic icons.... make sure you have them enabled for that forum.

3. go into your database and make sure you have the fields set up correctly...
-also, check your profile.. make sure you have both QT & QR set to display
ACP settings are default, user can override
User avatar
StaticFX
Lt. Jr Grade
Lt. Jr Grade
 
Posts: 137
Joined: 27 Mar 2007, 13:14
Gender: Male

Re: Quick Posting 2.0 for phpBB 3.0.B6-dev

Postby stitch626 » 07 Jun 2007, 19:13

Thank you very much static. The smilies fix worked perfectly :D Howerver, when I try to disable only the post icons, it also disables the smilies as well. :scratch: I want to disable the post icons without affecting the smilies.

Also, The post icons still aren't working even though the post icons are enabled in the mod and in the forums. :scratch:
User avatar
stitch626    
STG Moderator Leader
STG Moderator Leader
 
Posts: 3185
Joined: 08 Feb 2007, 20:47
Location: Michigan
Favorite Team: Detroit Red Wings
Gender: Male
phpBB Knowledge: 7

Re: Quick Posting 2.0 for phpBB 3.0.B6-dev

Postby StaticFX » 08 Jun 2007, 06:40

well, diggin thru the files i dont see anything jumping out at me.. but others have said the same thing.

LEW21 will have to fix that one ;)
User avatar
StaticFX
Lt. Jr Grade
Lt. Jr Grade
 
Posts: 137
Joined: 27 Mar 2007, 13:14
Gender: Male

Re: Quick Posting 2.0 for phpBB 3.0.B6-dev

Postby Dave » 13 Jun 2007, 08:06

Ok I have installed this..I have the error

Code: Select all
Fatal error: ./cache/ is NOT writable. in /home/....../includes/acm/acm_file.php on line 88


which is displayed at the bottom of the forum all the time. I have changed permissions of 'acm/acm_file.php ' to 777.

I also have the problem that when I go to change the settings in ACP the above error happens and goes straight to a blank page to show the above error.

I have cleared the cache, both in the ACP and and directly (including removing .htaccess).



Thanks to StaticFX I can now get the smilies to work in IE6. For those who don't know where to add the extra code

I have removed what I thought was a fix as it only worked once.
Last edited by Dave on 13 Jun 2007, 08:22, edited 1 time in total.
User avatar
Dave    
Supporter
Supporter
 
Posts: 57
Joined: 10 Apr 2007, 02:46
Location: Kent, UK
Gender: Male

Re: Quick Posting 2.0 for phpBB 3.0.B6-dev

Postby StaticFX » 13 Jun 2007, 08:11

Dave, that fix didnt work right.. look a few posts up and use that fix.. (adding code to the quick_editor.js)
adding the entire editor.js file causes other issues.....

ftp into your site...
change the permissions on the CACHE folder to 755

im guessing that it cant write to the folder?
User avatar
StaticFX
Lt. Jr Grade
Lt. Jr Grade
 
Posts: 137
Joined: 27 Mar 2007, 13:14
Gender: Male

Re: Quick Posting 2.0 for phpBB 3.0.B6-dev

Postby Dave » 13 Jun 2007, 08:24

StaticFX wrote:Dave, that fix didnt work right.. look a few posts up and use that fix.. (adding code to the quick_editor.js)
adding the entire editor.js file causes other issues.....

ftp into your site...
change the permissions on the CACHE folder to 755

im guessing that it cant write to the folder?


100% right on both issues StaticFX, thanks very much for the help.

You may see a duplicate of this post on phpBB.com which I am just going to edit, please dont reply to that one.

Thanks again for your help StaticFX
User avatar
Dave    
Supporter
Supporter
 
Posts: 57
Joined: 10 Apr 2007, 02:46
Location: Kent, UK
Gender: Male

PreviousNext

Return to Topic, Forum, Posting MOD Downloads

Who is online

Users browsing this forum: Google Adsense [Bot], Sogou [Bot] and 4 guests