UnitedForums - UK Web Hosting Forum UnitedHosting Community Hosting Forums
Network and Server StatusCustomer SupportUK Web Hosting
UnitedHostingUnitedHosting Sitemap UK Hosting ForumUK Web HostingWeb Hosting ForumsUK Reseller HostingWeb Host CommunityUK Managed Dedicated ServersHosting Help and SupportUK Domain Name Registration

Go Back   UnitedForums.co.uk > UnitedHosting Community > Website Development & Scripting

Reply
 
Thread Tools Rating: Thread Rating: 20 votes, 4.40 average. Display Modes
Old 21st July 2003, 06:36 PM   #1 (permalink)
SFADuncan
Registered User
 
Join Date: Jul 2003
Posts: 156
PHP Nuke

I've come across a product called PHP Nuke - seems to supply all that I require (I was thinking of reinventing the wheel).

Does anyone reading this use it? Any advice before I install it? The reason is that within the Config instructions, it says at some point that I'm to go to:

http://yourdomain.com/admin.php

Well - this is where our wonderful United/Ensim control panel resides. So what should I do? Install PHP Nuke within another directory? (Will it work within another directory?) Or should I just rewrite the files so that admin2.php (for example) exists?

Simon
SFADuncan is offline   Reply With Quote
Old 21st July 2003, 07:00 PM   #2 (permalink)
UH-Matt
Administrator
 
UH-Matt's Avatar
 
Join Date: Oct 2002
Location: London, UK
Posts: 8,135
Either of your suggestions would work. We installed this forum in a directory so the /admin would work correctly
__________________
.
Matt
UnitedHosting Staff

For official support please use our helpdesk at UnitedSupport.co.uk

UnitedHosting proudly hosting more than 20,000 sites since 1998.
UH-Matt is offline   Reply With Quote
Old 21st July 2003, 07:05 PM   #3 (permalink)
cotsint
Junior Member
 
Join Date: Apr 2003
Location: Livramento, Portugal
Posts: 15
PHP-Nuke is a well behaved CMS, so it will fit in another directory eg. "yoursite.com/web/" for instance...
at your root index.php you should put:
<?php

Header("Location: web/index.php");
die();

?>
And this should be all...
Be careful because has some tricky things, specially when it comes to multilingual sites...
Good luck!
__________________
COTS International
cotsint is offline   Reply With Quote
Old 21st July 2003, 07:24 PM   #4 (permalink)
cotsint
Junior Member
 
Join Date: Apr 2003
Location: Livramento, Portugal
Posts: 15
PHP-Nuke is a well behaved CMS, so it will fit in another directory eg. "yoursite.com/web/" for instance...
at your root index.php you should put:
<?php

Header("Location: web/index.php");
die();

?>
And this should be all...
Be careful because has some tricky things, specially when it comes to multilingual sites...
Good luck!
__________________
COTS International
cotsint is offline   Reply With Quote
Old 21st July 2003, 11:38 PM   #5 (permalink)
SFADuncan
Registered User
 
Join Date: Jul 2003
Posts: 156
Wow... PHPNuke, great product, but not what I was expecting really... I was hoping to be able to gain much of this functionality but within my own site which I'm designing (currently here: www.ealingcommon.co.uk/site).

Unless I haven't discovered it yet, PHPNuke seems fairly inflexible from a design and front-end point of view... although i haven't mastered the Blocks section yet... am I wrong or should I persevere?

Simon
SFADuncan is offline   Reply With Quote
Old 21st July 2003, 11:53 PM   #6 (permalink)
leafish_paul
web monkey
 
leafish_paul's Avatar
 
Join Date: Apr 2003
Location: North Wales
Posts: 331
Send a message via ICQ to leafish_paul Send a message via MSN to leafish_paul
Quote:
Originally posted by SFADuncan
PHPNuke seems fairly inflexible...
You could always try Land Down Under, which is extremely flexible, and is completely customisable. I have not had experience with PHPNuke, thoough, so don't know how they'd compare. A mate of mine swears by LDU, though.
__________________
paul byrne - web monkey
paul.leafish.co.uk | www.leafish.co.uk
leafish_paul is offline   Reply With Quote
Old 22nd July 2003, 08:56 AM   #7 (permalink)
cotsint
Junior Member
 
