Keyword Linking by Siropu

Keyword Linking by Siropu [Paid] 1.5.1

No permission to buy (€29.99)
Keywords for custom thread fields work now again, thanks.

There are still bugs with the keyword matchings though, I'll report in the pm about them again.
 
Ok, no need for the pm, I found out the problem.

So, I had caching enabled (due to having so many keywords) and it was registering the old cached variations of the names before the bug fix.
Disabling caching made everything work like it supposed to work. All matchings worked perfectly as far as I could test and see.

The problem is, enabling the caching again, it reverts back to the old cached matchings. Refreshing the page doesn't help at all.

I, of course, thought about rebuilding the cache, but it would take 6 days to rebuild the cache (according to my calculations). So, is there anyway to empty the cache? Or to reset it? I can't uninstall the addon as I would lose all my keywords. Last time exporting all of them didn't work out as you know.
 
Yes, they work the same way. This one however is a little more advanced and has more options.

@Siropu Do you have any plan more development improvement for ads manager keyword link functionality? We need this Font Awesome icon - Display a FA icon before or after the keyword functionality for ads manager keyword link. Please make under consideration for this functionality.

ScreenShot01298.webp
 
You can rebuild cache only for certain keywords. Below export option.
Ah, I see, haven't noticed that option.
That method is not ideal (it takes 5-10 minutes to rebuild 1 keyword, and my board is small) but I tried it just right now. Still no difference. It still has the old caching. Can't I just delete the old caching?


@Nirjonadda
Does the Ads Manager have an option to give css classes to keywords? If yes, then you can add fontawesome icon yourself with css, you don't need that option.
I am using the same method for my keywords in keyword addon. I don't use the build-in method to set icons, because then if you decide to switch the icon, you have to switch 1 by 1 for every of your keyword. I have 7k+ keywords, it would take me days...
So, what I did was to give each of my keywords the same css class and in extra.less I just can switch the icon to whatever I want without needing to switch it for every single one manually.
 
Does the Ads Manager have an option to give css classes to keywords? If yes, then you can add fontawesome icon yourself with css

Then how can add and what code need add in CSS class filed?

you don't need that option.

This best methods have a option for every of keyword and can be set icon show after/before keyword without manual template edit.
 
Then how can add and what code need add in CSS class filed?
I don't have the Ads Manager addon. I am asking you if there is a field in keyword options where you can add css class. Like this:

1575138929441.webp

If that is a "yes", then you can just add the css class "keywords" (or whatever you want to name it) and use this css:

CSS:
.keywords:after
{
    .m-faBase();
    .m-faContent(@fa-var-link);
    margin-left: 5px;
}

Change "after" to "before" if you want the keywords displayed before.
And change fa icon name from "link" to whatever you want.

This best methods have a option for every of keyword and can be set icon show after/before keyword without manual template edit.
No need for template edits.
But of course if you want for each keyword a different icon, then it is best to have that option.
I was just trying to help and tell you what you can do until you have that option.
 
Hi @Siropu i use this add-on with the AMS as an dictionary. But if I set articles with different pages the keyword linking ist just working at the first page. Every other page doesn‘t have any keyword linked. Did you see any possibility to change that and let keyword linking working on every page in a article?
 
Hi!
How to disable keyword into main link?

Example:
keyword: AAA
link to: /forum/topic/77327/

In the topic 77327 I see keyword links from AAA то topic 77327.
How I can disable id topic 77327 from this keyword?
(This function work into Ads Manager)

Thanks!
 
On other pages, "Nofollow" will interfere with SEO.
Put "Nofollow" for 1 post, as I understand it, is impossible...

You have this function in Ads Manager 2.
Maybe copy it in future versions?
Thanks.
 
If a keyword is in an URL, the preview of the URL in a post gets broken.
(because of creating a link within a link)

Is there a solution for this?
 
Great addon - very handy.

For me I think it would be very handy if the setup -> options ->keyword linking settings call be expanded to hold default values for settings - i.e. default inline style, default fa icon as well as default tickboxes options such as before/after, nofollow, display title in tooltip etc.

As the addon is supposed to be used for loads KL'ing, it will take ages to fill in these every time to add ones!
 
Top Bottom