Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 10-10-2008, 03:35 PM   #1 (permalink)
Contributing Member
 
dudeman's Avatar
 
Join Date: 08-23-07
Location: Planet Earth
Posts: 52
iTrader: 0 / 0%
dudeman is liked by many
Changing the directory of a Joombla installation

I installed it here : http://www.criticalunity.org/news (not configured yet, info does not reflect the content of http://www.criticalunity.org itself yet, but will soon: I'm wondering; When I do find a theme I like & hack it accordingly, I'd like to change the directory so that what appears here http://www.criticalunity.org/news will appear here: http://www.criticalunity.org


Thanks!
__________________
http://www.criticalunity.org/ -All Need to Know Info!
The ultimate measure of a man is not where he stands in times of comfort, but in times of challenge..."
Martin Luther King Jr.
dudeman is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-10-2008, 04:33 PM   #2 (permalink)
Super Moderator
 
StarLab's Avatar
 
Join Date: 10-29-07
Location: Ontario, Canada
Posts: 2,058
iTrader: 0 / 0%
StarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web pro
Send a message via ICQ to StarLab Send a message via MSN to StarLab Send a message via Yahoo to StarLab
First off, I moved this to the coding forum.

This is pretty easy to do.

Load up 'configuration.php'
PHP Code:
$mosConfig_absolute_path '/home/yoursite/public_html/';
$mosConfig_live_site 'http://www.yoursite.com'
These lines should be near the top of that file. Simply change those to point to your new location.

PHP Code:
$mosConfig_cachepath '/home/yoursite/public_html/cache'
That line is down a bit further (line 47 for me) Again, change that to reflect the new path.

That should be all there is to it.

I did exactly what you're trying to do a while ago with Joomla 1.0.x but I'm assuming Joomla 1.5.x shouldn't be all that different.
__________________
Larry Monte
[Torn Elements] - Regaining the Passion for Design
[Gorgeous On Life] - The world from a Cat's point of view.

"Writing is the most fun you can have by yourself!" -Terry Pratchett
StarLab is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-10-2008, 11:37 PM   #3 (permalink)
Contributing Member
 
dudeman's Avatar
 
Join Date: 08-23-07
Location: Planet Earth
Posts: 52
iTrader: 0 / 0%
Latest Blog:
None

dudeman is liked by many
So...

Where would the configuration file be located?
Sorry for posting in the wrong section.
__________________
http://www.criticalunity.org/ -All Need to Know Info!
The ultimate measure of a man is not where he stands in times of comfort, but in times of challenge..."
Martin Luther King Jr.
dudeman is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-10-2008, 11:41 PM   #4 (permalink)
Super Moderator
 
StarLab's Avatar
 
Join Date: 10-29-07
Location: Ontario, Canada
Posts: 2,058
iTrader: 0 / 0%
StarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web pro
Send a message via ICQ to StarLab Send a message via MSN to StarLab Send a message via Yahoo to StarLab
It should be in the root directory.

(And no problem )
__________________
Larry Monte
[Torn Elements] - Regaining the Passion for Design
[Gorgeous On Life] - The world from a Cat's point of view.

"Writing is the most fun you can have by yourself!" -Terry Pratchett
StarLab is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-10-2008, 11:54 PM   #5 (permalink)
Contributing Member
 
dudeman's Avatar
 
Join Date: 08-23-07
Location: Planet Earth
Posts: 52
iTrader: 0 / 0%
Latest Blog:
None

dudeman is liked by many
Thank you, m. lady, so... to answer my question; after I get going & ripping with Joomla, I guess I just have to move all those files to the WWW folder?

(in order to have the Joomla be activated, be the indes page when you goto my URL, instead of what you see now, & I'd like to also keep the regular html page intact, & I will simplify it so that users can 'go light' ... Great idea, no?

Have a good weekend, & this is truly a great site, when Mods reply to my posts... That makes my day ;-)
__________________
http://www.criticalunity.org/ -All Need to Know Info!
The ultimate measure of a man is not where he stands in times of comfort, but in times of challenge..."
Martin Luther King Jr.
dudeman is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-11-2008, 06:07 AM   #6 (permalink)
Super Moderator
 
StarLab's Avatar
 
