Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 7:50 pm (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 9 posts ] 
Author Message
Posted: Sun Oct 22, 2006 5:06 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Oct 22, 2006 4:44 pm
Posts: 19
Hi there!

I just installed & configured Joomla to my liking, for
a Boy Scout Troop in my area. I only have two minor
issues with it. You can view it at http://tonyvaughn.info/t356/

1) At the bottom of the index page, this error is there.
The page you are trying to access does not exist.
Please select a page from the main menu.


2) Is there a way to center the text in the header,
like it is on: http://www.joomlausermanual.com/

I tried adding both
Quote:
and

tags to the HTML template, and it didn't work,
and I couldn't find a reference to it in the CSS.

Just as an FYI, I'm using 247shock_blue_104
by Joomlateam.com as a skin.

Also, if you have any tips on how to better the site,
I would greatly appreciate that as well.  ;D

Thanks for any help!  :)

_________________
Tony Vaughn
Webmaster of: troop356lowell.org


Top
   
 
Posted: Sun Oct 22, 2006 5:10 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Aug 18, 2005 6:14 pm
Posts: 146
What's your home page assigned to?

_________________
Ray Gilman


Top
  E-mail  
 
Posted: Sun Oct 22, 2006 5:15 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Oct 22, 2006 4:44 pm
Posts: 19
What do you mean?
I set it so that the first page is the home page.

_________________
Tony Vaughn
Webmaster of: troop356lowell.org


Top
   
 
Posted: Sun Oct 22, 2006 6:42 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Oct 22, 2006 4:44 pm
Posts: 19
Can anyone else help me?
I would like to get this up, ASAP.

_________________
Tony Vaughn
Webmaster of: troop356lowell.org


Top
   
 
Posted: Sun Oct 22, 2006 10:12 pm 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Jul 20, 2006 7:15 am
Posts: 148
Location: UK
The message you are getting is from mosMainBody()

It is not possible to see what is wrong when you have SEO turned on.

An easy work around, would be to check through our template for the string it outputs and don't let is show:
if (strpos($GLOBALS['_MOS_OPTION']['buffer'], "The page you are trying to access does not exist.")){
// do nothing
}else{
mosMainBody();
}

Hope that helps

_________________
Web Developer

www.obbec.com


Top
  E-mail  
 
Posted: Sun Oct 22, 2006 11:31 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Oct 22, 2006 4:44 pm
Posts: 19
Okay, I think I get what you mean, but I can't figure out how to fix it...
I turned SEO off. What do I do now?

_________________
Tony Vaughn
Webmaster of: troop356lowell.org


Top
   
 
Posted: Mon Oct 23, 2006 10:10 am 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Jul 20, 2006 7:15 am
Posts: 148
Location: UK
I can't see anything wrong with it, apart from the error...  ???

Something to do with the administration and the link assignment, as mentioned above.

How did you create the link for the home page?

Was it as a Link - url?

If so, what was the url you've used?

It might be that you've mispelled the url... Not sure.

_________________
Web Developer

www.obbec.com


Top
  E-mail  
 
Posted: Tue Oct 24, 2006 12:53 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Oct 22, 2006 4:44 pm
Posts: 19
Well, I fixed the error at the bottom of the home page,
by changing it to a static content thing, and linking it.

Thanks for the help.
Can anyone help me with the second problem?  :-\

_________________
Tony Vaughn
Webmaster of: troop356lowell.org


Top
   
 
Posted: Tue Oct 24, 2006 9:24 am 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Jul 20, 2006 7:15 am
Posts: 148
Location: UK
Just a quick look at the source code of both websites:

Code:

<tr>

  <td width="234" height="100" [b]style="padding-left: 8px;"[/b] class="title" >
           <a href="http://www.joomlausermanual.com" title="Joomla! User Manual.com">Joomla! User Manual.com</a>
   </td>

</tr>


and yours...

Code:
<tr>

<td width="234" height="100" class="title" align="center">
                   <a href="http://tonyvaughn.info/t356" title="Boy Scout Troop 356">Boy Scout Troop 356</a>
</td>



It might help placing the padding-right style, and play around with the number until it is centered.

Otherwise you could try putting the link into a
link

_________________
Web Developer

www.obbec.com


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 40 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group