Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
CB Forums output of the Kunena rank is just outputting what Kunenas rank profile field outputs. It has no storage so you won't be able to update it by changing the value. You can replace Kunenas sidebar within CB Forums and it supports substitution and HTML as well. This means you could have an IF substitution against your field and output a custom rank image or something of the sort in the sidebar otherwise just output Kunena rank as normally. Aside from that I guess you could make a new rank in Kunena then assign it to them using a database query on _kunena_users table.Now I want it to work for the Kunena Rank field, which I do have in my CB Field list, but it doesn't work and my guess is because it's a "calculated" field and not an actual CB field in the Comprofiler table.
Don't think you'll be able to condition against the forum rank field, but I suppose you could use a query field to query for their raw rank id then condition against that.So the question is can I condition against the Forum Rank field somehow, or do I have to use my [cb_heritage] radio button field that I created and tie it externally to the rank?
Please Log in or Create an account to join the conversation.