Help Please

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
kachete
Posts: 26
Joined: Mon 16. Feb 2004, 13:59
Location: Maturin / Monagas / VENEZUELA
Contact:

Help Please

Post by kachete »

Hi

I think the implementation of templates in phpwcms is hard

Would you PLEASE help the DONT KNOW MUCH of it the achieve something like RESCAMILLA make

Please i love the PHPWCMS and all but i can even make past the instalation of the script

Please some help needed

thanks
No hay preguntas tontas, solo tontos que no preguntan
Carlos Rocha
Posts: 72
Joined: Tue 3. Aug 2004, 00:12
Location: Portugal
Contact:

Post by Carlos Rocha »

Hi kachete

I'm new to phpWCMS too, and I just found this:

http://sourceforge.net/project/showfile ... _id=118512

It's the english documentation. Good starting point :)

Regards,

Carlos
rescamilla
Posts: 69
Joined: Sun 25. Jul 2004, 01:53

Post by rescamilla »

kachete,
I am glad my design caught your eye.
You need to just play around with the backend a bit, AND, you need to have a basic knowledge of HTML. Remember, phpwcms does not design the site for you, you need to do that on your own.

Take a look at how simple my PAGE LAYOUT is:
Image

And here is my TEMPLATE:
Header

Code: Select all

<!-- begin flash header //-->
<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%" height="39" id="table1">
	<tr>
		<td height="39" style="background-image: url('images/main_layout_01.jpg')">&nbsp;</td>
		<td width="27" height="39" style="background-image: url('images/main_layout_02.jpg')">&nbsp;</td>
		<td width="730" height="39" style="background-image: url('images/main_layout_03.jpg')" align="right">
		<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" id="logo_header" width="300" height="40">
			<param name="movie" value="logo_header.swf">
			<param name="quality" value="best">
			<param name="bgcolor" value="#07354A">
			<embed name="logo_header" src="logo_header.swf" quality="best" bgcolor="#07354A" width="300" height="40" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
			
  			</embed>
		</object>
		</td>
		<td width="27" height="39" style="background-image: url('images/main_layout_04.jpg')">&nbsp;</td>
		<td height="39" style="background-image: url('images/main_layout_05.jpg')">&nbsp;</td>
	</tr>
</table>
<!-- end flash header //-->
<!-- begin dhtml menu //-->
<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%" id="table2" height="22">
	<tr>
		<td height="22" style="background-image: url('images/main_layout_06.jpg')">&nbsp;</td>
		<td height="22" width="27" style="background-image: url('images/main_layout_07.jpg')">&nbsp;</td>
		<td height="22" width="730" style="background-image: url('images/main_layout_08.jpg')">&nbsp;</td>
		<td height="22" width="27" style="background-image: url('images/main_layout_09.jpg')">&nbsp;</td>
		<td height="22" style="background-image: url('images/main_layout_10.jpg')">&nbsp;</td>
	</tr>
</table>
<!-- end dhtml menu //-->
<!-- begin top silver buffer //-->
<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%" id="table3" height="24">
	<tr>
		<td height="24" style="background-image: url('images/main_layout_11.jpg')">&nbsp;</td>
		<td height="24" width="27" style="background-image: url('images/main_layout_12.jpg')">&nbsp;</td>
		<td height="24" width="730" style="background-image: url('images/main_layout_13.jpg')" align="right">{DATE_LONG}&nbsp;</td>
		<td height="24" width="27" style="background-image: url('images/main_layout_14.jpg')">&nbsp;</td>
		<td height="24" style="background-image: url('images/main_layout_15.jpg')">&nbsp;</td>
	</tr>
</table>
<!-- end top silver buffer //-->
<!-- begin top banner //-->
<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%" id="table4" height="113">
	<tr>
		<td height="113" style="background-image: url('images/main_layout_16.jpg')">&nbsp;</td>
		<td height="113" style="background-image: url('images/main_layout_17.jpg')" width="27">&nbsp;</td>
		<td height="113" width="730" style="background-image: url('images/main_layout_18.jpg')">
		<p>&nbsp;</td>
		<td height="113" style="background-image: url('images/main_layout_19.jpg')" width="27">&nbsp;</td>
		<td height="113" style="background-image: url('images/main_layout_20.jpg')">&nbsp;</td>
	</tr>
