Limited Guest Viewing Pro - Boost Registrations

Limited Guest Viewing Pro - Boost Registrations [Paid] v1.9.21

No permission to buy ($40.00)

this error persists, but it does not always give it. I didn't understand the source.
 
That's a drag. Let me see if I can find something regarding why this is happening. It shouldn't be, and doesn't on anyone else's sites or setups.
FWIW, I have checked this up and down and can't see how that's happening in the example he posted. Definitely not happening here.
 
FWIW, I have checked this up and down and can't see how that's happening in the example he posted. Definitely not happening here.
Honestly, I think it's a bug in XF 2.3.6 because I can see the replacement adding an extra } sometimes, even though it doesn't exist.

I have an update I'll send you privately that I think resolves the bug. You can install and verify it resolves the issue and then I'll release.
 
this error persists, but it does not always give it. I didn't understand the source.
@hakyangler

I'm pretty sure it's a bug with XF 2.3.6. I've posted the bug here:

https://xenforo.com/community/threa...ification-bug-with-less-modifications.229458/

hopefully someone can provide advice or a patch if it's an actual bug.

Why this bug only appears to affect you, I'm not sure, but I clearly see the issue on my development server also... though it doesn't' seem to prevent the add-on from functioning properly for me. Obviously you're having a different experience.

Let's see if anyone responds to the above bug thread request.

Appreciate your patience.
 
Last edited:
@hakyangler I was mistaken, there is no bug, I was just misinterpreting XF's test output.

Are you sure there isn't a missing closing bracket in your extra.less? Or some customization you might have made?
 
yes, I'm sure, but I'll look at these again. Actually, it's not a big deal, I was just wondering why.
Me too. Only thing I can deduce is either you've customized the CSS in the Style Properties for the addon, or, the .less previous to this add-ons injection has an issue.
 
What number of page views are most people setting it at?
I was using 8 and 10 for ages because I wanted some Ad Revenue and exposure. But not sure about everyone else, but in the last couple of years as revenue, especially adsense, has completely fallen off a cliff.
 
adsense, has completely fallen off a cliff.
I dropped AdSense (and all ads) completely in 2019 and went 100% funded by user upgrades and it has been so much more successful in terms of revenue. Then again I also offer exclusive content via user upgrades so that helps too.

Speaking of which I noticed that the forced register notice doesn't show up on @Painbaker 's paid registration addon register page. Any way to add?
 
Speaking of which I noticed that the forced register notice doesn't show up on @Painbaker 's paid registration addon register page. Any way to add?
If you can send me the exact code replacement I'll make the update. I just call the default XF command to popup the registration form.

Too many requests to support too many other add-ons. I've decided it's swimming upstream.
 
If you can send me the exact code replacement I'll make the update. I just call the default XF command to popup the registration form.

Too many requests to support too many other add-ons. I've decided it's swimming upstream.
It might be an update @Painbaker would need to make. The issue is when one has run out of free guest views the notice that your guest views have run out doesn't show up on the registration page when the paid registration addon is installed.
 
It might be an update @Painbaker would need to make. The issue is when one has run out of free guest views the notice that your guest views have run out doesn't show up on the registration page when the paid registration addon is installed.
Oh, I see, it's probably the fact that add-on uses a custom registration page. If so, you just need to do a template modification and add the following at the top of the custom registration page (or above the purchase options):

HTML:
<xf:if is="$xf.options.wutime_lgv and $xf.visitor.user_id === 0">
    <xf:include template="public:wutime_lgv_controller_page_container"/>
</xf:if>
 
Hmm... I pasted it into the correct template but it is not showing up. I'll do some more tinkering.
 
Maybe it's not as simple as I thought then. I'm willing to invest 30 minutes on my end to tinker if you send me the addon so I can install locally.
 
Back
Top Bottom