vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   How to make code to work in register template (https://vborg.vbsupport.ru/showthread.php?t=272089)

fxwoody 10-15-2011 01:06 PM

How to make code to work in register template
 
1 Attachment(s)
Ok, i'm stuck like hell here!
I am using Aniron's plugin https://vborg.vbsupport.ru/showthread.php?t=165951 in my 4.1.3 and want to add an extra tool to go with it.
Since i have a Prez generator and that we can build introduction from it, i want to be able to add a button in the "register" template for the member to use when they are registering on the forum and therefor adding the BBcode from the Prez to the plugin of Aniron.

Now, i managed to add the codes to the "modifyprofile" template to show the button and text info with out a problem but when it comes to the main registration page, the button doesn't show up !

This is my code for the button redirect to the Prez:

Code:

<!-- intro on reg -->
                  <h3 class="blocksubhead">{vb:rawphrase tool_intro}</h3>
                    <div class="section">
                      <div class="blockrow singlebutton">
                                <label>{vb:rawphrase mem_prez}:</label>               
                                <div class="rightcol">
                                        <!-- DO NOT REMOVE -->
                                        <input type="image" style="width: 1px; height: 1px;" src="clear.gif" />
                                        <!-- / DO NOT REMOVE -->
                                        <a href="http://mywebsite.com/prez/?page=membres/" target="_blank"><input type="button" class="button" tabindex="1" value="{vb:rawphrase button_prez}" name="Prezium" /></a>
                                </div>
                                <p class="description">
                                        {vb:rawphrase info_intro}
                                </p>
                        </div>
                    </div>
<!-- intro on reg end -->

This is all good up to now and both the button and plugin text window from profile field are ok but i can't make it to show in the register template????

I tried under this code from it but nothing comes up

Register template:
Code:

                <vb:if condition="$show['customfields_profile']">
                        <h3 class="blocksubhead">{vb:rawphrase additional_required_information_profile}</h3>
                        <div class="section">
                                {vb:raw customfields_profile}
                                <vb:if condition="$show['birthday']">{vb:raw birthdayfields}</vb:if>
                        </div>
                </vb:if>

and if i put it on top of this one
Code:

                <h3 class="blocksubhead">{vb:rawphrase additional_information}</h3>
                <div class="section">
                        <vb:if condition="$show['referrer']">
                        <div class="blockrow">
                                <label for="referrerfield_ctrl">{vb:rawphrase referrer}:</label>
                                <div class="rightcol">
                                        <div id="referrerfield" class="popupmenu nomouseover noclick nohovermenu">
                                                <input id="referrerfield_ctrl" type="text" class="primary textbox popupctrl" name="referrername" value="{vb:raw referrername}" tabindex="1" maxlength="{vb:raw vboptions.maxuserlength}" />
                                                <div id="referrerfield_body" class="popupbody"></div>
                                        </div>
                                        <script type="text/javascript" src="clientsc

it shows on the registration page but not where i want it to be obviously :(

I've attached some pic to show you guys :)

Hope someone can give me a little hand with this one ;)

Tks


All times are GMT. The time now is 05:15 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.01096 seconds
  • Memory Usage 1,733KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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