Quick Posting 1.1.1

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

How do you like that mod?

I Love It! (5 stars)
28
61%
I Really Like It! (4 stars)
5
11%
I Like It (3 stars)
8
17%
I Don't Like It (2 stars)
3
7%
I Hate It (1 star)
2
4%
 
Total votes : 46

Re: Quick Posting 1.1.1

Postby c4gamerz » 11 Apr 2007, 22:34

well while editing includes/ucp/ucp_prefs.php there are four
Code: Select all
);

            if ($submit)
            {


so where should i add lines

Code: Select all
               // Quick Posting MOD 1.1 (2006-12-17)
               'display_quick_topic'   => request_var('display_quick_topic', (bool) $user->data['user_display_quick_topic']),
               'display_quick_reply'   => request_var('display_quick_reply', (bool) $user->data['user_display_quick_reply']),
c4gamerz    
Cadet IV
Cadet IV
 
Posts: 53
Joined: 09 Apr 2007, 07:48
Location: Pakistan
Gender: Male
phpBB Knowledge: 10


Re: Quick Posting 1.1.1

Postby c4gamerz » 12 Apr 2007, 04:52

hey quick post successfully installed

Code: Select all
http://tinypic.com/view.php?pic=2lv245w


but i got error messages in user control panel -> forum preference check it out and tell me any possible solution thanks

Code: Select all
http://i16.tinypic.com/2ywuwsk.jpg
c4gamerz    
Cadet IV
Cadet IV
 
Posts: 53
Joined: 09 Apr 2007, 07:48
Location: Pakistan
Gender: Male
phpBB Knowledge: 10

Re: Quick Posting 1.1.1

Postby eviL3 » 12 Apr 2007, 05:21

It looks as if you didn't run the sql queries ;)
Image
User avatar
eviL3    
MOD Author
MOD Author
 
Posts: 1002
Joined: 05 Nov 2006, 08:14
Location: Cooking in the MODs kitchen
Gender: Male

Re: Quick Posting 1.1.1

Postby eviL3 » 13 Apr 2007, 03:25

LEW, you need to update your MOD :D:
Spoiler:
Code: Select all
Update of /cvsroot/phpbb/phpBB2/includes/ucp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1527/includes/ucp

Modified Files:
   ucp_pm_compose.php
Log Message:
#9736

Quidquid latine dictum sit, altum sonatur. :P

Index: ucp_pm_compose.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/ucp/ucp_pm_compose.php,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** ucp_pm_compose.php   12 Apr 2007 16:20:38 -0000   1.84
--- ucp_pm_compose.php   13 Apr 2007 04:13:34 -0000   1.85
***************
*** 675,679 ****
     if (($action == 'reply' || $action == 'quote' || $action == 'quotepost') && !$preview && !$refresh)
     {
!       $message_subject = ((!preg_match('/^Re:/', $message_subject)) ? 'Re: ' : '') . censor_text($message_subject);
     }
 
--- 675,679 ----
     if (($action == 'reply' || $action == 'quote' || $action == 'quotepost') && !$preview && !$refresh)
     {
!       $message_subject = ((strpos($message_subject, $user->lang['SUBJECT_CONCERNING_PREFIX']) !== 0) ? $user->lang['SUBJECT_CONCERNING_PREFIX'] : '') . censor_text($message_subject);
     }
Image
User avatar
eviL3    
MOD Author
MOD Author
 
Posts: 1002
Joined: 05 Nov 2006, 08:14
Location: Cooking in the MODs kitchen
Gender: Male

Re: Quick Posting 1.1.1

Postby eviL3 » 13 Apr 2007, 09:36

Argh, it's been changed back again :scratch:
Image
User avatar
eviL3    
MOD Author
MOD Author
 
Posts: 1002
Joined: 05 Nov 2006, 08:14
Location: Cooking in the MODs kitchen
Gender: Male

Re: Quick Posting 1.1.1

Postby amority » 14 Apr 2007, 15:39

Highway of Life wrote:
amority wrote:As I understand that noone can't help me...
We can... what?s the problem?

Can you provide a DETAILED description?

Thanks! :good:


I made everything what was written. No errors no nothing, everything seems to be okay but the only thing what is wrong is that I can't see this quick post oppurtunity in forum. In Admin panel there is this place where I can edit preferences, also edited all files what was written in installation page + sql editing.. all seems to be okay but there is this choice to make quick replay :)

Is it possible that I give u all admin information to log in and check what can be wrong?
.: Movie Actor : October 2007 @ the Cinemas :.
User avatar
amority
Cadet II
Cadet II
 
Posts: 29
Joined: 28 Feb 2007, 16:30
Gender: Male

Re: Quick Posting 1.1.1

Postby Highway of Life » 14 Apr 2007, 16:59

Okay, lets go through a checklist in order:
  1. First, clear your cache directory (everything except for .htaccess)
  2. Refresh your templates
  3. Make sure you are using the style in which you installed the Quick Reply
  4. View source on viewtopic and/or viewforum to see if they are there in the source code somewhere
  5. If none of the above seem to work, you can view the cached files to see if it actually made it in there
  6. If it did not make it in the cache files, it probably did not upload
  7. Make sure the file(s) actually uploaded.
  8. If it still fails, try including the code through the ACP > Styles > Templates > viewtopic/viewforum_body.html
  9. Report back.
Watch out! I might do a code wheelie!

User avatar
Highway of Life    
STG Jedi Master
STG Jedi Master
 
Posts: 10458
Joined: 08 May 2006, 05:23
Location: Beware of Programmers carrying screwdrivers
Gender: Male
phpBB Knowledge: 10

installing mod

Postby saw » 15 Apr 2007, 13:14

i'm trying to install quick posting, I edited all the files etc, but almost at the finish it say
Install ACP module (group "Board Management [acp_board]", name "Quick Posting")

i;m stuck, what do i have to do?

[Mod Edit]
Please ask for mod support in the Mod Topic. You questions will get answered better there. Thanks ;)
[Moved to Quick Posting Mod Topic]
Last edited by stitch626 on 15 Apr 2007, 18:45, edited 1 time in total.
Reason: Posted in phpbb3 support thread
saw
Cadet II
Cadet II
 
