Hugilore111 Member Feb 11, 2017 #1 When you click on a link in the address bar is .....threads/%D0%90%D0%B2%D1% 400 Bad Request What can be?
When you click on a link in the address bar is .....threads/%D0%90%D0%B2%D1% 400 Bad Request What can be?
P Paul B XenForo moderator Staff member Feb 11, 2017 #2 Can you provide some actual links where this is happening? Is it all threads or just some?
Hugilore111 Member Feb 11, 2017 #3 Brogan said: Can you provide some actual links where this is happening? Is it all threads or just some? Click to expand... This is my mod if you add % this link ->.....threads/%D0%90%D0%B2%D1% 400 Bad Request
Brogan said: Can you provide some actual links where this is happening? Is it all threads or just some? Click to expand... This is my mod if you add % this link ->.....threads/%D0%90%D0%B2%D1% 400 Bad Request
Hugilore111 Member Feb 11, 2017 #4 Brogan said: Can you provide some actual links where this is happening? Is it all threads or just some? Click to expand... <a href="{xen:link "threads/{$val.title}.{$val.thread_id}/"}">
Brogan said: Can you provide some actual links where this is happening? Is it all threads or just some? Click to expand... <a href="{xen:link "threads/{$val.title}.{$val.thread_id}/"}">
P Paul B XenForo moderator Staff member Feb 11, 2017 #5 If this is something to do with an add-on you have created, you should have posted in the development forum. I have moved the thread.
If this is something to do with an add-on you have created, you should have posted in the development forum. I have moved the thread.
Jake B. Well-known member Feb 11, 2017 #6 Hugilore111 said: <a href="{xen:link "threads/{$val.title}.{$val.thread_id}/"}"> Click to expand... Replace it with Code: <a href="{xen:link threads, $val}">
Hugilore111 said: <a href="{xen:link "threads/{$val.title}.{$val.thread_id}/"}"> Click to expand... Replace it with Code: <a href="{xen:link threads, $val}">