[DBTech] DragonByte Credits

[DBTech] DragonByte Credits [Paid] 5.8.5

No permission to buy ($14.95)
I hope this can be added "Reaction" in the event list soon as possible. Also with the Sportsbook's addon version 2. Waiting for it now...
 
@DragonByte Tech Please can you let me know that how to change Sub-nav text color? DragonByte Shop > Credits are not showing without MouseHover.

v_DJvb6ASlWbj6rRNnZvbg.png


MouseHover showing this but Its only show white color without MouseHover.


tbNIpvhDQWK1Yn75jXzxEA.png
 
menu-footer is the CSS class in question.


Fillip

I'd suggest using maybe a simple custom class of your own, it's not exactly a menu-footer. Menu footer would work if you also called the link color to be the same as the menu footer property... but the sub-nav links inherit the color from somewhere else. Maybe give it a class of:

Code:
p-navEl-link link-highlighted
with css like:
Code:
.link-highlighted { background-color: xf-intensify(@xf-publicSubNav--background, 7%); }

So it would pull the background from the actual sub-menu rather than a menu footer. Just a thought :D
 
I'd suggest using maybe a simple custom class of your own, it's not exactly a menu-footer. Menu footer would work if you also called the link color to be the same as the menu footer property... but the sub-nav links inherit the color from somewhere else.
It looks & feels right in the actual menu itself (and it's intended to be a menu footer there), so I resolved the visual issue with a new code event listener on app_pub_render_page that removes the menu-footer class from the $params['selectedNavChildren'] instead :)

It's not intended to highlight in the subnav, so this way it makes sense both ways :D


Fillip
 
If I have the 1.x version, what does my migration plan for this look like?
If you are running the latest v5 beta on XF1, upgrades from XF1 to XF2 is supported. Simply reupload the addon when you have XF2 installed, and the button for upgrading the XF1 addon will be provided to you on the Addons page.

I am using XF2's official method of upgrading from an XF1 version of the addon :)


Fillip
 
If you are running the latest v5 beta on XF1, upgrades from XF1 to XF2 is supported. Simply reupload the addon when you have XF2 installed, and the button for upgrading the XF1 addon will be provided to you on the Addons page.

I am using XF2's official method of upgrading from an XF1 version of the addon :)


Fillip
Ahhh, okay. It looks like I'm running 4.1.0 on xF 1.x. So I'd just upgrade to the latest version now, then upload the 2.x bits once the upgrade completes. Thanks!
 
Is the demo still available?
I never got any demo login info.

How stable is beta?

Thanks
The demo is for XF1 not 2, and is out of date so it’s not really relevant anymore.

I don’t know how to answer the second question... if I knew of bugs I would fix them, so I guess you could say there are no known bugs? 🤔


Fillip
 
@DragonByte Tech

Been going over credits & shop, both look very, very extensive, just how difficult are they to setup? It would be great to see live sites using both platforms, even if they are on XF1.5 as it would give me something to put in my head; I am more visual when I can see something live...
thanks
 
@DragonByte Tech

Been going over credits & shop, both look very, very extensive, just how difficult are they to setup? It would be great to see live sites using both platforms, even if they are on XF1.5 as it would give me something to put in my head; I am more visual when I can see something live...
thanks
I don't know of a live site running both mods at this time, sorry :(

I wouldn't know how difficult they are to set up as it makes sense to me because I developed it :P It's very difficult to put myself in others' shoes in that regard.

I'm always on hand to answer any questions you might have during the setup process, though :)


Fillip
 
@DragonByte Tech

I think I have just one more question...
If I start offering x amount of credits, then raise
that in the future, can existing forum members
keep the old rates they signed up with?

for example. I may say that 500 credits = x but later
I may want to raise that to 1000 credits, and existing members
keep the rates they started off with, old members will
not appreciate doing more and getting less, and new members will
not notice anything but the new rates they started off with....

Thanks
 
Top Bottom