Jump to content

How can set the knowledgebase tag cloud compatible with utf8 characters?


dani88

Recommended Posts

Hello,

 

I'm using WHMCS 7.2.3. since i've updated my whmcs to 7.2.3 i've faced a lot of issues on knowledgebase pages! I'm using utf8 character in my articles and ofcourc their tags and categories.

Due to Friendly URL doesn't work with UTF8 characters, I had to change article's url from:

{routePath('knowledgebase-article-view', {$kbarticle.id}, {$kbarticle.urlfriendlytitle})}

to:

{if $seofriendlyurls}{$WEB_ROOT}/knowledgebase/{$kbarticle.id}/{$kbarticle.urlfriendlytitle}.html{else}knowledgebase.php?action=displayarticle&id={$kbarticle.id}{/if}

By this change i've could correct my knowledgebase articles URL as old format without any problem. but TagsCloud and some categories have still issue. when i click on the utf8 tags, whmcs forward me to a link such as the following url:

?rp=/knowledgebase/tag/D8AFDB8CD8AAD8A7D8A8DB8CD8B3

so article doesn't found on this tag.

also some categories has linked to some articles that doesn't any connection with that!!

Please note I didn't have any problem when i've used basic url in the whmcs 7.1. everythings were good but whmcs 7.2.3 has a lot of incompatibility in URLs.

 

Is there anybody help me to solve this important issue?

Link to comment
Share on other sites

if you went back to...

{routePath('knowledgebase-article-view', {$kbarticle.id}, {$kbarticle.urlfriendlytitle})}

could you give an example of an article title, and what the urlfriendlytitle is for that article.

it's possible the tag cloud may be a lost cause for now (short of rewriting the sidebar!), but would be interesting to see if something could be done with the kb links.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated