Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
GTPosting Rules: Posting Rules near editor Details »»
GTPosting Rules: Posting Rules near editor
Version: 1.1.2, by Princeton Princeton is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.8 Rating:
Released: 10-16-2006 Last Update: 06-12-2007 Installs: 148
Uses Plugins Template Edits
 
No support by the author.

Custom modification brought to you by Joe Velez (aka Princeton vbulletin.org Admin).

Sometimes, it's the little things in life that makes us happy:

GTPosting Rules is a NO TEMPLATE EDITS mod to display Posting Rules near the editor. This mod will add the Posting Rules to all editors including quickreply and quickedit. Take a look at the following attachments if you do not understand what I mean.

Show your support and click Mark As Installed, Nominate For MOTM, or Support Developer.

All you have to do is upload the "product-gtpostingrules.xml" file via the Plugins & Products System.

No template edits required.

by Princeton, GO-TOTAL LLC, Vineland, NJ USA

To exclude rules from showing up under the editor, open the GTPR: Process Rules: editor_toolbar_end plugin and add the THIS_SCRIPT value of page to the $excludegtprules array.


History:

v 1.1.2 : Fixed Quick Edit problems and added option to exclude specific pages.
v 1.1.1 : Fixed Template Edit Error
v 1.1.0 : Fixed rules from displaying in Edit Signature.
v 1.0.0
: Missing template in xml.

You may also be interested in:

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 06-18-2007, 12:26 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by alfaowner View Post
will this work for 3.6.4? as I have that same error with the comments box
I have no idea what you are referring to.
Reply With Quote
  #73  
Old 06-18-2007, 04:39 PM
alfaowner alfaowner is offline
 
Join Date: Jul 2003
Location: London
Posts: 201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Deska View Post
Great, my photopost page is n/p now, thank you
Anyone who have problem with photopost, follow Princeton instructions, your exclude array will look like this:
PHP Code:
$excludegtprules = array(
    
// signatures
    
'profile',
    
'announcement',
    
'showphoto',
); 
This is what I am reffering to, will the new version work with 3.6.4 as it also gives me the same problem as per the quote above.
Reply With Quote
  #74  
Old 06-18-2007, 08:00 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I really can't say ... I don't have 3.6.4 to test.
You can install it and try it out.
Reply With Quote
  #75  
Old 06-18-2007, 08:04 PM
alfaowner alfaowner is offline
 
Join Date: Jul 2003
Location: London
Posts: 201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Princeton View Post
I really can't say ... I don't have 3.6.4 to test.
You can install it and try it out.
Fair enough, it wouldnt install as it said it was the wrong version of vbulletin, where would I place this code though.

Many thanks

Ao

$excludegtprules = array(
// signatures
'profile'
,
'announcement'
,
'showphoto'
,
);
Reply With Quote
  #76  
Old 06-26-2007, 12:57 AM
NFLfbJunkie NFLfbJunkie is offline
 
Join Date: Sep 2006
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed the plugin and the posting rules are beneath the posting box. Is there a way to put them directly underneath the smilies, but outside the smiley box?
Reply With Quote
  #77  
Old 07-01-2007, 08:16 AM
Skavenger Skavenger is offline
 
Join Date: Sep 2005
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

why don't you put posting rules into the box in this template, like in the other screenshots? I think it will look better under the smilies
Reply With Quote
  #78  
Old 07-01-2007, 11:22 AM
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Posts: 1,715
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's working great, but doesn't seem to display properly on the comment posting page for the Interactive Profiles modification, displaying that everything is disabled even when the vB code and Smilies are allowed.
Reply With Quote
  #79  
Old 07-01-2007, 11:23 AM
Silvio's Avatar
Silvio Silvio is offline
 
Join Date: Nov 2005
Location: Italy
Posts: 140
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Skavenger View Post
why don't you put posting rules into the box in this template, like in the other screenshots? I think it will look better under the smilies
Yes i agree! then an issue with photopost will also disappear.
infact this mod is not confortable (or opposite - donno) with PP562, if u try to write a comment with full vb integration, then the comment pane will disappear on PP. I did many trials and the conflict is with this hack.
Pls Princeton can u illuminate us how to fix it. regards.

attached 2 explicative images.

take care
ciao
Reply With Quote
  #80  
Old 07-01-2007, 11:27 AM
Silvio's Avatar
Silvio Silvio is offline
 
Join Date: Nov 2005
Location: Italy
Posts: 140
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cheat-master30 View Post
It's working great, but doesn't seem to display properly on the comment posting page for the Interactive Profiles modification, displaying that everything is disabled even when the vB code and Smilies are allowed.
same here.
Reply With Quote
  #81  
Old 07-07-2007, 12:34 PM
ssslippy ssslippy is offline
 
Join Date: Jan 2006
Posts: 877
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Princeton could you update this to work with Project Tools. Currently it says they are off but are they on or is this not possible?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:43 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08944 seconds
  • Memory Usage 2,318KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete