vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Mini Mods - GTPosting Rules: Posting Rules near editor (https://vborg.vbsupport.ru/showthread.php?t=129349)

Princeton 08-08-2007 03:11 PM

Quote:

Originally Posted by ssslippy (Post 1285141)
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?

click "Mark As Installed" if you want to be notified on new updates

add this to the switch statement in Process Rules (editor_toolbar_end) plugin:
PHP Code:

        case 'project':
        case 
'projectpost':
            
$bbcodeon = ($vbulletin->options['pt_allowbbcode']) ? $vbphrase['on'] : $vbphrase['off'];
            
$imgcodeon = ($vbulletin->options['pt_allowbbimagecode']) ? $vbphrase['on'] : $vbphrase['off'];
            
$htmlcodeon = ($vbulletin->options['pt_allowhtml']) ? $vbphrase['on'] : $vbphrase['off'];
            
$smilieson = ($vbulletin->options['pt_allowsmilies']) ? $vbphrase['on'] : $vbphrase['off'];
            break; 


NFLfbJunkie 08-08-2007 03:39 PM

Where exactly does the code need to go in the plugin?

Princeton 08-08-2007 03:55 PM

you can add it right below

PHP Code:

    switch (THIS_SCRIPT)
    { 


NFLfbJunkie 08-14-2007 08:06 PM

Hey Princeton. Thanks for pointing me where to put the code. I just noticed that the Photoplog pictire gallery script I use has the same problem with the permissions not showing correctly. Is there a way for me to get the permissions to show correctly on the editor from with my Photoplog pages?

Princeton 08-14-2007 08:19 PM

sorry, can't help there .. I don't use Photoplog.

NFLfbJunkie 08-14-2007 08:20 PM

Okay, thanks. Would it be similar to adding what you did for the Project Tools? Or is there something more that needs to be done in addition to this?

wickland 08-22-2007 09:27 PM

Installed!

Thanks!
Best Regards

KevinL 08-22-2007 11:58 PM

Has anyone with Vbseo used this?

When I delete the code from the "posting rules" the vbseo code also gets deleted. It's weird.

NFLfbJunkie 08-30-2007 12:42 PM

Prinecton, I have installed the vBulletin Blog and noticed that the posting rules (near the editor - with this MOD) aren't correct, the same problem that had happened with Project Tools. Would it be possible for a fix for this? Thanks.

WarLion 09-15-2007 07:23 AM

this is cool but my lenguage is not helping with this mod thats a shame

ssslippy 09-28-2007 10:34 PM

Junkie I dont have vbulletin blog installed but I bet the templates are "blog" and "blogpost" or what u can do is turn on templates in the source code and view the page and see what template is being used.

Fenriz 10-02-2007 04:58 AM

Quote:

I have installed the vBulletin Blog and noticed that the posting rules (near the editor - with this MOD) aren't correct
the same problem

MoMan 10-09-2007 04:59 AM

Great mod, but is there any way to only add the code below the main editor and not below the quick reply box?

Princeton 10-10-2007 01:07 PM

you can comment out 'showthread_quickreply' in the editor_toolbar_end hook

PHP Code:

/* 
case 'showthread_quickreply'; 
            $search = '<input type=\"hidden\" name=\"wysiwyg\" id=\"{$editorid}_mode\" value=\"$editortype\" />';     
            $dorules = true; 
            break;
*/ 


NFLfbJunkie 10-10-2007 01:28 PM

How exactly is this done Princeton?

NFLfbJunkie 10-10-2007 01:37 PM

Okay, I figured it out. But I would like to put the posting rules right below the smilies, which are are at the bottom of the editor per your other MOD.

edgecutioner 10-19-2007 09:15 AM

wow just like vb.org has :) thanks

thefullmaza 12-10-2007 08:06 PM

<a href="https://vborg.vbsupport.ru/attachment.php?attachmentid=54807&stc=1&thumb=1&d= " target="_blank">https://vborg.vbsupport.ru/attac...c=1&thumb=1&d=</a>

like this good and thanks

nfn 12-11-2007 08:43 PM

Hi,

I notice that the Version Check URL isn't working!

princeedward 01-25-2008 06:42 PM

Click Installed!!! Thanks A Lot!! ;)

