[cXF] Welcome Notice

[cXF] Welcome Notice [Paid] 1.1.0

No permission to buy ($15.00)
Would it be possible to merge the two buttons into just one Register/Login button? Or remove the Login button and just have the Register button?
 
Would it be possible to merge the two buttons into just one Register/Login button? Or remove the Login button and just have the Register button?
Yes.

Find template cxf_welcome_notice.

FIND and REMOVE this code:
Code:
            <div class="wn_button_out">
                <a href="login/login" class="wn_register">{xen:phrase register}</a>
            </div>
*there are two sets of same code - remove both


FIND:
Code:
                <a href="login" class="<xen:if is="{$xenOptions.wn_overlay}">OverlayTrigger inner </xen:if>wn_login">{xen:phrase log_in}</a>

REPLACE:
Code:
                <a href="login" class="<xen:if is="{$xenOptions.wn_overlay}">OverlayTrigger inner </xen:if>wn_login">{xen:phrase log_in_or_sign_up}</a>
*there are two sets of same code - change both
 
Installed. Looks good. BUT, the Log in and Register buttons point to 404 pages. Where do I find that to change so they point where they should?
 
Installed. Looks good. BUT, the Log in and Register buttons point to 404 pages. Where do I find that to change so they point where they should?
Strange, nobody report anything like that. Please edit template cxf_welcome_notice and add your url.
 
I just purchased your add-on and it doesn't work.

XenPorta 2 isn't 'required' is it? It says compatible but it doesn't say that Xenporta 2 is required. If so, I would make it clearer because it looks like I just wasted 5 bucks.

Let me know why it's not working when I click enable. Thanks.
 
Thank you for your purchase and add-on works fine.

Check your template modifications for this add-on if you have any red or grey numbers. That means you've manually changed some templates.

Also when checking if add-on works be sure you visit your forum as guest.

But it's also possible that Xenporta changed something, that I will need to look at it.
 
Thank you for your purchase and add-on works fine.

Check your template modifications for this add-on if you have any red or grey numbers. That means you've manually changed some templates.

Also when checking if add-on works be sure you visit your forum as guest.

But it's also possible that Xenporta changed something, that I will need to look at it.

Okay it does work as a guest. Wow thanks a lot. I appreciate your help. I had thought for a minute that it did actually require Xenporta 2 (as I don't have that add-on).

Enjoy the 5 bucks. Thanks for your support. That made my night just a tad bit better :)
 
Hey @BassMan do you have any way to make the welcome notice full width on the forum list? In other words I'd like it to take full width of the forum_list right below the breadcrumb area on my site. Not the browser window just the forum_list full width.

Any way you can help me with this? It's much appreciated. Thanks.
 
Wow @BassMan thanks for the add-on update. I will check it out now. Great feature to have for it to be full width.

Okay @BassMan I just checked it out and set it up on my site. Looks amazing. Thanks for the update. :D
 
Last edited:
I have one issue though @BassMan, the reason I wanted it below the breadcrumb is so it would be below my advertisement.

I'm okay with it being above the breadcrumb and not below it but do you know how I could get it below the advertisement? The advertisement is placed in ad_above_top_breadcrumb. Thanks.
 
Hey @BassMan, can you just tell me or point to the exact area where you edited the full width feature?

Or tell me how I can get it below my advertisement? Would be helpful if you could. I'll check back for your reply.

I looked everywhere and could not find the template you edited. The 2 templates the modification used didn't seem clear to me that it had been edited for the full width feature so I'm not sure where you edited it at.

Regards,

Brad

EDIT: Nevermind I found it. It was a hook named this in page_container:

Code:
<xen:hook name="page_container_content_top" />

Simply moving the reference to ad_above_top_breadcrumb and putting it right above this fixed it for me. I guess that's where you referenced the add-on but I'm not sure. Either way it fixed it for me so thanks.

But for the sake of knowing can you tell me if that's where the add-on reference was? Not sure but it did fix the issue by moving the ad_above_top_breadcrumb reference only a couple lines higher. Thanks Bassman
 
Last edited:
But for the sake of knowing can you tell me if that's where the add-on reference was? Not sure but it did fix the issue by moving the ad_above_top_breadcrumb reference only a couple lines higher.
Yes, you're using third party style and I assume it worked for you, because page container in structured a bit different on your style. For default style that would work, it will show beside sidebar and not full width, because breadcrumb in default style is not above sidebar.

I'm glad you found a solution on your own and sorry for late reply.

BassMan
 
Yes, you're using third party style and I assume it worked for you, because page container in structured a bit different on your style. For default style that would work, it will show beside sidebar and not full width, because breadcrumb in default style is not above sidebar.

I'm glad you found a solution on your own and sorry for late reply.

BassMan

Well thanks for your reply but to clarify it should still work for someone on the default style since the notice is still above the breadcrumb and not below it. I still have the notice above the breadcrumb so it wouldn't appear beside the sidebar. I simply made the reference to the ad go above the notice.

But anyways no problem on the late reply. It's okay and thanks for your amazing mods. I appreciate your help as well. Looking forward to seeing some of your work for Xenforo 2.

Regards,
Brad
 
Back
Top Bottom