[Update] Fix registration display with 'redirect_registered' ?
akm Offline
Member
***
Posts: 115
Joined: Nov 2011
Post: #5
[Update3] RE: Where to find template 'redirect_registered' ?
(03-04-2012 11:59 AM)ZiNgA BuRgA Wrote:  The mention of that in the templatelist is probably a bug.  I'm guessing it really should be 'redirect'

Darn, am trying to fix the email activation (redirect) message display (scrnshot attached), and running out of possibilities for where might fix.

No idea how it got the way it did.

The redirect display field is about 1/3rd wider than all other display layout on the page.

Any suggestion on where to look ?

Ps:  
Sorry, should have mentioned main question in 1st post, but thought (mistakenly of course) that was on the path to figuring out with the 'lost template'.

Ps2:
Just received a reply to 'lost template:' question at MyBB forum, and word was that redirect_registered, in the following member.php code, is listing a language variable...

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/**
 * MyBB 1.6
 * Copyright 2010 MyBB Group, All Rights Reserved
 *
 * Website: http://mybb.com
 * License: http://mybb.com/about/license
 *
 * $Id: member.php 5616 2011-09-20 13:24:59Z Tomm $
 */
define("IN_MYBB", 1);
define('THIS_SCRIPT', 'member.php');
define("ALLOWABLE_PAGE", "register,do_register,login,do_login,logout,lostpw,do_lostpw,activate,resendactivation,do_resendactivation,resetpassword");
$nosession['avatar'] = 1;

$templatelist = "member_register,error_nousername,error_nopassword,error_passwordmismatch,error_invalidemail,error_usernametaken,error_emailmismatch,error_noemail,redirect_registered,member_register_hiddencaptcha";

$templatelist .= ",redirect_loggedout,login,redirect_loggedin,error_invalidusername,error_invalidpassword,member_profile_email,member_profile_offline,member_profile_reputation,member_profile_warn,member_profile_warninglevel,member_profile_customfields_field,member_profile_customfields,member_profile_adminoptions,member_profile,member_login,member_profile_online,member_profile_modoptions,member_profile_signature,member_profile_groupimage,member_profile_referrals";

Does that make sense ?
If so, then will update my grey-cells database.

Ps3:
Display error caused by language text edit error at...
$l['redirect_registered_activation'] =
Still curious about template for that activation display, and what of template: 'redirect_registered' ?  
But maybe discover some day... seems like an unanswerable question at this point ?



Attached File(s) Thumbnail(s)
   

Thanks again for your help !
(This post was last modified: 03-17-2012 09:59 AM by akm.)
03-15-2012 11:13 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
[Update3] RE: Where to find template 'redirect_registered' ? - akm - 03-15-2012 11:13 AM

 Standard Tools
Forum Jump: