Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 22

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse
Old 28.01.2005, 02:12   #1 (permalink)
Baby Mamber
 
goatlady's Avatar
 
Join Date: Jan 2005
Posts: 19
goatlady is on a distinguished road
Talking writing content

I know this must be the stupidest question anyone has asked.. BUT I really am stumped.. still trying to learn what each thing does .. components, modules, menus etc..
BUT where do I write my actual content? and can it be in html with javascript ? I really only want to get a simple page up but I have nbever had this much trouble learning something before.. my mind is in basic html mode.. I mean i can write the html. but where do I put the finished written code page and how do I get it to go where I want it to go?
Sorry Im so stupid..
goatlady
goatlady is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 28.01.2005, 02:31   #2 (permalink)
Mamber
 
Join Date: Jun 2004
Posts: 73
fuzzybuster is on a distinguished road
Default Re: writing content

Quote:
Originally Posted by goatlady
I know this must be the stupidest question anyone has asked.. BUT I really am stumped.. still trying to learn what each thing does .. components, modules, menus etc..
BUT where do I write my actual content? and can it be in html with javascript ? I really only want to get a simple page up but I have nbever had this much trouble learning something before.. my mind is in basic html mode.. I mean i can write the html. but where do I put the finished written code page and how do I get it to go where I want it to go?
Sorry Im so stupid..
goatlady
No, you're not stupid. Relax and take some deep breaths. I was the same when I made the transition.

You've obviously got into the Admin section and you may already have some "dummy" content in the site.

Go to your Admin menu and look for

CONTENT > CONTENT MANAGERS > NEWS > NEWS ITEMS

and click on one of the stories or create a new one.

This should get you started. There will be many questions after this
fuzzybuster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 28.01.2005, 10:13   #3 (permalink)
Junior Mamber
 
Join Date: Oct 2004
Posts: 28
saaty is on a distinguished road
Default Re: writing content

The content of the site from your point of view is Static content: go to administrator and in control panel click static content. You connect that static content with menu (either by editing menu or editing stitc contetn)
Other content is divided in sections and categories (categories are subsections). Here you can add news: an infinite number of articles in one category.
saaty is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 28.01.2005, 18:01   #4 (permalink)
Baby Mamber
 
goatlady's Avatar
 
Join Date: Jan 2005
Posts: 19
goatlady is on a distinguished road
Default Re: writing content

*LOL* Yeah I figured that out later and it would have helped had I had tiny mce installed.. duh ..with the content everything is called news or newflash and it's difficult to figure out what goes where.. but Im working on it..
NOW the question is this.. Im Not used to working with a simple (or any for that matter)
WYSIWYG editor.. it is very limited.. I wrote some code and it showed up as code..
instead of the way I had inteded it to do ..
I need to be able to use a javascript based roll over for graphics in the content of one of my pages.. so where do I write the ACTUAL code?..
even if I had a css page where does this page go?.. I see no file system..
Like the poll and other things.. how do you actually add content to these??
I imagine it must be in the module edit- where it has the parameters, and I assume it has to do with the module class suffix but try as I might.. I am just not understanding .. HELP.. I just want to get a simple page up.. that would have taken me less than an hour in html.. BUT I want to change to mambo becuase I think it is the future of web pages.. ??
goatlady
stuck in mambolimbo
goatlady is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 28.01.2005, 18:04   #5 (permalink)
Baby Mamber
 
goatlady's Avatar
 
Join Date: Jan 2005
Posts: 19
goatlady is on a distinguished road
Default Re: writing content

Quote:
Originally Posted by saaty
The content of the site from your point of view is Static content: go to administrator and in control panel click static content. You connect that static content with menu (either by editing menu or editing stitc contetn)
Other content is divided in sections and categories (categories are subsections). Here you can add news: an infinite number of articles in one category.
all there is in the static content is Mambo License Guidelines
?????
goatlady is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 29.01.2005, 02:09   #6 (permalink)
Mamber
 
Mithra's Avatar
 
Join Date: Dec 2004
Posts: 62
Mithra is on a distinguished road
Default Re: writing content

The only difference between basic HTML and this, is the generation of dynamic content without the need of writing codes each time you update your site. I'm sure, you'll get used to it in a few days or so, it's not THAT complicated

