vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Removing 'Register' Control from Login Panel (https://vborg.vbsupport.ru/showthread.php?t=254797)

Mondi 12-06-2010 11:58 PM

Removing 'Register' Control from Login Panel
 
Hi all,

I'd like to remove the 'Register' control [button] from the Login Panel, offering new registrants an opportunity to click a similar button that we'll embed in a CMS Widget.

Purpose: To route new registrants first to a CMS Page that discusses Registration before they arrive straight at the Registration Process.

Can someone help me take this button 'out'?

Cheers,

Mondi

sheppardzwc 12-07-2010 12:24 AM

You can remove it by editing a template:

AdminCP -> Styles & Templates -> Your Style -> Edit Templates -> header

Find:

HTML Code:

                        <ul class="nouser">
                        <vb:if condition="$show['registerbutton']">
                                <li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
                        </vb:if>

Replace with:

HTML Code:

                        <ul class="nouser">
                        <vb:if condition="$show['registerbutton']">
                                <!-- <li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li> -->
                        </vb:if>


Mondi 12-07-2010 01:41 AM

PRIMO sheppardzwc!

Thanks for your quick response!

Mondi

Kapeket 06-02-2011 12:26 AM

How would I go about removing the entire Login panel from the front page of the CMS? I want to have those who wish to register enter the forum to do that.

victorvu 06-05-2011 02:21 PM

I would like to get the same information to remove the login and display entirely on the CMS page.

thanks in advance.

Victor


All times are GMT. The time now is 06:31 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.01002 seconds
  • Memory Usage 1,716KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete