Archives for: "March 2009"
Trimed out html in Joomla
I found by default, Joomla trimed out all html tag in request variables. The solution is like that:… more »
Tags: joomla
Aggregating all posts at the front page b2evolution
In 1.8.X, by the default, the frist blog will aggregate the posts from all other blogs. But new version 2.4.x, it won't do by default. I read some posts in forums. Some people suggested to use multiblogs.php and summary.php. Yes, they are right, if you… more »
Tags: b2evolution
I can't login after upgarde to b2evolution 2.4.6
I did an upgarde to b2evolution 2.4.6 this morning. I can't login again. It gave me this error: Either you have not enabled cookies or this login window has expired. I found the solutions; Go to conf/_advanced.php PHP$instance_name = 'b2evo';… more »
Subscribe Buttons for Wordpress
I have added the subscribe buttons of RSS for my wordpress blog.I tried Add to Any Subscribe Button and Subscribe Sidebar plugin. "Add to Any Subscribe Button" can add your rss feed to almost all feed readers , such as Google Reader, My Yahoo!, Netvibes… more »
Joomla Request Variable
In PHP, you have $_GET and $_POST. In Joomla 1.5 framework, that is easy and quite similar with ASP.Net. Code$Itemid = JRequest::getVar('Itemid'); JRequest, then you can access GET and POST. More information,… more »
Change the homepage title at Joolma
Finally, I found out how to change the homepage title at Joolma 1.5. I can't change my homepage title,"Welcome to the front page" for months. That is because I am busy and lazy. But that is very easy. 1. go to Menu Manager. 2. Edit the "Home" Menu… more »