NUCLEUSCMS...how.to.nucleuscms.for.software.dummies.

 

Subscribe to RSS

Contact Ltooz

<   October 2009   >
MonTueWedThuFriSatSun
   1234
567891011
12131415161718
19202122232425
262728293031 

Browsers

This website uses CSS3 which isn't supported by ie6,7,8... but will display with modern browsers: Firefox,Chrome,Safari... If you are using ie6,7,8 please try other browsers to expand your horizons, Internet is actually beautiful. Please also install Flashplayer for flash videos.

About

When I started to make my own website, Justhost.com has all the brand name blog server software for free like wordpress, b2evolution, mambo, joomla, Nukes... more About...


Custom Search

Search Site

Login


Register as a ltooz member!

Favorite Websites


10611
Top countries
 US
 
4874
 RU
 
2322
 Other
 
957
Top browsers
 Twiceler0
 
2134
 Yandex0
 
1800
 Default Browser0
 
1445
Top systems
 unknown
 
6882
 WinXP
 
1791
 Win2000
 
864

You are currently viewing archive for October 2009

Oct
28

NP_GreyBox Plugin

Category: PLUGINS | Posted by: ltooz | Add comment | Viewed: 670 times |

GreyBox: We like the way GreyBox pops stuff up, this one is perfect for displaying external webpage (without leaving your webpage), register form pop up, pictures folder, the only draw back is that we couldn't get it to display thumbnails, it doesn't support slideshow (or at least we don't know how to yet), it doesn't animate the scale down/up of pictures like LightBox2, but the navigation bar is much better than the LightBox2. There's always hit and miss of any plugins, since we didn't write any, so we don't criticize, just use it accordingly.

Assumming we loaded the plugins into our plugins directory = http://yours.com/yournucleus/nucleus/plugins/ we should have 2 components, 1 is a greybox folder and one is NP_GreyBox.php in the plugins directory.

In the admin page click the plugin link (on the left hand column) and the list of plugins in the folder already installed and not yet install will appear . We already installed the GreyBox, but in the picture, you can see others that were in the plugins folder, but we haven't installed and we're not going to install. Assuming GreyBox is there, just select it and click install plugins.

Go to GreyBox plugin and click edit options , we only change the address to full and everything...

Read More »

Oct
28

Pictures in NucleusCMS

Category: PICTURES | Posted by: ltooz | Add comment | Viewed: 1360 times |

Imagerotator (static) Most of the blogs or websites have tons of pictures displayed in different ways. I found a few ways to play with our pictures. The first one is to display a set of pictures everytime the page is loaded or clicked. This one is different from imagerotator from longtailvideo which changing the pictures set all the time, it looks nice in the first time, but after a while, it became annoying. First you need to download this rotate.php file, customize the file. Create a folder with pictures on your server and drop this file in that folder, it's easy. Find a place that you want to put these pictures to appear, and place this code. This is much easier than all the imagerotator plugins we tried from nucleus plugins.

<img src="http://ltooz.com/ltooz341/media/familyr/rotate.php" alt="Header" width="214" height="130" />

This should come out diplay below, in order to do this in tinymce, this code must be placed in html mode.

 


Header

Imagerotator (dynamic) Anyhow, if you want to have pictures rotated with transitions and looping forever, then go to longtailvideo.com to download all the files and place them in a folder. In this case, I placed them in the familr folder. To place them anywhere you want, sidebar, header... just place these codes.

<embed
  src="http://ltooz.com/ltooz341/media/familyr/imagerotator.swf"
  width="214"
  height="130"
allowscriptaccess="always"
  allowfullscreen="true"   
flashvars="file=http://ltooz.com/ltooz341/media/familyr/mylove.xml&transition=blocks"
/>

again with tinymce, click the html icon to place these codes, if not they won't work.


GREYBOX: We can you GreyBox to display a picture folder, we will use the same folder familyr for demo. The code to display all the pictures in the folder. In tinymce editor, we have to add @ in front of the code.

<%GreyBox(familyr(1)|familyr picture folder||imageset)%> . The familyr(1) will display only 1 caption=familyr picture folder, if we leave it out, there will be as many captions as many pictures displayed.

familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder familyr picture folder display only 1 caption (it's caption because we disable the thumbnails, if your system can display the picture, enable it and it will display the 1st picture). There are 4 non-jpg files, you will see 4 blank pictures and they will keep trying to open, you have to skip forward to see the real pictures. Since the default directory in the setting was http://www.ltooz.com/ltooz341/media, our familr folder is in the media, therefore, we only need to place familyr after the "(" . If the folder is not relative to the default folder, we must use the full url = http://ltooz.com/ltooz341/media/familyr

If we just use <%GreyBox(familyr|familyr without(1)||imageset)%> without the (1), here is how it will display.

familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1) familyr without (1)

To display a  single picture in a folder

<%GreyBox(familyr/Reno07_s1.JPG|Reno07_s1||image)%> it will display like this Reno07_s1

To display a website like dot com or dot html we can use <%GreyBox(http://ltooz.com|ltooz||pagefs)%> and it will display like this (again with tinymce, we need to put @ in front of <%...) ltooz . It will not work with blogs items like <%GreyBox(http://www.ltooz.com/ltooz341/item/pictures-in-nucleuscms|pictureinncleus||pagefs)%> like this

@<%GreyBox(http://ltooz.com/ltooz341/item/pictures-in-nucleuscms|pictureinnucleus||pagefs)%> but it will display the main blog like this <%GreyBox(http://ltooz.com/ltooz341/|ltoozblog||pagefs)%>

ltoozblog without a problem.

BloginsideBlog this is <%GreyBox(http://www.ltooz.com/ltooz341/blog/love|BloginsideBlog||pagefs)%>

LIGHTBOX2 The animated popup screen for pictures LightBox2 is a very popular an pretty plugins. We like it, but we don't use it often because the lack of slideshow and webpage display. We do like the thumbnails and the animations. But for displaying picture galleries, we like to use jalbum much better, although it's not flexible in adding pictures or deleting them.

The codes are exactly the same as GreyBox, just replace the GreyBox with LightBox2 and we get the pictures display in lightbox2. The only thing is that LightBox2 doesn't display websites, only pictures.

<%LightBox2(staining/master34.jpg|lightbox||images)%> will display with a thumbnail like this lightbox2 and don't forget the @ in front of <%... if you use tinymce. This code is to display a specific picture in the folder.

<%LightBox2(staining(1)|lightbox||images)%> will display the first picture of the familyr folder but will display all pictures in that folder like this lightbox2 lightbox2 lightbox2 lightbox2 lightbox2 lightbox2 lightbox2 lightbox2 lightbox2

If we don't put staining(1), we will get the thumbnails of every picture in the staining folder displayed like this

<%LightBox2(staining|lightbox2||images)%> (again with tinymce, we need to put the @ in front of <%...)

lightbox2 lightbox2 lightbox2 lightbox2 lightbox2 lightbox2 lightbox2 lightbox2 lightbox2


Oct
24

Nucleuscms...Userguide.

Category: INSTALLATION | Posted by: ltooz | Add comment | Viewed: 1558 times |

Well, after we installed Nucleuscms on our server, we have the basic page with yellow banner. How do we start? There is a basic userguide that we should read first. We should be able to create blogs, categories, items, using plugins to enhance the blogs looks & feels & functionality. CMS is Content Management System which means the ways to display the content on a website (pages). What are the types of contents that a normal person should have on his/her website: words, pictures, videos, music?

  1. Modifying default skins: We like the default skin, it does have the admin and add item on the sidebar when we logged in. It's easy to be modified after hours of trials and errors smile .
  2. Create blogs within original blog.
  3. Plugins: The ones that we need, although there are tons more.
  4. Video.
  5. Music.
  6. Pictures in NucleusCMS.
  7. Extras.

When we have time we will update each of these one by one.

Oct
13

Nucleuscms...Installation

Category: INSTALLATION | Posted by: ltooz | Add comment | Viewed: 1666 times |

After many trials and errors with a few blog software: joomla, mambo, wordpress, b2evolution... we decided to go with Nucleuscms system. Although it's not well established as others, but to us, it has most of the STUFF we want and it's very easy to customize. The system is basic, there are many skins and plugins to make the website wonderful, but the documentation is not clear and it does take a non-programmer, non-webdesigner, a long time to implement all the nice things for the website. This write up is to document STUFF we've learned while experiencing with this software. We hope this documentation will help people to use this fine Free Content Management System easily & promote it widely.

There always are many ways to skin a cat as they say, this is the way we skinned ours, so please, use ours as a reference only.

Alright, if you're setting up this system with justhost.com then just follow what we do, if not, start to install the system from nucleus installation.

We can summarize the manual installation above as follows:

  1. Create a nucleus folder in your server public root directory/unzip the nucleus V3.50 installation package in this folder/you should have all the...

Read More »

Oct
13

Justhost.com

Category: HOSTING WEBSITE | Posted by: ltooz | Add comment | Viewed: 2241 times |

If we want to set up our own website, we do need a hosting service, justhost has been very good so far for us.

The service manage our data and make sure the website is up an running reliably and quickly all the time. There are many hosting services out there, we chose Justhost.com because it was rated #1 at the time. We got a great deal for less than $90. for 2 years. What do we get for the service?

Unlimited bandwidth = no limit on how many people accessing our website (as we understand in plain term)

Unlimited storage = we can load as many pictures and write as much as we want.

Free domain registration = this is a little misleading, they charge $9.99 for a year keeping your domain private.

Many subdomains = many website.com on our server.

JUSTHOST has the best control panel as we can see, we can load any files, edit any type of extension, no restrictions on any type that we encountered so far, their html editor has utf8 encoding capability, it's not the best, but very useful. The bottom line is if it's text based, it can be view or edited. You can zip/unzip files and...

Read More »