Portal Themes, PHPnuke Themes and PostNuke themes Themes Home Page Profile Free Nuke theme Downloads Nuke theme Support Forums Nuke Themes Store
spacer image spacer image
Featured
Call of Duty 4 Nuke Theme

Call of Duty 4 Nuke Theme

Call of Duty 4 PHPNuke Theme, Call of Duty 4 PostNuke Theme, Call of Duty 4 Evo Theme, Call of Duty ...

$19.95
Enter Store ]
spacer image
Main Menu
spacer image
Site Status
spacer image Welcome Guest
Join us!
spacer image
spacer imagespacer imagespacer image
spacer image
Registration is free and gives full access to site
spacer image
spacer image Register
spacer image Login:
User:

spacer image
Password:

spacer image
Remember me
spacer image
spacer imageMembers:
Last: Today New:0
Last: Yesterday:3
Last: Total:6932
Last: Last:
WDT_Elwood
Members: Online
Members: Members:0
Guests: Guests:10
Total: Total:10
spacer image Online Members
No online members
spacer image
Past News
Older articles
spacer image


Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
KurzixOffline
Post subject: wowalliance 2 problems  PostPosted: 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.
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: 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.
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: 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.
 
 View user's profile Send private message  
Reply with quote
KurzixOffline
Post subject:   PostPosted: 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.
 
 View user's profile Send private message  
Reply with quote
KurzixOffline
Post subject:   PostPosted: 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.
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Mar 31, 2006 - 12:25 AM
Site Admin


Joined: Aug 15, 2004
Posts: 3937

Status: Offline
Glad to help.
Smile
 
 View user's profile Send private message  
Reply with quote
KurzixOffline
Post subject:   PostPosted: 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 Smile
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: 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.
 
 View user's profile Send private message  
Reply with quote
KurzixOffline
Post subject:   PostPosted: 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 Smile
 
 View user's profile Send private message  
Reply with quote
KurzixOffline
Post subject:   PostPosted: 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
 
 View user's profile Send private message  
Reply with quote
KurzixOffline
Post subject:   PostPosted: 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
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Apr 03, 2006 - 09:43 PM
Site Admin


Joined: Aug 15, 2004
Posts: 3937

Status: Offline
The login you setup isn't working..
 
 View user's profile Send private message  
Reply with quote
KurzixOffline
Post subject:   PostPosted: 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.
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: 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.
 
 View user's profile Send private message  
Reply with quote
KurzixOffline
Post subject:   PostPosted: 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
 
 View user's profile Send private message  
Reply with quote
Display posts from previous:     
Jump to:  
All times are GMT - 5 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2006 The PNphpBB Group
Credits
spacer image spacer image
Web Advertising | Credit Counseling | Equity Release | Credit Cards | Personal Loans | Internet Marketing

Welcome to www.PortalThemes.com, Your #1 Source for

Zikula Themes

,

PHP-Nuke themes

,

MD-Pro Themes

,

Nuke Evolution Themes

,

Platinum Nuke Themes

,

Xanthia Themes

,

AutoThemes and

Joomla Templates
World of Warcraft and Blizzard Entertainment are all trademarks or registered trademarks of Blizzard Entertainment in the United States and/or other countries. These terms and all related materials, logos, and images are copyright Blizzard Entertainment. This site is in no way associated with or endorsed by Blizzard Entertainment
SiteMap SiteMap 2 SiteMap 3