| Author |
Message |
freelancer |
|
Post subject: PHPNuke Purplehaze
Posted: Dec 23, 2004 - 03:23 PM
|
|
Joined: Dec 23, 2004
Posts: 11
Status: Offline
|
|
Hi, i recently got the purplehaze theme from your site - i thought it was ideal as my site is
www.purple-haze.net
Are the forum files just for Postnuke? my site uses phpnuke for the forums.
Is there a way you can send me a modified version that i can use on my site?
At the moment i am using an old theme for the forum part of my site - it would look much better with the same theme.
Thanks |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: PHPNuke Purplehaze
Posted: Dec 23, 2004 - 03:57 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Sorry I don't have themes for the PHPNuke forums.
I will start to look into how they are laid out and see if I can come up with something. |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: PHPNuke Purplehaze
Posted: Dec 23, 2004 - 05:18 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Actually give me a day or two.
I have started to do a matching theme for it and it is going easier than I expected. |
|
|
| |
|
|
|
 |
freelancer |
|
Post subject: RE: PHPNuke Purplehaze
Posted: Dec 23, 2004 - 05:22 PM
|
|
Joined: Dec 23, 2004
Posts: 11
Status: Offline
|
|
Thanks
Its a nice theme, Dont push yourself too hard - its christmas  |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: PHPNuke Purplehaze
Posted: Dec 23, 2004 - 05:46 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
PM sent.
Try that one.
 |
|
|
| |
|
|
|
 |
freelancer |
|
Post subject: RE: PHPNuke Purplehaze
Posted: Dec 23, 2004 - 07:04 PM
|
|
Joined: Dec 23, 2004
Posts: 11
Status: Offline
|
|
Cool, that was fast Ill test it out straight away |
|
|
| |
|
|
|
 |
freelancer |
|
Post subject: RE: PHPNuke Purplehaze
Posted: Dec 23, 2004 - 07:12 PM
|
|
Joined: Dec 23, 2004
Posts: 11
Status: Offline
|
|
Uploaded, Works great
But im not sure about the alternating Black in tables - possibly change it to a darker shade of blue/purple?.
check it out www.purple-haze.net
thx for your time on doing this btw |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: PHPNuke Purplehaze
Posted: Dec 23, 2004 - 07:52 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Just edit themes/purplehaze/forums/forums.css
Pretty sure that is either row1 or row2 |
|
|
| |
|
|
|
 |
freelancer |
|
Post subject: RE: PHPNuke Purplehaze
Posted: Jan 04, 2005 - 10:39 PM
|
|
Joined: Dec 23, 2004
Posts: 11
Status: Offline
|
|
Hey, since Christmas has gone. Im going to edit/tweak my site a bit more.
One problem i cant seem to solve, On the index page of my site. The topic images arent showing next to the storys/topics. Also, the footer affiliate still says PostNuke |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: PHPNuke Purplehaze
Posted: Jan 04, 2005 - 11:59 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
You can remove the entire footer.
A dumb question but... does ANYTHING show? Do you have topic icons created? |
|
|
| |
|
|
|
 |
freelancer |
|
Post subject: RE: PHPNuke Purplehaze
Posted: Jan 05, 2005 - 04:28 PM
|
|
Joined: Dec 23, 2004
Posts: 11
Status: Offline
|
|
| I have Topic Icons created... when you click on it on the index page (to comment on that story/topic) it shows the topic icons... just not on the index page (It used to) |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: PHPNuke Purplehaze
Posted: Jan 05, 2005 - 05:06 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| Can you post the code from summary.html ? |
|
|
| |
|
|
|
 |
freelancer |
|
Post subject: RE: PHPNuke Purplehaze
Posted: Jan 05, 2005 - 05:56 PM
|
|
Joined: Dec 23, 2004
Posts: 11
Status: Offline
|
|
<table width=90% border=0 cellpadding=0 cellspacing=0 align="center">
<tr>
<td width="23"> <img src="{image-path}phsummary1.gif" width=23 height=53 alt=""></td>
<td background="{image-path}phsummary2.gif" width=100% height=53 alt="" align="center">
<!-- [cat-title] -->
</td>
<td width="28"> <img src="{image-path}phsummary3.gif" width=28 height=53 alt=""></td>
</tr>
<tr>
<td width="22" background="{image-path}phsummary4.gif"> </td>
<td background="{image-path}phsummary5.gif" alt="" align="center" valign="top">
<table cellspacing=5 cellpadding=0 width="100%"
border=0>
<tbody>
<tr>
<td width=25% valign="top" align="center">
<? // look for topic image in theme
if (file_exists("themes/".$GLOBALS['thename']."/images/topics/".$info['topicimage'])) {
$image = "themes/".$GLOBALS['thename']."/images/topics/".$info['topicimage'];
// if not found in theme, use default one
} else {
$image = "images/topics/".$info['topicimage'];
}
echo "<img src=\"$image\" border=\"0\" alt=\"".$info['topicname']."\">";
?>
</td>
<td width=75%>
<!-- [article-summary] -->
<br />
<br />
<!-- [article-notes] -->
</td>
</tr>
<tr>
<td width=%100 bgcolor=#9fa9b3 height=1 colspan="2"></td>
</tr>
<tr>
<td width=%100 colspan="2">
<!-- [posted-by] -->
-
<!-- [posted-date-time] -->
</td>
</tr>
</tbody>
</table>
</td>
<td width="28" background="{image-path}phsummary6.gif"></td>
</tr>
<tr>
<td width="23"> <img src="{image-path}phsummary7.gif" width=23 height=36 alt=""></td>
<td background="{image-path}phsummary8.gif" width=100% height=36 alt="">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<!-- [article-reads] -->
</td>
<td align="right">
<!-- [article-more] -->
</td>
</tr>
</table>
</td>
<td width="28"> <img src="{image-path}phsummary9.gif" width=28 height=36 alt=""></td>
</tr>
</table>
<br> |
|
|
| |
|
|
|
 |
freelancer |
|
Post subject: RE: PHPNuke Purplehaze
Posted: Jan 05, 2005 - 07:02 PM
|
|
Joined: Dec 23, 2004
Posts: 11
Status: Offline
|
|
| oh, and the forum centre block i had, that showed the latest forum topics, doesnt work anymore... or doesnt show. Neither does the welcome message. |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: PHPNuke Purplehaze
Posted: Jan 05, 2005 - 09:45 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Replace the following code with <!-- [topic-image] -->
Code:
<? // look for topic image in theme
if (file_exists("themes/".$GLOBALS['thename']."/images/topics/".$info['topicimage'])) {
$image = "themes/".$GLOBALS['thename']."/images/topics/".$info['topicimage'];
// if not found in theme, use default one
} else {
$image = "images/topics/".$info['topicimage'];
}
echo "<img src=\"$image\" border=\"0\" alt=\"".$info['topicname']."\">";
?>
|
|
|
| |
|
|
|
 |
|
|