The Arcive of vBulletin Modifications Site. |
|
Details »»
|
|||||||||||||||||||||||||
if you want to inlcude php files in your blocks with phpnuke (to display the last 10 posts in a block for example) go here
I've explained why it doesn't work and provided a fix.... Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
if you still need help, post here or in the thread linked above... (i'll be notified and i'll respond asap. This is the least i can do for u great ppl!!
)good luck and nuke 'm! ![]() ps. a "thank you" is really appreciated if i've solved your problem.. it would make me come back more often to help u out....
|
|
#3
|
|||
|
|||
|
Where can I find this page? It doesn't work for me.
|
|
#4
|
|||
|
|||
|
|
|
#5
|
||||
|
||||
|
Hi all,
that my themesidebox Code:
/************************************************************/
/* Function themesidebox() */
/* */
/* Control look of your blocks. Just simple. */
/************************************************************/
function themesidebox($title, $content){
$tmpl_file = "themes/NukeNews/blocks.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}
Code:
<table width="180" cellpadding="0" cellspacing="1" border="0">
<tr>
<td bgcolor="#ff7f00">
<table width="100%" border="0" cellpadding="3" cellspacing="1">
<tr>
<td bgcolor="#ff7f00"><b><font color="#000000">$title</font></b></td>
</tr>
<tr>
<td bgcolor="#040437">$content</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
PHP Code:
Thanks Steve |
|
#6
|
|||
|
|||
|
thanks all in needed that fix..
|
![]() |
|
|