Under: TIPS AND TRICKS | Viewed: 3052 Add comment
To display UTF-8 correctly
Edit NP_MostViewed.php
and replate
|
Code:
|
| $outtemp = str_replace("%p", htmlentities($row['title']), $outtemp); |
with
| Code: |
$outtemp = str_replace("%p", htmlentities($row['title'], ENT_COMPAT, "UTF-8"), $outtemp);
|
Nucleusforum
Under: PLUGINS | Viewed: 3776 Add comment
Nucleuscms has PageBreak plugin that split the page into many links for readers to select easily on a long article, especially with articles with many sections. I need this plugin for some of my tutorials.
Example 1
First we need to download the plugin pagebreak V0.9
Extract the zip file in the plugin...
Read More »
Under: PLUGINS | Viewed: 9919 Add comment
***Tested with firefox3.6.13,4.0, chrome9.0, ie8, safari 5.0.3... Opera 11.xx doesn't work with mootools installed***
For WordPress System
PrettyPhoto 3.1.0 3.1.2 DEMO with no Mootools for Opera11
The prettyPhoto website... Please go here for more information and donate if you like it
prettyPhoto Forum is here.
Since there are many jquery software use jquery library, always...
Read More »
Under: INSTALLATION | Viewed: 5177 Add comment
The new Nucleuscms 3.6.4 just came out, it's very convenient to install it to our computer to exercise the blog system options. Xampp 1.7.3 is the tool that helps us to do this on our computers. Download the Xampp 1.7.3 and Nucleuscms 3.6.4. I don't use Xampp1.7.4 because it has some problems with Windows 7 64 bit UAC stuff. Here is the video on how to install it.
Installing Xampp 1.7.3...
Read More »
Under: TIPS AND TRICKS | Viewed: 7619 Add comment
This is my download page, most of the files were collected from the internet and I don't recall where I got them from. In case you find something here that you need, make sure these are the files you want and I'm not responsible for them not working or breaking...
Read More »
Under: TIPS AND TRICKS | Viewed: 6389 Add comment
I'm sure everyone who has a blog, would have some types of fancy url plugin installed. Some CMS systems have their own built in, but Nucleuscms doesn't. I've been using FancierURL2 (very popular) for almost 2 years now and with 250+ articles written for my 7 blogs in one. FancierURL2 is great for a single blog and very troublesome for multiple blogs, at least in my case. Everything has to...
Read More »
Under: PLUGINS | Viewed: 7283 Add comment
The default fancierURL2 listed in the plugins directory is great for a single blog, after almost 2 years and tons of articles, I found out that there are so many bugs by using this plugin for my 6 blogs urls. The core is somehow doesn't work with multiple blogs. Someone mentioned about the customurl plugin from Japanese nucleus website and it's simple and easy to use and it works with...
Read More »
Under: TIPS AND TRICKS | Viewed: 6299 Add comment
Since the blogs get more articles and categories, I've been searching for a tooltip that can display pictures and links for my categories and stuff. I stumbled into a really nice jquery cluetip and I only use the "jt" one. Since it's jquery, there are many version now, I use the version that uses the same one as my jquery fancybox 1.3.4, the jquery.tools.min.js is actually 1.4.2. Again with many......
Read More »
Under: TIPS AND TRICKS | Viewed: 6329 Add comment
The other day I wanted to do something new with the website and I found out that the category links on multiple blogs don't work, it only works for the original blog only. All other blogs category links will cause the error due to the way NP_FancierURL2 rename the categories and blogs urls.

After looking at the link codes in the skin templates for both index and item, I found the......
Read More »
Under: TIPS AND TRICKS | Viewed: 5355 Add comment
The main (index) and item (item) pages for the skin that nucleuscms uses are default to "head.inc","header.inc" and "navigation.inc" or "sidebar.inc" etc. I would like to display my item page with different lay out than the main (index) page. The item page will be cleaner, less busy for easy reading....
Read More »
1 ·
2 ·
3 ·
4 ·
5 ·
6 ·
|
Next»