Join Date: Apr 2003
Location: Livramento, Portugal
Posts: 15
Quote:
PHPNuke seems fairly inflexible from a design and front-end point of view...
In PHP-Nuke you can define your own themes for your site, as well as the built in themes it comes with.
For that you need only to create a new subdirectory under the "themes" directory and change the "theme.php" and "style/style.css" for your new layout.
Check the NukeNews theme for a good example.
If you need to have only one layout for your site, you can simply delete the other themes directories and it wont ask to select the theme to your users again.
Once again, if you're new to PHP / MySQL development, it can be a little tricky to go change a theme or create a new one...
As for multilingual sites you will find some bad and misfunctioning approaches...
But is still a good content management, as well as a good learning base for medium level PHP developer...
__________________
COTS International
cotsint is offline   Reply With Quote
Old 23rd July 2003, 10:53 AM   #8 (permalink)
sticky
GamingGeek
 
sticky's Avatar
 
Join Date: Jan 2003
Location: Southsea, UK
Posts: 265
If you do stick with Nuke you might want to try Post-Nuke, from what I understand it tends to be a bit more supported.

I'm currently in the early stages of customizing a Nuke install which you can view here http://falcon.xssl.net/~sone.org.uk/ if you'd like to see something 'real' as it were to gauge your decision on.
sticky is offline   Reply With Quote
Old 23rd July 2003, 11:08 AM   #9 (permalink)
SFADuncan
Registered User
 
Join Date: Jul 2003
Posts: 156
Yes, that looks nice... maybe I've been a little hasty. I was just worried that i was going to spend hours attempting to customise PHPNuke only to find out that I can't get it to look like the site (which I mentioned above) which I've already spent time designing. But based on feedback, product features and it's general pervasiveness I think it may be worth the work. (Quicker than writing something new myself)

thanks

Simon
SFADuncan is offline   Reply With Quote
Old 23rd July 2003, 11:33 AM   #10 (permalink)
UH-Matt
Administrator
 
UH-Matt's Avatar
 
Join Date: Oct 2002
Location: London, UK
Posts: 8,135
Sticky,

That site has a broken link in the footer. The link to sticky new media doesnt start with http so the browser attempts to load:

http://falcon.xssl.net/~sone.org.uk/...3f2f8cb28e5ebc

__________________
.
Matt
UnitedHosting Staff

For official support please use our helpdesk at UnitedSupport.co.uk

UnitedHosting proudly hosting more than 20,000 sites since 1998.
UH-Matt is offline   Reply With Quote
Old 23rd July 2003, 11:40 AM   #11 (permalink)
sticky
GamingGeek
 
sticky's Avatar
 
Join Date: Jan 2003
Location: Southsea, UK
Posts: 265
{grins}

Thanks Matt
sticky is offline   Reply With Quote
Old 23rd July 2003, 12:12 PM   #12 (permalink)
jmfemedia
Senior Member
 
Join Date: Jan 2003
Location: Scotland, UK
Posts: 190
Send a message via ICQ to jmfemedia Send a message via MSN to jmfemedia
I have used PHP Nuke before but never really liked it that much, I find more enjoyment in creating sites from scratch rather than using a portal system.

The only site I have with a portal is the one I did for www.digitaldesktops.org and that uses a vbulletin portal system.
jmfemedia is offline   Reply With Quote
Old 23rd July 2003, 06:45 PM   #13 (permalink)
SFADuncan
Registered User
 
Join Date: Jul 2003
Posts: 156
Yeah, that's nice too...

I'm just worried that I'm gonna waste hours and hours playing with PHPNuke and not manage to get it to operate without making major design changes to my site www.ealingcommon.co.uk/site (not yet live), which I'm unwilling to do. (and my site design, afterall, is only partially 'portallish').

However, having explored further (based on above comments (Cotsint)) I do acknowledge that there is flexibility playing with the themes. So, upon my return from holiday, I'll spend a couple of days playing before i decide to reinvent the wheel.

Simon
SFADuncan is offline   Reply With Quote
Old 24th July 2003, 10:56 AM   #14 (permalink)
ernst
Senior Member
 
Join Date: Jun 2003
Location: Antwerp, Belgium
Posts: 111
You might want to check out www.hotscripts.com for lots and lots of alternatives for php nuke ...
ernst is offline   Reply With Quote
Old 24th July 2003, 01:59 PM   #15 (permalink)
SFADuncan
Registered User
 
Join Date: Jul 2003
Posts: 156
yeah... that's actually where i discovered nuke... great site!
SFADuncan is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT. The time now is 06:53 PM.

UK Web Hosting  |  UK Reseller Hosting  |  UK Dedicated Servers UnitedHosting  |  UnitedSupport  |  UnitedForums  |  SEO by vBSEO 3.0.0
Copyright © 1998-2008 United Communications Limited. All Rights Reserved. Registered in England and Wales 3651923 - VAT Reg No. 737662309