vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - Notices Options (https://vborg.vbsupport.ru/showthread.php?t=245240)

Vitaly 04-05-2011 07:41 PM

Thanks for your help. I'll recheck code tomorrow and update product

f4vn 06-26-2011 06:28 PM

This mod doesn`t work on vb 4.1.4. I can`t post a quick reply if it is enable.

Greight 07-07-2011 07:30 AM

Quote:

Originally Posted by f4vn (Post 2213123)
This mod doesn`t work on vb 4.1.4. I can`t post a quick reply if it is enable.

Confirmed. Also you get a blank page after hitting Go to Advanced reply form.

mgurain 04-19-2012 04:42 PM

Quote:

Originally Posted by Greight (Post 2217688)
Confirmed. Also you get a blank page after hitting Go to Advanced reply form.

I confirm the same, it causes a blank page after hitting quick reply,
please solve it ?

Thanks,,

Mark.B 04-19-2012 06:30 PM

Developer last online 24th Sept 2011...think you've had it!

Videx 04-20-2012 11:00 PM

At least Vitaly had the decency to mark all his mods as reusable code before he wandered off.

vbenhancer 04-21-2012 12:22 AM

i didn't notice it was reusable, i can integrate it to my own Notices Pack, so it would be debugged and supported...

JesWhite 02-06-2016 11:23 AM

Quote:

Originally Posted by Greight (Post 2217688)
Confirmed. Also you get a blank page after hitting Go to Advanced reply form.

i need to update.
blank page problem.

JesWhite 02-07-2016 08:26 AM

Quote:

Originally Posted by vbenhancer (Post 2322068)
i didn't notice it was reusable, i can integrate it to my own Notices Pack, so it would be debugged and supported...

your addon good but there isnt quick reply :(

boggseric 03-02-2016 11:36 PM

I was able to fix the blank page by modifying the rcd_n_o_additional_notices template. It had code in it for dismissing a notice which doesn't appear to be required anymore?

As a note, I do also have https://vborg.vbsupport.ru/showthread.php?t=277022 installed but I don't think that changed anything.


So I changed rcd_n_o_additional_notices from
Code:

<vb:if condition="$show['quickreply'] OR $show['quickcomment']">

        <form action="profile.php?do=dismissnotice" method="post" id="additional_notices" class="notices">

                <input type="hidden" name="do" value="dismissnotice" />

                <input type="hidden" name="s" value="{vb:raw session.sessionurl}" />

                <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />

                <input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />

                <input type="hidden" name="url" value="{vb:raw return_link}" />

                <ol>

                        {vb:raw additional_notices}

                </ol>

        </form>

</vb:if>

to..

Code:

<vb:if condition="$show['quickreply'] OR $show['quickcomment']">


                        {vb:raw additional_notices}

</vb:if>

I am still able to dismiss the notice if that option is enabled and I am able to post as normal without getting the blank page.


All times are GMT. The time now is 12:45 AM.

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.01518 seconds
  • Memory Usage 1,738KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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