| Author |
Message |
nuk3r New Member


Joined: Dec 19, 2003 Posts: 18
|
Posted:
Sat Jan 24, 2004 2:41 am |
|
Hi raven
just tested out your new block and seems to work great however i mustve done something wrong or maybe not edited the file properly for my theme?The block shows up but the portion where the forum posts should be just has "undefined"
The theme im using is purity flash from mtechnik
will you also be releasing a news block like this?PLEASE DO!!
 |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Sat Jan 24, 2004 9:35 am |
|
You must have edited it wrong or you need to make more changes to work with your theme. Reference this comment from Steve as he has it working with the purity theme.
The news block is standard issue nuke. The theme is called clouds. |
|
|
|
 |
nuk3r New Member


Joined: Dec 19, 2003 Posts: 18
|
Posted:
Sat Jan 24, 2004 8:13 pm |
|
Great thanks alot  |
|
|
|
 |
nuk3r New Member


Joined: Dec 19, 2003 Posts: 18
|
Posted:
Sun Jan 25, 2004 3:13 am |
|
Hi raven
i still get the "undefined" word instead of the forum posts?
what code should be commented out
| Code: | $show = " <tr>
<td height=\"28\" colspan=\"6\" align=\"center\" class=\"catbottom\" background=\"themes/fiapple/forums/images/cat_bkg.gif\"> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>"; |
When i comment out this portion it doesnt change?
help |
|
|
|
 |
sharlein Member Emeritus

Joined: Nov 19, 2002 Posts: 322 Location: On the Road
|
Posted:
Sun Jan 25, 2004 12:51 pm |
|
Here is the change I made | Code: | | <td height=\"28\" colspan=\"6\" align=\"center\" class=\"catbottom\" //background=\"themes/fiapple/forums/images/cat_bkg.gif\"> </td> |
Steve |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
|
Posted:
Sun Jan 25, 2004 12:56 pm |
|
| sharlein wrote: | Here is the change I made | Code: | | <td height=\"28\" colspan=\"6\" align=\"center\" class=\"catbottom\" //background=\"themes/fiapple/forums/images/cat_bkg.gif\"> </td> |
Steve |
Hmmm. If that's exactly what you did then I imagine that Opera and Netscape browsers won't work, and IE is just ignoring the error. Reason being the // comments out the closing TD tag. I would suggest this, although I haven't tried it | Code: | | <td height=\"28\" colspan=\"6\" align=\"center\" class=\"catbottom\"> </td> |
|
|
|
|
 |
sharlein Member Emeritus

Joined: Nov 19, 2002 Posts: 322 Location: On the Road
|
Posted:
Sun Jan 25, 2004 6:04 pm |
|
lol, I'll try that one, too.  |
|
|
|
 |
sharlein Member Emeritus

Joined: Nov 19, 2002 Posts: 322 Location: On the Road
|
Posted:
Sun Jan 25, 2004 6:15 pm |
|
Yep, it works in IE. Sorry Raven. |
|
|
|
 |
Rikk03 Worker


Joined: Feb 16, 2004 Posts: 164
|
Posted:
Mon Mar 22, 2004 11:29 am |
|
Nope - I tried this fix and it didnt work - but im not using the flash version that sharlein used.
Richard |
|
|
|
 |
Rikk03 Worker


Joined: Feb 16, 2004 Posts: 164
|
Posted:
Mon Mar 22, 2004 1:13 pm |
|
Ok - it works now - strange |
|
|
|
 |
HellBent New Member


Joined: Dec 19, 2004 Posts: 1
|
Posted:
Sun Dec 19, 2004 5:21 pm |
|
I'm having the same problem.....it just shows "undefined" in the first topic field and that's it. Tried every fix I could find in these forums and no luck. I'm running on 7.5
Thanks in advance |
|
|
|
 |
highwayman New Member


Joined: Apr 25, 2006 Posts: 4
|
Posted:
Tue Apr 25, 2006 7:00 pm |
|
php-nuke 7.8
sunset theme
Collapsing Recent Forums Block v2.3.0
I am having the "undefined" problem as well. This looks like the best (of about half a dozen) forum blocks I have looked at. Just have no clue where to begin to get it to work with the theme. I have looked for similar lines as those quoted above to no avail. |
|
|
|
 |
|
|
|
|