the file linked_acct_form.html is missing ^^'Copy: root/styles/prosilver/template/ucp_linked_acct.html
To: styles/prosilver/template/ucp_linked_acct.html
Copy: root/styles/prosilver/template/linked_acct_form.html
To: styles/prosilver/template/linked_acct_form.html
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/functions_linked_acct.php on line 209: Undefined variable: linked_valid
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3580: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2961)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3582: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2961)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3583: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2961)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3584: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2961)
Code: Select all
<!-- Switch Users -->
<form id="switch_user" method="post" action="{U_ACTION}">
<div class="panel">
<div class="inner">
<span class="corners-top"><span></span></span>
<fieldset>
<dl>
<dt><label for="switch_acct">{L_SWITCH_USER}</label></dt>
<dd>
<!-- IF S_LINKED_ACCT_OPTIONS -->
<select name="switch_acct">{S_LINKED_ACCT_OPTIONS}</select>
<!-- ELSE -->
<b class="text medium">{L_NO_LINKED_ACCTS}</b>
<!-- ENDIF -->
</dd>
</dl>
</fieldset>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<fieldset class="submit-buttons">
<input class="btnmain" type="submit" name="submit" value="{L_SWITCH_USER}" />
</fieldset>
</form>
<!-- End Switch Users -->
The three modes / modules was a misunderstanding on my part when I updated the info file... only install (1) and you should be fine (only "manage linked accounts" will be in the next version)mitthoo wrote:also in ACP 3 modules comes which one should be added.. although all of them comes up with same page in UCP.
Typo... I guess I missed one of the variables. I'll get that in the next update.mitthoo wrote:Code: Select all
[phpBB Debug] PHP Notice: in file /includes/functions_linked_acct.php on line 209: Undefined variable: linked_valid
This is normal. When you switch accounts, you are logged out of the old and into the new, so the administration session is ended. phpBB3 doesn't allow you to have an ACP session active without the admin user being logged into the main board.mitthoo wrote:Access to the Administration Control Panel is not allowed as you do not have administrative permissions.
I got this when i liked my Administrator account with other normal registered account while going to the ACP.
mitthoo wrote:I want it to be like this..
Most important of all, it only shows up in ucp. I want this to be enabled throughout the board. no matter where i go.. acrade, gallery, index, viewforum, viewtopic etc..