At what point does this happen? when clicking on edit page in the left hand navigation? when clicking on the overview page or after making the edits and clicking submit?cisco007 wrote:i got a problem with this mod everthing works great but after i create the page i try to edit and i get a blank page!
under posting -> mypageevina wrote:I can't really find a post on this so...
Where do you customize the options in the ACP?
using a prosilver or prosilver based template? or subsilver or subsilver based template?cisco007 wrote:i click edit page on the left hand side then select the page i need to edit, i get the blank page, or when i am in the overview area i click down on the bottom to edit the page i want and i get a blank page when the browser points here mydomainname/ucp.php?i=mypage&mode=edit&page_id=1&sid=7bbc20f85cb93ae63fbd05a608dbcf15.
Code: Select all
CHMOD images/mypage_uploads to 777
make sure styles / prosilver / template / mypage / ucp_edit.html looks like the followingcisco007 wrote:I am using prosilver, phpbb 3.0.4 with some mods. But have not done any edits since i installed it!
Code: Select all
<!-- INCLUDE ucp_header.html -->
<!-- IF VIEW == 'select_user' -->
<!-- ELSEIF VIEW == 'page_select' -->
<h2>{L_MP_MYPAGE} - {L_MP_EDIT_PAGE}</h2>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<h3>{L_MP_SELECT}</h3>
<dl class="details">
<!-- BEGIN pages -->
<dt>{pages.PAGE_TITLE}:</dt> <dd><a href="{pages.SELECT_URL}">{L_MP_SELECT}</a></dd>
<!-- END pages -->
</dl>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ELSEIF VIEW == 'page_edit' -->
<form id="postform" name="postform" method="post" action="{BASIC_REDIRECT}">
<h2>{L_MP_MYPAGE} - {L_MP_EDIT_PAGE} ({MP_MYPAGE_TITLE})</h2>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<h3>{L_MP_GENERAL_OPTIONS}</h3>
<fieldset>
<dl>
<dt><label for="mypage_title">{L_MP_PAGE_TITLE}:</label></dt>
<dd>
<label for="mypage_title">
<input type="text" name="mypage_title" value="{MP_MYPAGE_TITLE}" />
</label>
</dd>
</dl>
<!-- IF SHOW_ALLOW_COMMENTS -->
<dl>
<dt><label for="allow_comments">{L_MP_ALLOW_COMMENTS}:</label></dt>
<dd>
<label for="allow_comments1"><input name="allow_comments" id="allow_comments1" value="1" <!-- IF MP_ALLOW_COMMENTS == '1' -->checked="yes" <!-- ENDIF -->type="radio"> {L_YES}</label>
<label for="allow_comments0"><input name="allow_comments" id="allow_comments0" value="0" <!-- IF MP_ALLOW_COMMENTS == '0' -->checked="yes" <!-- ENDIF -->type="radio"> {L_NO}</label>
</dd>
</dl>
<!-- ENDIF -->
<!-- IF SHOW_ALLOW_RATINGS -->
<dl>
<dt><label for="allow_ratings">{L_MP_ALLOW_RATINGS}:</label></dt>
<dd>
<label for="allow_ratings1"><input name="allow_ratings" id="allow_ratings1" value="1" <!-- IF MP_ALLOW_RATINGS == '1' -->checked="yes" <!-- ENDIF -->type="radio"> {L_YES}</label>
<label for="allow_ratings0"><input name="allow_ratings" id="allow_ratings0" value="0" <!-- IF MP_ALLOW_RATINGS == '0' -->checked="yes" <!-- ENDIF -->type="radio"> {L_NO}</label>
</dd>
</dl>
<!-- ENDIF -->
<!-- IF SHOW_PARSE_HTML -->
<dl>
<dt><label for="parse_html">{L_MP_PARSE_HTML}:</label></dt>
<dd>
<label for="parse_html1"><input name="parse_html" id="parse_html1" value="1" <!-- IF MP_PARSE_HTML == '1' -->checked="yes" <!-- ENDIF -->type="radio"> {L_YES}</label>
<label for="parse_html0"><input name="parse_html" id="parse_html0" value="0" <!-- IF MP_PARSE_HTML == '0' -->checked="yes" <!-- ENDIF -->type="radio"> {L_NO}</label>
</dd>
</dl>
<!-- ENDIF -->
<!-- IF SHOW_PARSE_BBCODE -->
<dl>
<dt><label for="parse_bbcode">{L_MP_PARSE_BBCODE}:</label></dt>
<dd>
<label for="parse_bbcode1"><input name="parse_bbcode" id="parse_bbcode1" value="1" <!-- IF MP_PARSE_BBCODE == '1' -->checked="yes" <!-- ENDIF -->type="radio"> {L_YES}</label>
<label for="parse_bbcode0"><input name="parse_bbcode" id="parse_bbcode0" value="0" <!-- IF MP_PARSE_BBCODE == '0' -->checked="yes" <!-- ENDIF -->type="radio"> {L_NO}</label>
</dd>
</dl>
<!-- ENDIF -->
<!-- IF SHOW_PARSE_SMILES -->
<dl>
<dt><label for="parse_smiles">{L_MP_PARSE_SMILES}:</label></dt>
<dd>
<label for="parse_smiles"><input name="parse_smiles" id="parse_smiles1" value="1" <!-- IF MP_PARSE_SMILES == '1' -->checked="yes" <!-- ENDIF -->type="radio"> {L_YES}</label>
<label for="parse_smiles0"><input name="parse_smiles" id="parse_smiles0" value="0" <!-- IF MP_PARSE_SMILES == '0' -->checked="yes" <!-- ENDIF -->type="radio"> {L_NO}</label>
</dd>
</dl>
<!-- ENDIF -->
<!-- IF SHOW_PARSE_URL -->
<dl>
<dt><label for="parse_url">{L_MP_PARSE_URL}:</label></dt>
<dd>
<label for="parse_url1"><input name="parse_url" id="parse_url1" value="1" <!-- IF MP_PARSE_URL == '1' -->checked="yes" <!-- ENDIF -->type="radio"> {L_YES}</label>
<label for="parse_url0"><input name="parse_url" id="parse_url0" value="0" <!-- IF MP_PARSE_URL == '0' -->checked="yes" <!-- ENDIF -->type="radio"> {L_NO}</label>
</dd>
</dl>
<!-- ENDIF -->
</fieldset>
<br />
<h3>{L_MP_STYLE_OPTIONS}</h3>
<fieldset>
<dl>
<dt><label for="bg_color">{L_MP_BGRND_COLOR}:</label></dt>
<dd>
<label for="bg_color"><select id="bg_color" name="bg_color">
<!-- BEGIN select_bg_color -->
<option value="{select_bg_color.VAL}" {select_bg_color.SEL}>{select_bg_color.LANG}</option>
<!-- END select_bg_color -->
</select></label>
</dd>
</dl>
<dl>
<dt><label for="bg_img_url">{L_MP_BGRND_IMAGE}:</label></dt>
<dd>
<label for="bg_img_url">
<input class="inputbox" type="text" id="bg_img_url" name="bg_img_url" value="<!-- IF MP_BG_IMG_URL -->{MP_BG_IMG_URL}<!-- ENDIF -->" />
</label>
</dd>
</dl>
<dl>
<dt><label for="bg_style">{L_MP_BGRND_STYLE}:</label></dt>
<dd>
<label for="bg_style"><select id="bg_style" name="bg_style">
<option value="repeat"<!-- IF MP_BG_STYLE == 'repeat' --> selected="yes"<!-- ENDIF -->>Repeat Full Page</option>
<option value="repeat-y"<!-- IF MP_BG_STYLE == 'repeat-y' --> selected="yes"<!-- ENDIF -->>Repeat Vertically</option>
<option value="repeat-x"<!-- IF MP_BG_STYLE == 'repeat-x' --> selected="yes"<!-- ENDIF -->>Repeat Horizontally</option>
</select></label>
<label for="bg_style_1"><select id="bg_style_fix" name="bg_style_fix">
<option value="fixed"<!-- IF MP_BG_STYLE_FIX == 'fixed' --> selected="yes"<!-- ENDIF -->>Fixed</option>
<option value="scroll"<!-- IF MP_BG_STYLE_FIX == 'scroll' --> selected="yes"<!-- ENDIF -->>Scroll</option>
</select></label>
</dd>
</dl>
<dl>
<dt><label for="fnt_size">{L_MP_FONT_SIZE}:</label></dt>
<dd>
<label for="fnt_size">
<select id="fnt_size" name="fnt_size">
<!-- BEGIN select_fnt_size -->
<option value="{select_fnt_size.VAL}" {select_fnt_size.SEL}>{select_fnt_size.LANG}</option>
<!-- END select_fnt_size -->
</select>
</label>
</dd>
</dl>
<dl>
<dt><label for="fnt_color">{L_MP_FONT_COLOR}:</label></dt>
<dd>
<label for="fnt_color"><select id="fnt_color" name="fnt_color">
<!-- BEGIN select_fnt_color -->
<option value="{select_fnt_color.VAL}" {select_fnt_color.SEL}>{select_fnt_color.LANG}</option>
<!-- END select_fnt_color -->
</select></label>
</dd>
</dl>
</fieldset>
<br />
<a id="editor" name="editor"></a>
<h3>{L_MP_EDITOR}</h3>
<fieldset class="fields1">
<script type="text/javascript">
// <![CDATA[
var form_name = 'postform';
var text_name = 'message';
var load_draft = false;
var upload = false;
// Define the bbCode tags
var bbcode = new Array();
var bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','
if your using a windows server ignore that line, if using a linux server this is the permissions to give that directory, this allows the web server to add files to this folderevina wrote:What does this mean in the DIY section of the modx file?
I can't seem to find the mypage section under the posting tab of the ACP. I think I didn everything correctly. I added the files, did the edits, run the intall file and removed the install folder.Code: Select all
CHMOD images/mypage_uploads to 777
Ok, but the installation still didn't work. I still can't find the mypage section under the posting tab of the ACP.Josh18657 wrote:if your using a windows server ignore that line, if using a linux server this is the permissions to give that directory, this allows the web server to add files to this folderevina wrote:What does this mean in the DIY section of the modx file?
I can't seem to find the mypage section under the posting tab of the ACP. I think I didn everything correctly. I added the files, did the edits, run the intall file and removed the install folder.Code: Select all
CHMOD images/mypage_uploads to 777