Member stats
|
Code:
<?php | |||
| 05:39pm 15th Oct 2009 | Last edited by Chris at 05:39pm 15th Oct 2009 |
|
oh thank you!! well, i can't do anything about my obtuseness... thanks again!! sung | |||
| 05:41pm 15th Oct 2009 |
|
now i have another problem, the smilies images are not displayed. sung | |||
| 05:45pm 15th Oct 2009 |
|
I would either reinstall the script into the directory you want it to be in or move it back to the /news/ directory and simply rename index.php to news.php, that way you can make your own index.php then include news.php into it, if that makes sense
| |||
| 05:46pm 15th Oct 2009 | Last edited by Chris at 05:48pm 15th Oct 2009 |
|
that makes sense. i think i should reinstall. thanks again. sung | |||
| 05:52pm 15th Oct 2009 |
|
Congratilations, I'm loving it | |||
| 03:06pm 16th Oct 2009 |
|
The text is found in newslangmsg.php on line 37. I think it comes in at this place via bbparser.php line 91. As i placed the image, I centered it with bb-codes. But obviously something is wrong here, as the image shows up right justified ? | |||
| 04:12pm 16th Oct 2009 |
|
| |||
| 04:18pm 16th Oct 2009 |
|
On line 91~ you'll see this Code:
$replace = array("'' . resizeimg('http://$1','" . $langmsg['news'][29] . "','true') . ''");
replace it with this Code:
$replace = array("'' . resizeimg('http://$1','','true') . ''");
| |||
| 04:18pm 16th Oct 2009 |


