[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-08-07T09:55:02-07:00 https://integramod.com/forum/feed.php?f=17&t=1686 2006-08-07T09:55:02-07:00 2006-08-07T09:55:02-07:00 https://integramod.com/forum/viewtopic.php?t=1686&p=13213#p13213 <![CDATA[Re: PCP Question]]> Statistics: Posted Author: billsatx — Mon Aug 07, 2006 9:55 am


]]>
2006-07-27T09:19:19-07:00 2006-07-27T09:19:19-07:00 https://integramod.com/forum/viewtopic.php?t=1686&p=12529#p12529 <![CDATA[Re: PCP Question]]> Your solution worked perfectly, but like so many others, what I think I need and what I actually need is two diff things.

Let me try again

What I'm trying to do is place a .gif file (as a seperator) into the block of questions like

(personal.gif)
name
age
social security number
(location.gif)
street
city
state
zip
(interests.gif)
Hobbbies](other_info.gif)[/color]
Describe:

The questions are all in one section, but seperated by a gif kinda like a "header" for each block of questions.

Statistics: Posted Author: billsatx — Thu Jul 27, 2006 9:19 am


]]>
2006-07-26T23:40:25-07:00 2006-07-26T23:40:25-07:00 https://integramod.com/forum/viewtopic.php?t=1686&p=12486#p12486 <![CDATA[Re: PCP Question]]>
First create a new css class using your image.
Open templates/yourtheme/yourtheme.css
[code].newcssclassname{background]Place the above code somewhere in the css file.



Then fill that space with the class in the right tpl file.
Open templates/yourtheme/profilcp/public_base_body.tpl
FIND[code]                             <BEGIN>                             <td><span style="font-size]
REPLACE WITH... something like this...[code]                             <BEGIN>                             <td><span style="font-size]

If you do some experimenting I'm sure you'll get it to look the way you want.

Statistics: Posted Author: Teelk — Wed Jul 26, 2006 11:40 pm


]]>
2006-07-26T22:27:47-07:00 2006-07-26T22:27:47-07:00 https://integramod.com/forum/viewtopic.php?t=1686&p=12485#p12485 <![CDATA[PCP Question]]>
I understand how to add items in the ipages nput and output displays, but can't seem to insert a .gif (as a seperator) rather than a [lf]

Statistics: Posted Author: billsatx — Wed Jul 26, 2006 10:27 pm


]]>