You can write your HTML codes when you're adding content, if you like to. Just go to "global configuration" on the main admin screen and change the editor parameter to "No WYSIWYG editor", then save the configuration. Next time you try to add an article or story, you'll see an empty box, waiting for you to add the article with HTML tags. (I'm not sure if Javascript codes would work this way, a more experienced mamber could reply to this better.)

You do have CSS files, just in your template's (theme) folder. Check the folder and you'll find a style sheet there, which defines the look and feel of your site.

Modules are elements to display something on your pages. There are some very useful ready-to-use modules that come with your default installation, like "Who's Online", "Popular", "Syndicate" or menu modules. They go to the server side, pull some useful stuff and bring them onto your page to display. You shouldn't worry about them, just use You can also download some 3rd party modules from Mambo sites and install them according to your needs later. Also, Mambo gives you the chance to design your custom modules. When in "site modules" section on admin screen, just click on "New" icon on the upper side and create your own custom modules, if you need. You can even select an RSS feed and arrange the module to display its contents (like, for example, "World News Headlines" from Reuters.) Or you can display a static image and an announcement with the help of a module. Maybe you would like to show an ad with a custom code this way (like affiliate ads). Go ahead and feel free to edit some ready-made modules parameters too, according to your needs or preferences.

When you're finished with a module design, you have to choose on which pages should this module appear and on exactly which part of the pages. Mambo is very powerful and flexible on this: There are defined places on the basic page structure: Left, right, top, bottom, user1, user2, etc. You'll soon learn these positions for modules and feel very comfortable when placing them, believe me On module design page, you'll see the dropdown list to select the exact position for your module. On the right side, you'll see the page list to add your module. Do you want the module to appear on every page? Just select "all". Or maybe you want it to be only on the main page. Then select "main". Or if you want it on both main page and search page: Then you push the CTRL button and click on these page names.

Components are more powerful and complicated things. They can serve to do some certain tasks or to make life easier You want to create a new poll, for example: On the admin screen, go to the top menu ->components and select "Polls". Now click "New" icon and design your new poll. Not finished yet Go to site modules and select "Polls". Decide where the poll box should appear and on which pages. Then click on "published" box and save it. (Some components work together with corresponding modules: You can arrange the parameters on components and then display it by modules.)

You can easily arrange the order of modules by clicking on "up" and "down" icons on "Site modules" screen. (Same arrangement can be done for content items too, when you're on "content items" list page.)

Mambo uses a database to store all the required things: Content, users, module list, parameters and many more... This makes maintaining the site easier and functions more powerful. Once you decide the look and feel by selecting a template, and define the modules you want to use, everything becomes simple and comfortably fast. You input the content you want by using the "content managers" on the admin page and as soon as you entered them, your site is updated.

You can decide what type of content you'll use. The basic things don't change: You need a content section and some content categories under each section. For example, you want to publish some short stories on your site. Go to the section manager and create a new section called, for example, "Fiction". Then, if you plan to publish different types of stories, go to the categories manager, select the new section you just created on the dropdown list ("Fiction") and create some categories like "Science-fiction", "Thriller", "Romance"... When you want to add a new thriller story to your site, just select content->fiction and click "New". While inputting the stuff, choose the category "Thriller" from the dropdown list.

Maybe you would also like a solid link to your newly created section. Go to menu manager, select "main menu" and add a menu item called (like in our example) "Fiction". Choose "List - Content section" and then, "Fiction". When you saved it (don't forget to select "published" option) a new menu item will appear on your main menu called "Fiction". Click on it, you'll see the list of categories you created: Science-fiction, Thriller, Romance... Select a category and all the items entered under this category will be listed. Click one of the items and read it

You may also want the newly entered items to appear on the frontpage. Just select "show on frontpage" box on content item screen, and the new items will appear with their headlines and intro paragraphs on the frontpage, with a link just below them which reads "continue.." If a visitor would like to read the rest, he/she can click on this link. When entering the articles, news or other content items, use the double text boxes to define the intro part and the rest.

Not everything on a web site need to be dynamic. You'll probably also need some static pages, like "About our company" or "My Biography", or "Privacy Policy" or... so on... You can create some static pages with Mambo, using the "Static content Manager". Just click "New" and design your page. If you want to, you can also add a link to it on one of your menus.

Plain easy, isn't it? You'll love Mambo, believe me. I used half a dozen CMS software, and Mambo definitely is the best, the most flexible and most fun system.
Mithra is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 30.01.2005, 21:48   #7 (permalink)
Baby Mamber
 
2buckets's Avatar
 
Join Date: Jan 2005
Location: Oklahoma, USA
Posts: 4
2buckets is on a distinguished road
Default Re: writing content

Mithra, this was one of the most informative and helpful posts I have seen since I started using Mambo a few weeks ago. After reading it, I saw the answer to several of the minor problems I was experiencing in getting things fine tuned on my first Mambo site.

Like Goatlady, I'm pretty good with CSS and HTML but this is my first foray into a CMS. I think Mambo is a great tool and it is going to make a huge difference in time spent maintaining my site.

May I post your previous message on another board? With credit to you of course. I think it would be most helpful to others as well.

Thanks again for the helpful information.
2buckets is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 30.01.2005, 23:09   #8 (permalink)
Mamber
 
Mithra's Avatar
 
Join Date: Dec 2004
Posts: 62
Mithra is on a distinguished road
Default Re: writing content

Hi, I'm glad it's been useful. It's really a comfort to work with Mambo and luckily we have several experienced users and helpful developers here. I myself have learned a lot here just by following and reading the forum threads and sometimes searching through them.

You can post my writing wherever you wish, it makes me glad if it helps some fellow Mambers in a way.

Best regards
Mithra is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 31.01.2005, 00:31   #9 (permalink)
Baby Mamber
 
2buckets's Avatar
 
Join Date: Jan 2005
Location: Oklahoma, USA
Posts: 4
2buckets is on a distinguished road
Default Re: writing content

My thoughts exactly. If it weren't for the various forums I've visited, I would never have got the site to where it is now.
There's a wealth of Mambo information available but much of what I have found is not as easy to understand as was yours.
2buckets is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01.02.2005, 01:59   #10 (permalink)
Baby Mamber
 
Join Date: Jan 2005
Posts: 7
jdaley1 is on a distinguished road
Default Re: writing content

I have an intermitent problem.
When editing Static content from the front end many times the page comes up blank when I hit the edit button. I get some of the graphics for the editor but no content. Also, when I am in the back end and opening Static Content I get the same effect. Yet sometimes all the text is visible and I can edit it.
Any ideas please?
jdaley1 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

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

BB 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
Mambo Error when writing content Neoprogger Mambo 4.5 General Talk 8 22.08.2005 10:06
Version control and concurrent writing of all content in Mambo liaoch Mambo 5.0 Wishlist 0 11.10.2004 04:49
How to link preview text to the the full story ? scorplev Mambo 4.5 'How Do I' Questions 5 15.09.2004 05:50
Content Structuring Basics for Newbies, MOS 4.5 mamster Mambo 4.5 'How Do I' Questions 9 01.09.2004 05:18
Error in admin when writing content weavers Mambo 4.5 General Talk 0 18.05.2004 17:34


All times are GMT +2. The time now is 14:30.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.