Boofo 04-01-2008 03:33 PM

In RC2 the phrase vb_code_is_x has been changed to bb_code_is_x. Just a heads up. ;)

MissKalunji 04-02-2008 03:02 AM

Thanks!

furst 04-07-2008 04:42 AM

I'm having a problem because my background is black but my editor is standard gray. When the posting rules appear in the editor the non-linked part is always white on gray because smallfont is set that way. When the posting rules are not part of the editor it works perfectly because it's white font on a black background.

Can you suggest a solution to this?

Bounce 04-24-2008 12:15 PM

I have a small problem in that the first lines of the text are missing ....

All I see is :



, Smilies are On, [IMG] code is On, HTML code is On


:confused:

Boofo 04-24-2008 12:55 PM

Quote:

Originally Posted by hIBEES (Post 1498085)
I have a small problem in that the first lines of the text are missing ....

All I see is :



, Smilies are On, [IMG] code is On, HTML code is On


:confused:

https://vborg.vbsupport.ru/showpost....&postcount=101

Bounce 04-24-2008 06:05 PM

Quote:

Originally Posted by Boofo (Post 1498109)

aye seen that so searched phrases but couldnae find it, where would that be B ?

thanks :up:

Boofo 04-24-2008 06:07 PM

You have to change it in the xml file.

Bounce 04-24-2008 08:02 PM

Quote:

Originally Posted by Boofo (Post 1498402)
You have to change it in the xml file.

:up: cheers mate off to do it :)

Edit : Sorted,thanks B

Jase2 04-25-2008 04:53 PM

This is good. However, seems to be a conflict with Photopost. It completely removes the photopost comment box. I'd like to use this; but can't just yet due to that conflict.

Will you be looking into this, Princeton ?

IrPr 05-02-2008 08:32 PM

Princeton, any chance to upgrade to 3.7?

Jase2 05-07-2008 05:41 PM

Princeton, any chance you could try to fix the PhotoPost confliction problem ?

Jase2 06-23-2008 08:37 AM

Any chance of a fix for this conflict, please ?

pranaysanghavi 07-25-2008 04:26 PM

hi, where is this?

open the GTPR: Process Rules: editor_toolbar_end plugin and add the THIS_SCRIPT value of page to the $excludegtprules array

didnt quite get it ..


also, some part is not showing here, other items r proper.. http://officechai.com/testvbforum/showthread.php?t=11
why so?

pranaysanghavi 07-27-2008 09:44 AM

Quote:

Originally Posted by hIBEES (Post 1498521)
:up: cheers mate off to do it :)

Edit : Sorted,thanks B

which xml, can u please specify?
I am having trouble installin this properly. See my earlier post.
help appreciated:confused:

ManagerJosh 08-20-2008 08:55 PM

anyone has this working for vbulletin-blogs ? Or the rest of vBulletin 3.7?

Delphiprogrammi 09-12-2008 06:03 PM

hi,

I added it myself to usernote infractions visitor messages pictures comments etc etc only thing i cannot figure out is the quickcomment ones it's driving me nuts

Delphiprogrammi 09-20-2008 01:26 PM

hi,

I got it working all including the quickcomment ones ! only announcement.php refuse to show up

if anybody wants this on 3.7.3(PL1) give me a yell :D

Delphiprogrammi 09-26-2008 10:10 AM

hi,

Got it's showing in announcements.I love it when a plan comes together :D i don't have a blog licence through

FENIX 10-08-2008 06:49 PM

Just started a new forum and had the same problem as others - where it looks like , Smilies are On, HTML is Off etc. I remembered having this problem before - the fix is in this thread - right here - so edit the xml file before you import it :)

xorex 10-18-2008 02:41 AM

this hack have conflict Canned Replies :(


All times are GMT. The time now is 01:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01254 seconds
  • Memory Usage 1,801KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete