| Author |
Message |
Kurzix |
|
Post subject: wowalliance 2 problems
Posted: Mar 30, 2006 - 11:10 PM
|
|
Joined: Mar 30, 2006
Posts: 12
Status: Offline
|
|
I installed wowalliance2 today, on a brand new install of phpnuke 7.8 usting auto theme lite .87
It at first it seems like its working, but I loose the content from the messages that appear in the middle section.
in case it helps heres the url
http://s159570563.onlinehome.us/nuke7.8/html/index.php
domain is not yet activated. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Mar 30, 2006 - 11:24 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3937
Status: Offline
|
|
Have you posted any news to the site?
If you want, create me an admin login and I'll take a look. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Mar 30, 2006 - 11:30 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3937
Status: Offline
|
|
| Ok I see the news post, now create a center up block. |
|
|
| |
|
|
|
 |
Kurzix |
|
Post subject:
Posted: Mar 30, 2006 - 11:33 PM
|
|
Joined: Mar 30, 2006
Posts: 12
Status: Offline
|
|
Thanks for the fast reply! Wasn't excepting anything so fst after posting lol.
Well I just posted som test news, but before the theme I had a message displaying at the top center. Now that I have news posted the some of the graphics are not displaying properly. I created you an admin I'll send it via PM. |
|
|
| |
|
|
|
 |
Kurzix |
|
Post subject:
Posted: Mar 30, 2006 - 11:53 PM
|
|
Joined: Mar 30, 2006
Posts: 12
Status: Offline
|
|
Mars
Thanks so much for the very fast help. First day working with phpnuke, and still learning. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Mar 31, 2006 - 12:25 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3937
Status: Offline
|
|
Glad to help.
 |
|
|
| |
|
|
|
 |
Kurzix |
|
Post subject:
Posted: Mar 31, 2006 - 01:18 AM
|
|
Joined: Mar 30, 2006
Posts: 12
Status: Offline
|
|
ok here's a question.
Using DeepBlue as the Theme. If I click on Home in the menu, I can see the 2 messages I've created using Messages from the admin panel.
If I switch the theme to wowalliance2, the 2 messages on the home page disappear.
Is this a problem with my installation of something? Or is this how the wowalliance theme is suppossed to work? Is there a way to get the 2 messages to appear using wowallaince2?
Thanks in advance  |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Mar 31, 2006 - 01:34 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3937
Status: Offline
|
|
Open theme.html and look for <!-- [center-blocks] -->
Right before it add <!-- [admin-messages] -->
So you will have <!-- [admin-messages] --><!-- [center-blocks] -->
You are better off creating Center blocks and using them as the admin message block doesn't get templated. |
|
|
| |
|
|
|
 |
Kurzix |
|
Post subject:
Posted: Mar 31, 2006 - 01:37 AM
|
|
Joined: Mar 30, 2006
Posts: 12
Status: Offline
|
|
Thanks again for the quick reply. So yeah if the admin messages are not templated I can see what ya mean, the center block does basicly the same thing.
I can go ahead and delete those messages now  |
|
|
| |
|
|
|
 |
Kurzix |
|
Post subject:
Posted: Apr 03, 2006 - 06:14 PM
|
|
Joined: Mar 30, 2006
Posts: 12
Status: Offline
|
|
Ok I couldn't find a calendar mod to work properly with phpnuke 7.8, so I attempted to install phpnuke 7.9. The download of 7.9 was pre-patched to 3.2. The installation went fine, the calendar mod worked just fine so I set out to install autotheme lite .87 and wowalliance2 theme again.
However for some reason the blocks on the left and right do not show up at all, and the center block does not seem to have the theme applied to it.
I checked the forums here, and found one that i thought applied that mentioned to try going to:
wowalliance2 > *HomePage > default > Block Control
There were no blocks listed to activate. I then double checked to see if the language was set to ALL and it is. So I'm stuck again.
The new domain is up, so to take a look:
http://home.coalescenceguild.org
Mars: I made an admin for you again, using the same info as before, just in case. if you still don't have that PM let me know I'll resend it.
Thanks |
|
|
| |
|
|
|
 |
Kurzix |
|
Post subject:
Posted: Apr 03, 2006 - 09:06 PM
|
|
Joined: Mar 30, 2006
Posts: 12
Status: Offline
|
|
After doing some more research I think it has to do with the my download being pre-patched. In the readme it says:
Quote:
Important notes relating to Nuke Patched 3.1 and above:
1- If you want right side blocks to appear in third party add-ons change:
In Modules:
index = 1;
to:
define('INDEX_FILE', true);
In Themes:
if ($index == 1) {
to:
if (defined('INDEX_FILE')) {
2- Additional changes for third party add-ons:
if ($mainfile == 1) {
should be changed to:
if (defined('NUKE_FILE')) {
if ($module == 1) {
should be changed to:
if (defined('MODULE_FILE')) {
if ($footer == 1) {
should be changed to:
if (defined('NUKE_FOOTER')) {
if ($header == 1) {
should be changed to:
if (defined('NUKE_HEADER')) {
At step 1, the modules.php I don't see that line of code to change, nor do see it in /themes/wowalliace2/theme.php or even /modules/autotheme/autotheme.php |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Apr 03, 2006 - 09:43 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3937
Status: Offline
|
|
| The login you setup isn't working.. |
|
|
| |
|
|
|
 |
Kurzix |
|
Post subject:
Posted: Apr 03, 2006 - 10:01 PM
|
|
Joined: Mar 30, 2006
Posts: 12
Status: Offline
|
|
| I just tried to login with it, and it worked for me, I resent the info just in case it was slightly diffrent than before. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Apr 03, 2006 - 10:05 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3937
Status: Offline
|
|
Can you link me to the version of PHPNuke you are running?
I need to download and install it to test some stuff. |
|
|
| |
|
|
|
 |
Kurzix |
|
Post subject:
Posted: Apr 03, 2006 - 10:08 PM
|
|
Joined: Mar 30, 2006
Posts: 12
Status: Offline
|
|
| http://dl.dadanuke.org/system/PHP-Nuke-7.9.0.3.2c.zip |
|
|
| |
|
|
|
 |
|
|