Resource icon

WordPress get Last Forum Posts 1.4.0

No permission to download
The links show up like this:

Code:
http://www.crazyengineers.com/community/index.php?threads/Want-to-make-career-in-telecom.61137/

Why can't I get the clean URLs right away? I don't like the /index.php?threads/ part in the URL.

Code:
http://www.crazyengineers.com/community/threads/want-to-make-career-in-telecom.61137/
 
The links show up like this:

Code:
http://www.crazyengineers.com/community/index.php?threads/Want-to-make-career-in-telecom.61137/

Why can't I get the clean URLs right away? I don't like the /index.php?threads/ part in the URL.

Code:
http://www.crazyengineers.com/community/threads/want-to-make-career-in-telecom.61137/
This can be handled in your .htaccess file
 
Hello!

I have a char coding problem.

On PDO connection Thread headline looks like: Toitumisharjumused kujunevad v�lja varajases lapseeas!
it should be Toitumisharjumused kujunevad välja varajases lapseeas!
Where can I set it to UTF-8, I cant`t find it.
 
Great plugin, except that the sidebar table looks messy at default. Also I want to be able to not open the forum topics into a new tab.

any help?

Skjermbilde%202013-04-03%20kl.%2015.49.47.png
 
running latest WP and XF versions. Installed the plugin and now i have those errors all over the page. Any ideas?
Code:
Warning: mysql_error(): 9 is not a valid MySQL-Link resource in /home/themobi/public_html/wp-includes/wp-db.php on line 1205
 
Hello!

I have a char coding problem.

On PDO connection Thread headline looks like: Toitumisharjumused kujunevad v�lja varajases lapseeas!
it should be Toitumisharjumused kujunevad välja varajases lapseeas!
Where can I set it to UTF-8, I cant`t find it.

I have the same issue. Did you find a solution?
 
I can't install both this and the get online users plugin by you because both of the plugin folders have the same name. So wordpress won't install both at the same time. Furthermore, changing the name of the folder of one plugin throws out fatal errors.
 
Hello!

I have a char coding problem.

On PDO connection Thread headline looks like: Toitumisharjumused kujunevad v�lja varajases lapseeas!
it should be Toitumisharjumused kujunevad välja varajases lapseeas!
Where can I set it to UTF-8, I cant`t find it.
You need to initialize the PDO connection to use UTF-8.
PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES utf8"
 
running latest WP and XF versions. Installed the plugin and now i have those errors all over the page. Any ideas?
Code:
Warning: mysql_error(): 9 is not a valid MySQL-Link resource in /home/themobi/public_html/wp-includes/wp-db.php on line 1205
Switch from using the default of PDO to SQL
 
I can't install both this and the get online users plugin by you because both of the plugin folders have the same name. So wordpress won't install both at the same time. Furthermore, changing the name of the folder of one plugin throws out fatal errors.
A lot of the files sit in the same directories. There are a bunch of shared files. I never had an issue installing them multiple plugins at the same time. What version of WP are you using?
 
Top Bottom