Joomla!, Wordpress tips for building your site

Joomla!, Wordpress tips for building your site

Syndicate this site using RSS

1. Redirect Loop by qTranslate on Wordpress 3.0

It has passed a few weeks after WordPress3.0 released.
Now, many plug-in developers has make work compatibility to 3.0.

So I think that I want to update WordPress from 2.8 to 3.0. And I tried it, but I had a few problems.

One is problem of qTranslate.
It is problem that is occurred redirect loop by qTranslate.
You might not show first page of your site by this problem.
If you have same problem, this post might help you.

Read more...

Published on| July 23rd, 2010 | No Comment.

2. How to use GMail with Wordpress

WordPress has mail function that send email to notify comments or pin back etc.
Usually, its email function will use PHP mail function. So if you use server that can not use PHP mail function, you can not accept emails of notify comments or pin back etc.

If you use pay rental server, you might not have this problem. Anyways if you use original server, you might have this problem.
Because you feel difficult the setting of send mail server(MTA) on original server.
Example, you might not be able to understand the setting for ‘Outbound Port 25 Blocking’.
Example, your MTA might send much span mails if you server has not enough security.
You have some method that resolve this problem.

One way, you use GMail.
But you can not use GMail on WordPress without any plugins.
If you use the following plugin , you will be able to use GMail.

Download : Cimy Swift SMTP

You can find some plugins that has same function.
But some plugins might not word on your server. Cimy Swift SMTP might work your server.

Read more...

Published on| June 14th, 2010 | No Comment.

3. How to use More-Feed-Excerpt WordPress Plugin

You will notice that Feed works correctly with WordPress without your any operation.

But you might think that you do not want to include all the texts in contents.
You will set “For each article in a feed, show : Summary” at “Setting – Reading” on manage window with WordPress if you have edited summary of all posts.
If you have not edited summary of all posts , it may be heavy works for you.

So “More-Feed-Excerpt WordPress Plugin” might help you.
Download : More-Feed-Excerpt WordPress Plugin

Read more...

Published on| June 3rd, 2010 | No Comment.

4. Broken language file(mo file) by qTranslate ?(2)

I wrote the article of previous time “Broken language file(mo file) by qTranslate ?“.
At last, a true cause of the problem of this article clarified me.

I noticed that the resolve of this problem was very easy way.

Read more...

Published on| May 25th, 2010 | No Comment.

5. Broken language file(mo file) by qTranslate ?

I noticed the management window of WordPress not displayed by the mother tongue.
I investigated the cause.
I think that the cause was qTransrate maybe. But , I could not find the clear causes in qTranstae.

So, I thought about measures of this problem.
I thought that this problem was able to evade this problem in any cause by easy measures.

Read more...

Published on| May 18th, 2010 | No Comment.

6. How to convert from posts of Joomla! to Wordpress

If you want to convert from posts of Joomla! to WordPress , this post maybe help you.
I will explain how to convert by using php script of following site.

See : “Joomla to WordPress, Content Converter

Read more...

Published on| April 1st, 2010 | 1 Comment.

7. How to monitor ping send to ping servers with Wordrepss

WordPress has function that send ping to ping servers. However, you cannot confirm whether ping was correctly transmitted to Ping Servers.

So, you will get good idea by Ping Watcher plug-in.
You will be able to see whether ping was correctly transmitted to Ping Servers by this plug-in.
Because this plug-in logs errors that ping has was not correctly transmitted to Ping Servers.

You might be able to cut ping server that ping has was not correctly transmitted.

Read more...

Published on| February 19th, 2010 | No Comment.

8. How to get last insert auto increment id.

If you set ‘AUTO_INCREMENT’ to attribute of the table column , its column will increment automatic when records is inserted into the table. And its increment number is unique. Moreover, I think that you often specify such information for primary key (PRIMARY KEY).

You will not consider this column information usually. However, when you want to take out inserted information, you might feel it to the necessity.

How to get last insert auto increment id?
It is easy. If you execute the following SQL, MySQL will answer last insert auto increment id.

select last_insert_id() [from table name];

Read more...

Published on| February 10th, 2010 | No Comment.

1 2 3 4 5 6 ... 12