Join Date: 10-29-07
Location: Ontario, Canada
Posts: 2,058
iTrader: 0 / 0%
StarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web pro
Send a message via ICQ to StarLab Send a message via MSN to StarLab Send a message via Yahoo to StarLab
Quote:
Originally Posted by dudeman View Post
Thank you, m. lady, so... to answer my question; after I get going & ripping with Joomla, I guess I just have to move all those files to the WWW folder?
Yup, move the files to the WWW root folder and make the changes I mentioned in the config file. Gotta love dynamic scripting.

Quote:
Originally Posted by dudeman View Post
in order to have the Joomla be activated, be the indes page when you goto my URL, instead of what you see now, & I'd like to also keep the regular html page intact, & I will simplify it so that users can 'go light' ... Great idea, no?
That's up to you. I don't see a real need for that option though. Just ensure that the template you select is fully XHTML and CSS compliant. (W3C standards) There are some horribly coded templates out there.[/quote]

Quote:
Originally Posted by dudeman View Post
Have a good weekend, & this is truly a great site, when Mods reply to my posts... That makes my day ;-)
Not a problem. Helping each other is what we do here.

PS:
Quote:
Originally Posted by dudeman View Post
Thank you, m. lady
Don't let the avatar fool you. I'm a guy! lol
__________________
Larry Monte
[Torn Elements] - Regaining the Passion for Design
[Gorgeous On Life] - The world from a Cat's point of view.

"Writing is the most fun you can have by yourself!" -Terry Pratchett
StarLab is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-11-2008, 05:17 PM   #7 (permalink)
Contributing Member
 
dudeman's Avatar
 
Join Date: 08-23-07
Location: Planet Earth
Posts: 52
iTrader: 0 / 0%
Latest Blog:
None

dudeman is liked by many
HA ! <+another HA or Two> & Thank you!But I need more of your expert help Mr Man!

Quote:
Originally Posted by StarLab View Post
Yup, move the files to the WWW root folder and make the changes I mentioned in the config file. Gotta love dynamic scripting.

Just ensure that the template you select is fully XHTML and CSS compliant. (W3C standards) There are some horribly coded templates out there.
Such as? How are the Rocket templates? Checkout the one I'm using now ;-) ... Can you recommend ones that look like my site currently? And how does Joomla work? I mean..
I like the fact that of my internet gets cut off, I can use Dreamweaver to work on my site, & I don't have to connect to the internet in a Web-Based editor. Is there a way to integrate the two, so I can I guess download the template & install a PHP server on my computer to do testing, but that would be optional.
- My main point here is to integrate Dreamweaver with Joomla, after I of course discover how Joomla operates. I want all of the content that is currently on my site to be on the new Joomla-driven site, & to overwhelm you with another question, LOL; what is the best way to move all of my code, my content, etc, into the new system?

I can't wait! it'll be a whole new site!

Quote:

PS:

Don't let the avatar fool you. I'm a guy! lol
I laughed REALLY hard when I read that, because I'ts Saturday, first of all, & I'm FREE! ... for 2 days... ANYWAYS, mainly because I had a ... really good feeling that that was the case, & it was just your avatar, LOL, but I forgot to mention that, & l liked the ring of it.. I like to pretend I'm from England sometimes, so I love the 'm'lady' sh*t... I'm going to be a female cat from Mars this Halloween, you you can call ME M'Lady ;-) BTW, my avar here is a female, so I guess some may make the same mistake about me too
Whatever
__________________
http://www.criticalunity.org/ -All Need to Know Info!
The ultimate measure of a man is not where he stands in times of comfort, but in times of challenge..."
Martin Luther King Jr.
dudeman is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-12-2008, 07:10 AM   #8 (permalink)
Super Moderator
 
StarLab's Avatar
 
Join Date: 10-29-07
Location: Ontario, Canada
Posts: 2,058
iTrader: 0 / 0%
StarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web pro
Send a message via ICQ to StarLab Send a message via MSN to StarLab Send a message via Yahoo to StarLab
Quote:
Originally Posted by dudeman View Post
Such as? How are the Rocket templates?
RocketTheme templates are pretty good. You shouldn't have any problems using any of their stuff.

