How to Make Multilanguage Pages in SilverStripe
Last Updated on Monday, 1 April 2013 05:23 Written by Teet Bergmann Wednesday, 3 April 2013 12:00
- Make site translatable. go to mysite/_config.php and add lines:
nopCommerce Tips: Embedding a Topic In An Existing Page
Last Updated on Saturday, 23 March 2013 09:22 Written by Carole Bennett Sunday, 24 March 2013 12:00
The basic content included in the standard version of nopCommerce provides a comprehensive shopping experience for most site users. However, there are times when it’s desirable to include dynamic content in an existing page of the site. We’ll cover how to embed a topic in an existing page of your nopCommerce-driven website.
Learn MoreHow to Set the Default Page in web.config
Last Updated on Saturday, 16 February 2013 11:36 Written by David Bauernschmidt Saturday, 16 February 2013 12:00
On most hosted sites the vendor does not allow you to directly make changes to IIS, instead they normally give you some sort of control panel or user interface to do all that you need. The down side is that you normally have to go to each tab or screen make the change and then wait or restart IIS to see the changes. Although this is fine in most cases there are times when you constantly make the same changes to each site you deploy. Until IIS 7 you were hard pressed to do anything other than contact provider to make the changes for you.
Along came IIS 7 with the distributed configuration options. This allows you to make changes to the server without having permission to directly effect IIS. If you put these settings into a web.config file that runs on something less than IIS 7 the server will ignore these setting so you will be fine.
Learn MoreRuntime Error Thrown as Accessing the Home Page
Last Updated on Tuesday, 22 January 2013 09:17 Written by Jack Yin Monday, 28 January 2013 12:00
Have you ever had the following problem:
An application error occurred on the server. The current custom error settings for this application prevented the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on local server machine.
To make the details of this specific error message view-able on remote machines, you will need to create a tag within a “web.config” configuration file located in the root directory of the current web application. This tag should then have its “mode” attribute set to “Off”.
This problem is caused by wrong setting for the category. The server is not set to recognize index.php as the default page and thus refuses to load it.
Learn MoreHow to Get Detailed Statistics of Your Elgg Network
Last Updated on Friday, 18 January 2013 12:00 Written by Rodolfo Hernandez Friday, 18 January 2013 12:00
Keeping track of the page views that your elgg network is very important. Elgg by default has a very basic statistics page, which is good but not the best. In this article I will give you a step by step guide on how to get detailed statistics of your elgg network, in elgg 1.8
1. Download the community plugin “Advanced Statistics for Elgg 1.8” here
Learn More
Recent Comments