PDA

View Full Version : Links on activity page are incorrect


GrodanBoll
01-16-2015, 07:02 AM
The links that show up on the activity page on my forum all go to broken urls.
Here is the activity page: http://lekplatsforum.se/activity.php

For instance, the first link points to http://lekplatsforum.se/s%C3%A4lja%20och%20k%C3%B6pa%20begagnade%20redskap ?

While the correct link should be:
http://lekplatsforum.se/showthread.php?9-s%C3%A4lja-och-k%C3%B6pa-begagnade-redskap

Any idea how this can be fixed? Perhaps do I have to setup regular expression rules?

ozzy47
01-16-2015, 11:29 PM
Have you tried on a unmodified default style?
Have you tried with all mods disabled?
What vB version and PHP version are you running?
Are you using any kind of SEO mod?
What is in your .htaccess?

To temporarily disable all mods, edit includes/config.php file and add this line right under <?php add the following.
define('DISABLE_HOOKS', true);So it looks like this:
<?php
define('DISABLE_HOOKS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2 Use notepad++ (http://notepad-plus-plus.org/download/v6.6.8.html) to edit any files.

Lynne
01-17-2015, 01:48 AM
That is a problem with your language pack. You need to update the phrases to show the links correctly. (If you do a search, this has been covered several times.)

GrodanBoll
01-20-2015, 07:18 AM
Thanks, I sorted it out :)

ozzy47
01-20-2015, 09:08 AM
Excellent, glad to hear. :)