Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Text Written In The Album Is On The Right 
 
I would know how you can do to make the text is reflected in the entire page, currently when you write something is on the right side and the left side is empty

sin_t_tulo
 



 
menorcaSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Text Written In The Album Is On The Right 
 
You can just edit templates/default/album_showpage_body.tpl

Code: [Download] [Hide] [Select]
    <td class="row1">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr><td colspan="2" width="100%" align="center" valign="top"><span class="genmed">{EDIT}&nbsp;{DELETE}&nbsp;{LOCK}&nbsp;{MOVE}&nbsp;{COPY}</span></td></tr>
        <tr>
            <td width="50%" align="right" valign="top"><span class="genmed">{L_POSTER}:</span></td>
            <td width="50%" align="left" valign="top"><span class="genmed"><b>{POSTER}</b></span></td>
        </tr>
        <tr>
            <td valign="top" align="right"><span class="genmed">{L_PIC_TITLE}:</span></td>
            <td valign="top" align="left"><b><span class="genmed">{PIC_TITLE}</span></b></td>
        </tr>
        <tr>
            <td valign="top" align="right"><span class="genmed">{L_DOWNLOAD}:</span></td>
            <td valign="top" align="left"><a href="{U_PIC_DL}" class="genmed"><b>{PIC_TITLE}</b></a></td>
        </tr>
        <tr>
            <td valign="top" align="right"><span class="genmed">{L_PIC_DETAILS}:</span></td>
            <td valign="top" align="left"><b><span class="genmed">{L_PIC_ID}:&nbsp;{PIC_ID}&nbsp;-&nbsp;{L_PIC_TYPE}:&nbsp;{PIC_TYPE}&nbsp;-&nbsp;{L_PIC_SIZE}:&nbsp;{PIC_SIZE}</span></b></td>
        </tr>
        <tr>
            <td valign="top" align="right"><span class="genmed">{L_PIC_BBCODE}:</span></td>
            <td valign="top" align="left"><form name="select_all" action=""><input class="post" name="BBCode" size="50" maxlength="200" value="{PIC_BBCODE}" type="text" readonly="readonly" onclick="this.form.BBCode.focus();this.form.BBCode.select();" /></form></td>
        </tr>
        <tr>
            <td valign="top" align="right"><span class="genmed">{L_POSTED}:</span></td>
            <td valign="top" align="left"><b><span class="genmed">{PIC_TIME}</span></b></td>
        </tr>
        <tr>
            <td valign="top" align="right"><span class="genmed">{L_VIEW}:</span></td>
            <td valign="top" align="left"><b><span class="genmed">{PIC_VIEW}</span></b></td>
        </tr>
        <!-- BEGIN rate_switch -->
        <tr>
            <td valign="top" align="right"><span class="genmed">{L_RATING}:</span></td>
            <td valign="top" align="left">
                <span class="genmed"><b>{PIC_RATING}</b></span>
                <!-- BEGIN rate_row -->
                <form name="ratingform" action="{S_ALBUM_ACTION}" method="post" onsubmit="return checkFormRate();">
                    <select name="rating">
                        <option value="-1">{S_RATE_MSG}</option>
                        <!-- BEGIN rate_scale_row -->
                        <option value="{rate_switch.rate_row.rate_scale_row.POINT}">{rate_switch.rate_row.rate_scale_row.POINT}</option>
                        <!-- END rate_scale_row -->
                    </select>&nbsp;
                    <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" />
                </form>
                <!-- END rate_row -->
                <br />
            </td>
        </tr>
        <!-- END rate_switch -->
        <tr>
            <td valign="top" align="right"><span class="genmed">{L_PIC_DESC}:</span></td>
            <td valign="top" align="left"><div class="post-text">{PIC_DESC}</div></td>
        </tr>
        </table>
    </td>

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Text Written In The Album Is On The Right 
 
My interest is that the text is expanded.

 album_1376159128_312640
 



 
menorcaSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Text Written In The Album Is On The Right 
 
you can try something like this
 asp

find
Code: [Download] [Hide] [Select]
<tr>
 <td valign="top" align="right"><span class="genmed">{L_PIC_DESC}:</span></td>
 <td valign="top" align="left"><div class="post-text">{PIC_DESC}</div></td>
 </tr>


replace with
Code: [Download] [Hide] [Select]
        <tr>
            <td valign="top" align="right"><span class="genmed">{L_PIC_DESC}:</span></td>
        </tr>
        <table>
        <tr>
            <td valign="top" align="left"><div class="post-text">{PIC_DESC}</div></td>
        </tr>
        </table>

 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron