View Single Post
Old July 8th, 2008, 11:17 PM   #20 (permalink)
skidpics
Ultimate Member
 
Join Date: Jun 2007
Location: Texas
Posts: 1,362
Send a message via Yahoo to skidpics
Why don't you just move all the blocks to show - if that is what you want? You must edit the local showphoto.tmpl file and reupload it to get the html to work correctly!
You can also change the text before the coding in your language file - doing that now for me..

Like so:

Quote:
if ( $Globals['showubb'] == "yes" )
{
echo<<<PPPRINT
<tr>
<td class="{$Style['tddetails']} {$Style['small']}" align="left">

<center><br/><br/><b>* Use the IMG and [url] Code below for Forums and Bulletin Boards *<br/></b></center> <br/>

<b>{$Globals['pp_lang']['linkedthumb']}</b> <input class="{$Style['blockquote']}" type="text" name="bbthumb" value="$showbbthumb" size="54" onclick="this.focus();this.select()" /><br/>

<b>{$Globals['pp_lang']['linkedmed']}:</b> <input class="{$Style['blockquote']}" type="text" name="bbcode" value="$showbbmed" size="57" onclick="this.focus();this.select()" /><br />

<b>{$Globals['pp_lang']['medimage']}:</b> <input class="{$Style['blockquote']}" type="text" name="bbcode" value="$showbbcode" size="57" onclick="this.focus();this.select()" /><br />

<center><br/><br/><b>* Use the HTML code below for Myspace Comments, Facebook *<br/></b>
<b>* Tags, Hi5 Tags and Blogger *<br/><br/> </b></center>

<b>{$Globals['pp_lang']['htmlcode']}:</b> <input class="{$Style['blockquote']}" type="text" name="html" value="$showhtmlcode<a &nbsp;href=&#34http://skidpics.com&#34><br>Browse and Share photos at skidpics.com</a>" size="61" onclick="this.focus();this.select()" /><br /><br/>


PPPRINT;

I adjusted the field width to make them the same size and made them left justified for presentation. I also added a little tweak to the html link to have a link show below the image.. change this to your liking, but leave the ascii codes alone or else it will not display correctly -

Chuck, the html code I tweaked for that link is what I asked about in some other post - when you edit the tmpl file via the admin area, it will not save correctly - only when you do a local edit and reupload the showphoto.tmpl file will this part of the coding stay intact - but have no idea why..

Last edited by skidpics; July 8th, 2008 at 11:48 PM.
skidpics is offline   Reply With Quote