How to find where the content comes from

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
nprzybilla
Posts: 1
Joined: Thu 18. Apr 2013, 23:46

How to find where the content comes from

Post by nprzybilla »

Hello,

today a friend asked me to support his phpwcms page. I am getting better ... but i have a problem.
I added a new page, and it shows up but in the page is a header image and i cannot find out where it is set. Wether it is in the article sectiosn or somewhere else.

I think the images comes here: {SET_VISUAL}

But i do not find where to define the visual per page.

The template looks like that:

<div align="center">
<table width="770" height="100%" cellpadding="0" cellspacing="15" border="0" bgcolor="#ffffff" align="center">
<tr valign="top" align="left">
<td>
<table width="100%" height="100%" cellpadding="0" cellspacing="5" border="0" bgcolor="#ffffff">
<tr valign="top" align="left">
<!-- aktuell -->
<td width="20">{SET_BAR}</td>
<td>
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff">
<!-- header -->
<tr valign="top" align="left">
<td height="120" style="background-image:url(template/headerbg.gif);">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top" align="left">
<!-- logo -->
<td rowspan="2"><a href="index.php?startseite" target="_self"><img src="template/logo.gif" width="120" height="120" border="0"></a></td>
<!-- menu topright -->
<td><div align="right" class="menuTR"><a href="index.php?startseite" target="_self">Home</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="index.php?impressum" target="_self">Impressum</a><!--&nbsp;&nbsp;|&nbsp;&nbsp;<a href="#" target="_self">AGB</a>--></div></td>
</tr>
<tr valign="bottom" align="right">
<td>
<table width="0*" cellpadding="0" cellspacing="0" border="0">
<tr valign="top" align="left">
<!-- menu primary -->
<td>{NAV_LIST_SETLEVEL::0:0:1:1:primaryNav}</td>
<td width="40"><img style="border-left: 1px solid #dce1df;" src="template/spacer.gif" width="40" height="25" border="0"></td>
</tr>
<tr valign="top" align="left">
<!-- menu secondary -->
<td>{NAV_LIST_SETLEVEL::0:1:1:1:secondaryNav}</td>
<td width="40"><img src="template/spacer.gif" width="40" height="19" border="0"></td>
</tr>
</table>
</td>
</tr>
</table>

</td>
</tr>
<!-- seperator -->
<tr valign="top" align="left">
<td height="10" class="seperator2"><img src="template/spacer.gif" width="710" height="9" border="0"></td>
</tr>
<!-- visual -->
<tr valign="top" align="left">
<td height="135">{SET_VISUAL}</td>
</tr>
<!-- seperator -->
<tr valign="top" align="left">
<td height="24" class="seperator2"><img src="template/spacer.gif" width="710" height="24" border="0"></td>
</tr>
<!-- content -->
<tr valign="top" align="left">
<td>
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff">
<tr valign="top" align="left">
<!-- left column -->
<td width="210">{SET_COLUMN_LEFT}</td>
<!-- seperator -->
<td width="25"><img src="template/spacer.gif" width="25" height="25" border="0"></td>
<!-- center column -->
<td>
<div class="content"><!--{SET_HEADLINE}-->{CONTENT}</div>
<!-- content footer -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<!-- seperator -->
<tr valign="top" align="left">
<td class="seperator2"><img src="template/spacer.gif" width="315" height="9" border="0"></td>
</tr>
<tr valign="top" align="left">
<td><div class="columnLink" style="float:left;"><a href="#top" target="_self"><img src="template/bulletpoint.gif" border="0" align="absmiddle">Seitenanfang</a></div><div class="columnLink" align="right"><a href="javascript:print();" target="_self"><img src="template/bulletpoint.gif" border="0" align="absmiddle">Seite drucken</a></div></td>
</tr>
</table>

</td>
<!-- seperator -->
<td width="25"><img src="template/spacer.gif" width="25" height="25" border="0"></td>
<!-- right column -->
<td width="135"><div id="column">{RIGHT}{SET_COLUMN_RIGHT}</div></td>
</tr>
<!-- footer -->
<tr valign="bottom" align="left">
<td colspan="2">&nbsp;</td>
<td><div class="footer"></div></td>
<td colspan="2">&nbsp;</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>

Any idea ?

many thanks and best wishes

Niels
Old Boy
Posts: 1203
Joined: Fri 23. Nov 2012, 13:52

Re: How to find where the content comes from

Post by Old Boy »

Would be a good idea, to give us the URL of the site!
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: How to find where the content comes from

Post by flip-flop »

I think {SET_VISUAL} is a placeholder in an frontend_render custom script.
(template/inc_script/frontend_render/*).

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply