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.

Directory Submission Service   ClickBooth Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 02-14-2007, 05:20 PM   #1 (permalink)
Contributing Member
 
Join Date: 06-09-04
Posts: 349
iTrader: 0 / 0%
Latest Blog:
None

devilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nice
Joomla help

I am working on a new site, www.missionenvironment.com. I am starting to get the hang of a few things, but I need help with the following. I am pretty sure once I understand how to do these things, I will be abe to do everything else I need to do to get this site up and running.

I want to make some new pages (an advertising page, an article database page, and another page with just tips on how the user can take action).

Im not really sure what those would be considered (modules, components, content, etc), and how to go about creating the new pages.

Could you just help me run through the steps to set those pages up and get their links in the main menu? I appreciate it.
devilzfan300 is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 02-16-2007, 04:47 AM   #2 (permalink)
Inactive
 
Join Date: 02-15-07
Posts: 85
iTrader: 0 / 0%
Latest Blog:
None

atox is on the right pathatox is on the right path
That shouldn't be too hard,
for the page with tips you could probably create a 'static content' item.

Login into your backend, choose content>static content manager. Now press the button labeled new and write your text .

For the article database page I would advise to use a section called 'Articles' or something like that. Then you can click on Content>Content By Section>Articles and add the articles you want.

Not sure what you want on the advertising page, if it's just some info about how to advertise on your site you could just make it another static content item.

Oh yeah, don't forget to add these sections/static content items to your menu
atox is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-18-2007, 06:59 PM   #3 (permalink)
Contributing Member
 
Join Date: 06-09-04
Posts: 349
iTrader: 0 / 0%
Latest Blog:
None

devilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nice
Ok, I got the static content up. The only problem is that it is all centered, and I cant get it to be left align.

http://missionenvironment.com/index....d=14&Itemid=27
devilzfan300 is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-18-2007, 08:58 PM   #4 (permalink)
Contributing Member
 
Join Date: 06-09-04
Posts: 349
iTrader: 0 / 0%
Latest Blog:
None

devilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nice
Also, I am trying to add new categories to my resources page. I added a new one right under the old one, but it is not showing up on the webpage. Any ideas why not?
devilzfan300 is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-18-2007, 09:36 PM   #5 (permalink)
v7n Mentor
 
digiweb's Avatar
 
Join Date: 04-07-06
Location: Manchester, NH
Posts: 770
iTrader: 1 / 100%
digiweb is a glorious beacon of lightdigiweb is a glorious beacon of lightdigiweb is a glorious beacon of lightdigiweb is a glorious beacon of lightdigiweb is a glorious beacon of lightdigiweb is a glorious beacon of lightdigiweb is a glorious beacon of lightdigiweb is a glorious beacon of lightdigiweb is a glorious beacon of lightdigiweb is a glorious beacon of lightdigiweb is a glorious beacon of light
Send a message via Yahoo to digiweb Send a message via Skype™ to digiweb
Quote:
Originally Posted by devilzfan300 View Post
Ok, I got the static content up. The only problem is that it is all centered, and I cant get it to be left align.

http://missionenvironment.com/index....d=14&Itemid=27
Try viewing the source of your page to find the problem. Right above the Text Links (coming soon) is a table tag with a class of "contentpaneopen." So check your css for contentpaneopen (it's in the templates/[templatename]/css/template_css.css) to see if it's set to center. Quite a bit higher in the html source on line 225 is a <div align=center> which might be the issue.

Tracking these down in Joomla requires a global search of the joomla tree. A piece of PHP code could be writing the centered table or centered css tag. Find the problem in the html and backtrack it to the joomla code.

There's a very good chance that contentpane open is being spit out at line 456 (or so depending on joomla version) of components/com_content/content.html.php. Applies to 1.12 and lower, 1.5. But find the center attribute, that's suspicious.
digiweb is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-18-2007, 11:22 PM   #6 (permalink)
Contributing Member
 
Join Date: 06-09-04
Posts: 349
iTrader: 0 / 0%
Latest Blog:
None

devilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nice
Thanks, I will use your suggestions and fix that in the morning. Any ideas about how to fix the new resources issue I stated above?
devilzfan300 is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-19-2007, 08:26 AM   #7 (permalink)
Contributing Member
 
Join Date: 06-09-04
Posts: 349
iTrader: 0 / 0%
Latest Blog:
None

devilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nicedevilzfan300 is just really nice
Fixed it. Thanks.
devilzfan300 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
Joomla signature16 SEO Forum 8 11-05-2007 07:29 AM
joomla or WP Jalpari Web Design Lobby 0 09-09-2007 09:24 AM
JOOMLA! Anybody help?? Foxtrck Web Design Lobby 2 02-19-2007 06:25 AM
anyone use joomla Money_mike Web Design Lobby 11 01-29-2007 02:22 PM
PHP + Joomla help Cylent Coding Forum 6 01-10-2007 12:13 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 04:29 AM.
© Copyright 2008 V7 Inc