Quote:
Originally Posted by dudeman View Post
And how does Joomla work? I mean..
I like the fact that of my internet gets cut off, I can use Dreamweaver to work on my site, & I don't have to connect to the internet in a Web-Based editor. Is there a way to integrate the two, so I can I guess download the template & install a PHP server on my computer to do testing, but that would be optional.
If you're running Windows, check out WampServer It installs everything you need to run Joomla on your local machine allowing you to work offline. Great for development, test driving other PHP/MySQL apps, and general playing around.


Quote:
Originally Posted by dudeman View Post
- My main point here is to integrate Dreamweaver with Joomla, after I of course discover how Joomla operates. I want all of the content that is currently on my site to be on the new Joomla-driven site, & to overwhelm you with another question, LOL; what is the best way to move all of my code, my content, etc, into the new system?
I've been through many migrations to Joomla. The only way to truly integrate all your content is to cut and paste from the old site into the new via the backend content editor. There might be migration tools out there to help you in this, but I'm not sure. I've always taken the slow, painful road.

Quote:
Originally Posted by dudeman View Post
I can't wait! it'll be a whole new site!
Ah, yes. The feeling of getting your first Joomla site up and running. No feeling quite like it! lol

Have fun!
__________________
Larry Monte
[Torn Elements] - Regaining the Passion for Design
[Gorgeous On Life] - The world from a Cat's point of view.

"Writing is the most fun you can have by yourself!" -Terry Pratchett
StarLab is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-13-2008, 12:30 PM   #9 (permalink)
Contributing Member
 
dudeman's Avatar
 
Join Date: 08-23-07
Location: Planet Earth
Posts: 52
iTrader: 0 / 0%
Latest Blog:
None

dudeman is liked by many
Can you recommend some places to get good templates? I want one that is kinda like how my site is currently, but here is what I really want; Hints of Orange, & rounded, transparent DIVs
__________________
http://www.criticalunity.org/ -All Need to Know Info!
The ultimate measure of a man is not where he stands in times of comfort, but in times of challenge..."
Martin Luther King Jr.
dudeman is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-20-2008, 08:08 PM   #10 (permalink)
Contributing Member
 
dudeman's Avatar
 
Join Date: 08-23-07
Location: Planet Earth
Posts: 52
iTrader: 0 / 0%
Latest Blog:
None

dudeman is liked by many
Exclamation No template suggestions? It's OK, but I need help with the one I chose

I'm using Terran Tribune, & If anyone can help me with some pointers on how to best migrate my current site to the Joomla system, please let me know.

My site: http://criticalunity.org/
The Joomla setup area: http://criticalunity.org/joomla

Thanks!
__________________
http://www.criticalunity.org/ -All Need to Know Info!
The ultimate measure of a man is not where he stands in times of comfort, but in times of challenge..."
Martin Luther King Jr.
dudeman is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-21-2008, 01:16 AM   #11 (permalink)
Contributing Member
 
dudeman's Avatar
 
Join Date: 08-23-07
Location: Planet Earth
Posts: 52
iTrader: 0 / 0%
Latest Blog:
None

dudeman is liked by many
The new directory is: http://criticalunity.org/joomla/


- And I'm not sure if writing is the most fun you can have by yourself, but I don't want to be rude, so I will not speak what is on my mind right now ;-) And why'd you change your avatar? Now the preceding conversation makes no sense... - But your avatar is more important... Have a good day!
__________________
http://www.criticalunity.org/ -All Need to Know Info!
The ultimate measure of a man is not where he stands in times of comfort, but in times of challenge..."
Martin Luther King Jr.

Last edited by dudeman : 10-21-2008 at 01:20 AM.
dudeman is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-21-2008, 03:06 AM   #12 (permalink)
Contributing Member
 
dudeman's Avatar
 
Join Date: 08-23-07
Location: Planet Earth
Posts: 52
iTrader: 0 / 0%
Latest Blog:
None

dudeman is liked by many
Red face Where do I start?

I'm ready to start putting my content in the template. but what do I do first? create the categories? Do I trash all the demo articles? Or use them to see how the whole Joomla system works? I could just rename the menu items to be what is in my menu on my main domain...

What is the best way to get this done?
__________________
http://www.criticalunity.org/ -All Need to Know Info!
The ultimate measure of a man is not where he stands in times of comfort, but in times of challenge..."
Martin Luther King Jr.
dudeman is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-21-2008, 07:48 AM   #13 (permalink)
Super Moderator
 
