[8WR] XenPorta (Portal) PRO

[8WR] XenPorta (Portal) PRO [Paid] 1.2.2b

No permission to buy ($40.00)
hi his it possible to see the correct color from the group in the members online now box . here the pick what i mean .

the staff online box is correct showing
Bildschirmfoto 2014-12-22 um 20.34.54.webp
 
Ok . thanks for your fast replay @Jaxel ! :) good support from your :)

There is no chance that you support a member online box , how show the correct color ? :)
 
Ok . thanks for your fast replay @Jaxel ! :) good support from your :)

There is no chance that you support a member online box , how show the correct color ? :)
If someone wants to write a widget that shows a custom member online box, they can. The point I am saying is that the members online box that is included in the XenPorta2 package is not customized AT ALL. It is a direct display of the default members online box that is included in the XenForo package.
 
Its the default box that appears with the default xenforo installation. In the official manual it tells you how to do this about halfway down.

https://xenforo.com/help/user-group-styling/

There are a couple places in the template that need to be changed for styling to work on default like themes. Members online being one of them. But there are many places where the query for a field does not pull the usergroup styling which is why there is an add-on to make all username fields colored everywhere.
 
Jaxel updated [8wayRun.Com] XenPorta 2 (Portal) PRO with a new update entry:

Version 1.0.2 CHANGELOG

IMPORTANT!
In previous versions of this addon, I forgot to delete the file "library/EWRporta2/Widget/XML/Articles.xml". This widget will not function as it was replaced with "ArticlesMain.xml". You should delete the file so you dont install it by accident.
  • I removed the requirement for XF 1.3.5 for this addon. However, this addon still requires XF 1.3.0, as it requires several helpers and checks that do not exist in previous versions of XF.
  • KNOWN BUG: The included...

Read the rest of this update entry...
 
There are a couple places in the template that need to be changed for styling to work on default like themes. Members online being one of them. But there are many places where the query for a field does not pull the usergroup styling which is why there is an add-on to make all username fields colored everywhere.
As far as I'm aware he's only asking for coloured names in the members online box, not everywhere?
 
I tried to copy paste the code in Article View but I think i'm doing something wrong. To get these tags to appear, do I have to copy these lines? Because if it's how we have to proceed, all I get for the moment is, this article has not been tagged :/

Code:
            <xen:include template="EWRporta2_Article_Tags">
                <xen:map from="$article.categories.tags" to="$tags" />
            </xen:include>
 
I tried to copy paste the code in Article View but I think i'm doing something wrong. To get these tags to appear, do I have to copy these lines? Because if it's how we have to proceed, all I get for the moment is, this article has not been tagged :/

Code:
            <xen:include template="EWRporta2_Article_Tags">
                <xen:map from="$article.categories.tags" to="$tags" />
            </xen:include>
EWRporta2_Article_Tags doesn't exist... what are you trying to do here? If you want to put tags into your article bit, you need to do the code yourself. If you want to just use tags as categories, you can just use the same templates as the category.
 
Back
Top Bottom