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)
-   -   Show Thread Enhancements - Limited Guest Viewing -- Motivate Guests to Register (https://vborg.vbsupport.ru/showthread.php?t=231352)

Ted S 12-21-2011 05:15 PM

Quote:

Originally Posted by Winter Sonata (Post 2279663)
Ted S , I am using your Mod since ages :) and it has drived me tons of new members, thanks alot.

I am using the Register Block Page, can I increase the width of the block(page) a bit wider ?

Block uses your error template, change the style on that to change the result but it will impact all site errors.

thompson 12-21-2011 07:37 PM

Quote:

Originally Posted by Ted S (Post 2279781)
I'm not sure what a "great" board is but you'd be far from the biggest site using the mod. Database logging adds a query, the default option does not.



4.x.x

;-)
for me its great.
but thanks for answering. ted.

kizy 12-28-2011 02:22 PM

Hi, this mod is good. I like to use it. But when I testing with Lift Guest Viewing Limit (vbulletin)/along with Greasemonkey -- to remove the viewing limit for guest/unregistered imposed by the LGV addon.... - then this Limit guest Viewing wont work :)

I just wonder, It doesnt matter if I turn ON the Enable Database Logging --> the Limit Guest Viewing completely not working on my site. But when I tested on the other site I will get Lock. Can you tell or explain why it make different b/w my site than the other?

Thank you for the mod.

Winter Sonata 12-29-2011 11:21 AM

Quote:

Originally Posted by Ted S (Post 2279782)
Block uses your error template, change the style on that to change the result but it will impact all site errors.

Can you please let me know what's this template called (the one shows the site error ?

MaXimus 12-29-2011 08:00 PM

Does this work fine with 4.1.9 ?

Ted S 12-30-2011 04:02 AM

Quote:

Originally Posted by Winter Sonata (Post 2281894)
Can you please let me know what's this template called (the one shows the site error ?

Standard Error

Ted S 12-30-2011 04:02 AM

Quote:

Originally Posted by berryracer (Post 2281993)
Does this work fine with 4.1.9 ?

As the descriptions says, 4.x.x

MaXimus 12-30-2011 09:54 AM

thanks! installed and nominated!

Vattermann 01-05-2012 07:48 PM

Works fine her on 4.1.9 Thanks :)

Winter Sonata 01-05-2012 11:08 PM

Quote:

Originally Posted by Ted S (Post 2282095)
Standard Error

Thanks alot Ted S but

This is the template :

Code:

{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" <vb:if condition="!is_browser('ie') OR is_browser('ie',8)"> dir="{vb:stylevar textdirection}"</vb:if> lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
        {vb:raw headinclude}
        <vb:if condition="$show['search_noindex']"><meta name="robots" content="noindex,follow" /></vb:if>

        <title>{vb:raw pagetitle}</title>
       
        <script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>

        {vb:raw headinsert}
{vb:raw headinclude_bottom}
</head>
<body>

{vb:raw header}

{vb:raw navbar}

<div class="standard_error">
        <h2 class="blockhead">{vb:rawphrase vbulletin_message}</h2>
        <vb:if condition="$show['permission_error'] OR $show['error_form']">
                <form class="block vbform"  method="post" action="login.php?do=login" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})">
                        <vb:if condition="$show['permission_error']">
                                <input type="hidden" name="do" value="login" />
                                <input type="hidden" name="url" value="{vb:raw scriptpath}" />
                                <input type="hidden" name="vb_login_md5password" />
                                <input type="hidden" name="vb_login_md5password_utf" />
                                {vb:raw postvars}
                                <input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
                                <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                                <div class="blockbody formcontrols">
                                       
                                        <h3 class="blocksubhead">{vb:rawphrase not_logged_no_permission}</h3>
                                        <div class="blockrow restore">
                                                <ol>
                                                        <li>{vb:rawphrase not_logged_in_fill_in_form}</li>
                                                        <li>{vb:rawphrase may_not_have_sufficient_privileges}</li>
                                                        <li>{vb:rawphrase administrator_may_disabled_account}</li>
                                                </ol>
                                        </div>
                                        <p class="blockrow">{vb:rawphrase admin_required_register, {vb:raw session.sessionurl}}</p>
                                       
                                        <h3 class="blocksubhead">{vb:rawphrase log_in}</h3>               
                                        <div class="blockrow">
                                                <label for="vb_login_username">{vb:rawphrase username}:</label>
                                                <input type="text" class="primary textbox" id="vb_login_username" name="vb_login_username" accesskey="u" tabindex="1" />
                                        </div>
                                        <div class="blockrow">                       
                                                <label for="vb_login_password">{vb:rawphrase password}:</label>
                                                <input type="password" class="primary textbox" id="vb_login_password" name="vb_login_password" tabindex="1" />
                                        </div>
                                        <div class="blockrow singlecheck">
                                                <label for="cb_cookieuser"><input type="checkbox" name="cookieuser" id="cb_cookieuser" value="1" tabindex="1" /> {vb:rawphrase remember_me}</label>
                                        </div>
                                       
                                </div>
                                <div class="blockfoot actionbuttons">
                                        <div class="group">
                                                <input type="submit" class="button" value="{vb:rawphrase log_in}" accesskey="s" tabindex="1" />
                                                <input type="reset" class="button" value="{vb:rawphrase reset_fields}" accesskey="r" tabindex="1" />
                                        </div>
                                </div>
                        <vb:comment>
                                Mainly to support inline mod login -- which should be probably be merged with above login code
                                in some way
                        </vb:comment>
                        <vb:elseif condition="$show['error_form']" />
                                {vb:raw errormessage}
                        </vb:if>
                </form>
        <vb:else />
                <div class="blockbody formcontrols">
                        <div class="blockrow restore">{vb:raw errormessage}</div>
                </div>
        </vb:if>
</div>

<vb:if condition="!$show['enableforumjump']">{vb:raw forumjump}</vb:if>

{vb:raw footer}
</body>
</html>

What should I change to make the block's wiedth wider ?


All times are GMT. The time now is 03:55 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.01630 seconds
  • Memory Usage 1,770KB
  • 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
  • (1)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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