Posts: 28
Joined: 06 Apr 2007, 05:30
Gender: Male

Re: installing mod

Postby T50Webmaster » 15 Apr 2007, 18:21

you have to go into your admin control panel and then go to the system tab and add the new module.
If you need help just PM me your site link and admin username and password
pssst...I heard that!!!
Free and paid webhosting
Busy with life, just IM me, or PM me at 110mb.com/forum

Webmaster of a Northeast Wisconsin Boy Scout Troop Website, http://bsat50.info
T50Webmaster    
MOD Author
MOD Author
 
Posts: 629
Joined: 26 Mar 2007, 11:09
Location: Right where my Butt IS!!!
Favorite Team: phpbb
Gender: Male
phpBB Knowledge: 3

Re: [MOD] Quick Posting 0.5.0

Postby saw » 16 Apr 2007, 03:18

i installed the mod, but the quick reply box doesn't apear, do i have to do something else?
i read this:
LEW21 wrote:Informations for PHP-maniacs:

First we are setting $quick_posting_mode, becouse we must know if we should define variables for Quick Reply or Quick New Topic. After that we are including includes/quick_posting.php.
In that file we are defining some variables for template:
  • Should we show Quick Posting box on this page?
  • Should we display "Quick Reply" or "Quick New Topic" as title of Quick Posting box?
  • What we should do when submiting (form action - send as new topic or as reply)?
  • How many options we have and what are default settings for them?
  • What we should do if someone will click on "Add smilies" button?
  • What is the title of our new post? (Re: Topic title or nothing)

In styles/subSilver/template/quick_posting.html we are opening <form> and <center> tags, including our beautiful layout and closing that two HTML tags.
styles/subSilver/template/quick_posting_*.html are our beautiful Quick Posting Box layouts

but i don't understand what to do...
saw
Cadet II
Cadet II
 
Posts: 28
Joined: 06 Apr 2007, 05:30
Gender: Male

PreviousNext

Return to Topic, Forum, Posting MOD Downloads

Who is online

Users browsing this forum: No registered users and 5 guests