StarLab's Avatar
 
Join Date: 10-29-07
Location: Ontario, Canada
Posts: 2,058
iTrader: 0 / 0%
StarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web proStarLab is a highly respected web pro
Send a message via ICQ to StarLab Send a message via MSN to StarLab Send a message via Yahoo to StarLab
Sorry. I haven't been around much this week...

Quote:
Originally Posted by dudeman View Post
Can you recommend some places to get good templates? I want one that is kinda like how my site is currently, but here is what I really want; Hints of Orange, & rounded, transparent DIVs
I normally don't use pre-made templates but a couple template sites that stand out in my mind are: SiteGround.com, JoomlaShack.com, and CompassDesigns.net

Quote:
Originally Posted by dudeman View Post
- And I'm not sure if writing is the most fun you can have by yourself, but I don't want to be rude, so I will not speak what is on my mind right now ;-) And why'd you change your avatar? Now the preceding conversation makes no sense... - But your avatar is more important... Have a good day!
LOL! That's my Halloween Avatar! I'll be back to my old self (avatar) shortly.

Quote:
Originally Posted by dudeman View Post
I'm ready to start putting my content in the template. but what do I do first? create the categories? Do I trash all the demo articles? Or use them to see how the whole Joomla system works? I could just rename the menu items to be what is in my menu on my main domain...

What is the best way to get this done?
Until you are familiar with the backend editor I would just 'unpublish' all the sample articles and categories so they don't show on the front end. You can then refer to them later if you need to see how to do things such as inserting pics or adding 'read more' prompts, etc.

There are many Joomla tutorials out there that cover most things from adding content to creating your own custom template. CompassDesigns has some great tutorials!

Nice template choice btw... Looks great!
__________________
Larry Monte
[Torn Elements] - Regaining the Passion for Design
[Gorgeous On Life] - The world from a Cat's point of view.

"Writing is the most fun you can have by yourself!" -Terry Pratchett
StarLab is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-21-2008, 04:01 PM   #14 (permalink)
Contributing Member
 
dudeman's Avatar
 
Join Date: 08-23-07
Location: Planet Earth
Posts: 52
iTrader: 0 / 0%
Latest Blog:
None

dudeman is liked by many
Question Dealing with 'The Parameter-File /templates/rt_terrantribune_j15/params.ini is Unwrit

How do I make it writable?


UPDATE 2: Good grief! That was SO simple! I just enabled 'user' for now. - So don't waste your time reading this, unless you had the same problem. Either way, go checkout my site! LOL
UPDATE: Change Permissions

- I'm not sure about enabling 'Group' so I'm not hitting 'Change' yet in the legacy file manager.

Filename: params.ini
Mode User Group World
Read
Write
Execute

I don't think I should allow 'World' permissions to write, so Just 'User' & 'Group' ?

(I'm not moving the directory yet, I'm just trying to make it writable to remove the copywright, etc)
__________________
http://www.criticalunity.org/ -All Need to Know Info!
The ultimate measure of a man is not where he stands in times of comfort, but in times of challenge..."
Martin Luther King Jr.

Last edited by dudeman : 10-21-2008 at 04:19 PM.
dudeman is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-21-2008, 04:35 PM   #15 (permalink)
Contributing Member
 
dudeman's Avatar
 
Join Date: 08-23-07
Location: Planet Earth
Posts: 52
iTrader: 0 / 0%
Latest Blog:
None

dudeman is liked by many
Exclamation Now how do you change the title of the pages in Joomla?

I have nothing to do with 'terran Tribune'
__________________
http://www.criticalunity.org/ -All Need to Know Info!
The ultimate measure of a man is not where he stands in times of comfort, but in times of challenge..."
Martin Luther King Jr.
dudeman is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



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

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Advice on changing forum directory sportsoutlaw SEO Forum 1 08-09-2006 05:58 PM
Changing blog directory JamieJelly Blogging Forum 1 06-22-2006 12:04 AM
Changing directory name for SEO funguru SEO Forum 7 12-18-2004 02:53 AM
Changing my directory? Need a solution edbarton Coding Forum 5 01-12-2004 03:51 PM


Sponsor Links