</table>
<!-- end top banner //-->
<!-- begin content body //-->
<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%" id="table5">
	<tr>
		<td style="background-image: url('images/main_layout_21.jpg')">&nbsp;</td>
		<td width="27" style="background-image: url('images/main_layout_22.jpg')">&nbsp;</td>
		<td width="730">
		<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%" id="table8">
			<tr>
				<td align="left" valign="top" width="200" style="border-right: 1px solid #4A4F66"  style="background-image: url('images/menu_bg.jpg')">{NAV_TABLE_COLUMN}</td>
				<td align="left" valign="top" width="530" style="border-top: 1px solid #4A4F66">
				<table border="0" cellpadding="8" style="border-collapse: collapse" width="100%" id="table9">
					<tr>
						<td align="left" valign="top">
<table border="0" cellpadding="0" width="100%" id="table1" style="border-collapse: collapse">
	<tr>
		<td style="border-bottom: 1px dotted #C0C0C0; padding-bottom:5px">{BREADCRUMB}</td>
	</tr>
</table>
Main

Code: Select all

{CONTENT}<br>
and Footer

Code: Select all

<table border="0" cellpadding="0" style="border-collapse: collapse; border: 1px dotted #6D7983; " width="100%" id="table1" height="30">
	<tr>
		<td align="right">
		<a target="_blank" href="tools/tellafriend/friend.php">
		<img border="0" src="img/nav_sendtoafriend.gif" width="88" height="9"></a>&nbsp;&nbsp;&nbsp;</td>
		<td width="55" align="center" style="border-left: 1px dotted #6D7983">[BACK]<img src="img/nav_back.gif" width="25" height="9" border="0" title="go back 1 page">[/BACK]</td>
		<td width="53" align="center" style="border-left: 1px dotted #6D7983">[TOP]<img src="img/nav_top.gif" width="23" height="9" border="0" title="return to top of page">[/TOP]</td>
		<td width="66" align="center" style="border-left: 1px dotted #6D7983">[PRINT]<img src="img/nav_print.gif" width="36" height="9" border="0" title="optimized page for printing">[/PRINT]</td>
	</tr>
</table>
</td>
					</tr>
				</table>
				</td>
			</tr>
		</table>
		</td>
		<td style="background-image: url('images/main_layout_24.jpg')" width="27">&nbsp;</td>
		<td style="background-image: url('images/main_layout_25.jpg')">&nbsp;</td>
	</tr>
</table>
<!-- end content body //-->
<!-- begin bottom silver buffer //-->
<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%" id="table6" height="25">
	<tr>
		<td height="25" style="background-image: url('images/main_layout_26.jpg')">&nbsp;</td>
		<td height="25" style="background-image: url('images/main_layout_27.jpg')" width="27">&nbsp;</td>
		<td height="25" width="730" style="background-image: url('images/main_layout_28.jpg')">&nbsp;</td>
		<td height="25" style="background-image: url('images/main_layout_29.jpg')" width="27">&nbsp;</td>
		<td height="25" style="background-image: url('images/main_layout_30.jpg')">&nbsp;</td>
	</tr>
</table>
<!-- end bottom silver buffer //-->
<!-- begin footer //-->
<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%" id="table7" height="100%">
	<tr>
		<td style="background-image: url('images/main_layout_31.jpg')">&nbsp;</td>
		<td style="background-image: url('images/main_layout_32.jpg')" width="27">&nbsp;</td>
		<td width="730" style="background-image: url('images/main_layout_33.jpg')">&nbsp;</td>
		<td width="27" style="background-image: url('images/main_layout_34.jpg')">&nbsp;</td>
		<td style="background-image: url('images/main_layout_35.jpg')">&nbsp;</td>
	</tr>
</table>
<!-- end footer //-->
I hope this helps.

-Ray
Post Reply