| Author |
Message |
jamiea1979 New Member


Joined: Jul 29, 2008 Posts: 3
|
Posted:
Tue Jul 29, 2008 7:49 am |
|
Hi, new here and have to confess to being a total noob with php etc, but I have managed to follow instruction and seemingly successfully install PHP Nuke 8.1 and have a working website.
I recently installed a few blocks I downloaded, namely the Nuke Sentinel Block, installation went through fine with no issues, however when I try display the block as a left, right or centre, it just doesn't seem to display right.
I have tried changing the theme to see if that was causing some kind of issue, but no luck, I don't feel too confident about opening up php files myself and butchering them and unfortunately none of my friends know php to be able to help me.
Could anyone take a look and give me some advice please.
Thanks |
|
|
|
 |
jamiea1979 New Member


Joined: Jul 29, 2008 Posts: 3
|
Posted:
Tue Jul 29, 2008 8:18 am |
|
Sorry to double post, can I just add that it's not just with the sentinel block I have had issues, I had an extended user info block that had the same problem, the text in the block displays wrong.
Thanks again |
|
|
|
 |
jestrella Worker


Joined: Dec 01, 2005 Posts: 142 Location: Santiago, Dom. Rep.
|
Posted:
Tue Jul 29, 2008 8:42 am |
|
if what you mean is that you are getting text like this _AB_HAVECAUGHT 0 _AB_SHAMEFULHACKERS then you need to add the corresponding defines to your current language. English in this case.
open up your rootdir/language/lang-english.php and add this before the closing ?>
| Code: | define('_AB_HAVECAUGHT','NukeSentinel™ has caught');
define('_AB_SHAMEFULHACKERS','shameful hackers'); |
|
|
|
|
 |
jamiea1979 New Member


Joined: Jul 29, 2008 Posts: 3
|
Posted:
Tue Jul 29, 2008 8:47 am |
|
Yes, that fixed it!! Thank you
I will have a go fixing the other blocks using this method but changing it to fit them. |
|
|
|
 |
jestrella Worker


Joined: Dec 01, 2005 Posts: 142 Location: Santiago, Dom. Rep.
|
Posted:
Tue Jul 29, 2008 9:22 am |
|
there you go...  |
|
|
|
 |
Gremmie Former Moderator in Good Standing

Joined: Apr 06, 2006 Posts: 2401 Location: Iowa, USA
|
Posted:
Tue Jul 29, 2008 11:16 am |
|
Sounds like you were just missing some Sentinel language files. Try reuploading the files with a good FTP client like FileZilla (free on SourceForge.net). |
|
|
|
 |
|
|
|
|