What is "Page Editor" and what is it for?
Page Editor is one of the main uCoz modules and is used for the creation of defferent pages on a site. By means of Page Editor you can place at your site any static information, e.g. about yourself, your interests, friends etc. How do I activate "Page Editor"?
Go to the Control Panel, find "Inactive" modules and click on "Page Editor". Then click "Install the module".
How do I create a page ?
Go to the Control Panel -> Page editor -> Add new page
How do I delete a page ?
Go to the Control Panel -> Page Editor -> Pages management and you’ll see the list of the created pages. Click on "Remove" icon (a red cross) and confirm the removal.
I want to change the name of a page. How do I do this ?
Go to the Control Panel -> Page Editor -> Pages management and you’ll see the list of the created pages. Click on "Edit information" and change the name on the page that will appear.
I have created a new page and it has been automatically added to the site menu. How do I delete it ?
Go to the Control Panel -> Site menu management. Click on this link and you’ll get to the page with the menu template. Delete the line with the link to that page and click "Save".
I have accidentally deleted a link to one of the pages from the site menu. How do I add it back ?
Go to the Control Panel -> Site menu management. Copy one of the existing lines with a link and paste it in the place where you want it to be on the menu. Then edit the name of the link (it is before the tag </a>) and the page address (is between the quote marks in <a href="Page address">).
If you don’t know the address of the created page or module you can look it up the "Save" button – there is the list of all active modules and all created pages. Click on the necessary page name and you’ll see its URL in a pop-up box.
May I upload my own files to the server ?
Yes, you may.
How do I do this ?
Find the link "File Manager" in the Control Panel and click it. You’ll see the list of all uploaded files. To upload a new file from your PC click "Browse", find the necessary file and click "Upload file".
Note, that max file size for uploading is 5 Mb.
You can also upload files by means of any FTP client (e.g., CuteFTP). You can see the connection details at the top of the Control Panel -> FTP details.
How can I quickly change the design of the whole website ?
Go to the Control Panel -> Common Settings -> Site Design. There you can find a lot of standard designs, select the one you like and click "Save".
Where can I change such data as time zone or site name?
In the Control Panel -> Common Settings.
I have registered a website and now want to modify it completely. Am I allowed to do this ? What may I change and what may not ?
You can change anything you want – create your own pages, modify templates and design. You can create your own design, upload it to the server and you’ll have a unique website. The only requirement is the presence of uCoz banner and copyright. Any attempts to remove them will lead to the deletion of the website (unless you have paid for the removal).
How do I transfer the created pages from another site to uCoz site?
Upload the pages to the File Manager. Then go to the Control Panel -> Site Menu Management and paste the links to the uploaded pages. These are static pages, so you must provide a full URL, e.g. http://your_site.ucoz.comu/page_name.html
How can I edit static pages?
By means of reuploading to the website.
Can I change default links into custom, e.g. www.website.ucoz.com/publ/1-1-2 for www.website.ucoz.com/articles/5
No.
How do I make subcategories? E.g. I want to make subcategories for albums in the category "audio".
For example you have the following pages:
Home (page 1)
Pictures (p. 2)
Audio (p. 3): Pop (p. 4), Rock (p. 5), Hip-Hop (p. 6)
Films (p. 7): Comedies (p. 8), Thrillers (p. 9), Dramas (p. 10)
Books (p. 11)
So, output the links to pages 2, 3, 7, 11 in site menu;
the links to pages 4, 5, 6 - on page 3
the links to pages 8, 9, 10 – on page 7
How do I make it so that it will be possible to set my website as a homepage and add it to favorites?
Add the following code:
- for a homepage
Code
<a onclick="this.style.behavior='url(#default#homepag e)';this.setHomePage('http://yoursite.ucoz.com/'); return false;" href="#" >Set as the homepage</a>
- for favorites
Code
<a href="#" onClick="window.external.addFavorite('http://yoursite.ucoz.com', 'Site description'); return false;">Add to favorites</a>
May I move the copyright $POWERED_BY$? To some other place on a page?
Sure, we allow to adjust the copyright to the site design.
Should I add uCoz copyright to the pages, uploaded via File Manager?
No, the copyright is required only on the module pages (dynamic pages).
Is it possible to increase max template length?
No.
Is it possible to use JavaScript in uCoz system?
Yes, any client side scripts are allowed.