Fork me on GitHub

Newb question howto edit index page.  Bottom

  • Hi all thanks in advance for any help with my newb question. I have installed 1.2.2 and love it, it has everything i was looking for in a CMS, and have tryed most out there in the last couple weeks and have gone with Zikula, but what i dont get is howto edit my index page and make other pages. Most other CMS have a good wysiwug editor for all your pages? I have installed a bunch of mods and have them running good, dizkus, feeds, files, pages, scribite, ect
    but just cant figure out how to edit my pages with wysiwug, have searched the forums all day and did'nt find any help, so thank you to the soft hearted person that gives a hand to this newb. I've been hosting for a long time but this my first time using a CMS. thanks again icon_confused
  • It sort of depends what you want your index (main) page to display. If you just want a static page, then in the settings module, you would set your main page to Pages, then create a page with the wysiwyg editor and you'll be set. what many do though is set News as their main page, then you get an idex of news stories. I also use HTML blocks on my fron tpage for static content.
  • Thanks Craigh I'll give that a try if i can get back in now I get the error, This webpage has a redirect loop. seems as every CMS I've tried has had it problems, damn and I really thought Zikual was it. I guess thats why I've hosted on plain old apache for years, any ideas on the new error??

    thanks man.
  • hey robb welcome to Zikula,

    i briefly read your first post and you said you are having an issue with WYSIWYG editors and a redirect loop?

    first for the most important, i have never seen this redirect loop issue, is there more of the error msg? a complete copy and paste might be useful. is it a PHP error? maybe theres an issue with your theme...you can override your default theme in the URL like this :http://www.yoursite.com/index.php?theme=Andreas08 of course replacing "http://www.yoursite.com" with whatever gets you to your site


    i see you have scribite installed, thats good because scribite is the standard module for adding WYSIWYG support to zikula. im assuming your issue is that you just do not see the editors? if thats the case what i suggest you try is log into your site and access your admin panel, find the Scribite module, there you will see the option to pick a default editor, pick one.

    then you should see a list of installed modules, look through them and find the module you would like to set the editor for and select an editor then just click the green check mark. that should get the editors working. keep in mind some editors might now work well in all browsers, i know some of them dont work at all in Chrome (this isnt a zikula issue its an issue with the editor itself). i suggest you give them all a try until you find one you like.

    kyle
  • thanks for your reply Kyle, here is the error I'm getting:: Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects. I to have never seen this error, was just moving through the site and it came up, tried to bypass my theme like you said (no joy). as for the editor I can pick the editor and the modules to edit, but the index or front page is not one of them. One of my customers asked me to set this up for them to try, first time messing with CMS. i can write PHP, perl, javascript, and am very good with freebsd, mysql, apache and the like so not an experience issue, but do feel kind of stupid asking for help on an issue like this. thanks agian. icon_confused
  • O by the way this happends in all the browsers I try firefox,chrome,IE6-7-8
  • that is strange, i have done some googeling but came up with nothing useful, people have blamed it on everything from incorrect system date/time (saying it was fixed when they checked their clock and found it was way off date), some people have said that clearing the cache and cookies fixed the problem, others say it is a configuration issue within the server itself (that seems most likely). im betting something is throwing you into a re-direct loop: one address redirects or forwards to another address which then redirects or forwards back to the original.

    are you running the server yourself or are you with a hosting company? is there a specific module or function you try to access when this is happening?

    I am a little confused by what you mean when you say you want to edit the index page? your 'front page' or the page that you would get if you just went to http://yoursite.com/ or http://yoursite.com/index.php is set in the settings to a specific module and function. from your admin panel you go to System (i think) -> settings, then you will see the option for "start page settings"

    for module you have a drop down menu, i use the module "Content" to publish pages so i have Content selected, when a user accesses my site the first page they will see will come from the Content module.

    then you have type: this is almost alway user (its not wise to have an admin type as your front page, it will just deny someone access if they aren't logged in anyway)

    start function is the $func argument to pass (mine is set as "view" because i want to call the view function from the Content module)

    then arguments is other arguments to pass to that function (i have "pid=4", thats just selecting what page to display from the content module)

    so for my settings going to the index page is exactly the same as going to
    /index.php?module=Content&type=user&func=view&pid=4

    if you wanted to use Pages you could probably give the info
    Module: Pages
    Type: user
    func:view
    arguments: pid=x (where x is the id of that page)

    then when you edit that page in pages your front page will have been edited.
    i suggest giving the 'content' module a go, i find it super easy to work with: drag and drop different types of info into different places on the page.


    as a note to anyone else reading this: it might be a good idea to clean up the 'start page settings' to have an easier to use options for common start-up modules.

This list is based on users active over the last 60 minutes.