Beiträge von Moonclamp

    I used tapatalk when I was on vbulletin, and members are asking me to resurrect it again.

    One issue I discovered was the lack of custom smiley support - and the last time I checked the Woltlab plugin (early 2018), this issue seemed to still be there.

    Another was the inability to access certain important plugins, like the 'donate' button or 'advanced likes' (reactions).

    Does anyone know if these issues are fixed?


    Does anyone know of any other issues?

    Or, does anyone know of a good working alternative?

    :)

    My PageHeaderLogo template is different to the above (WSC 3.0):


    Smarty
    <div id="pageHeaderLogo" class="pageHeaderLogo">
        {if MODULE_WCF_AD && $__disableAds|empty}{@$__wcf->getAdHandler()->getAds('com.woltlab.wcf.logo')}{/if}
        
        <a href="{link}{/link}">
            <img src="{$__wcf->getStyleHandler()->getStyle()->getPageLogo()}" alt="" class="pageHeaderLogoLarge" style="{if $__wcf->getStyleHandler()->getStyle()->getVariable('pageLogoWidth')}width: {@$__wcf->getStyleHandler()->getStyle()->getVariable('pageLogoWidth')}px;{/if}{if $__wcf->getStyleHandler()->getStyle()->getVariable('pageLogoHeight')}height: {@$__wcf->getStyleHandler()->getStyle()->getVariable('pageLogoHeight')}px{/if}">
            <img src="{$__wcf->getStyleHandler()->getStyle()->getPageLogoMobile()}" alt="" class="pageHeaderLogoSmall">
            
            {event name='headerLogo'}
        </a>
    </div>

    I'd like different users to be taken to a different pages when they click on the logo.

    For example... non-member clicks logo, link takes them to landing page

    Standard member clicks logo, link takes them to the forum page (or whatever I choose)

    Paid subscriber clicks logo, link takes them to another page (etc.)

    I've tried messing around with boxes and permissions but it's way too messy for what I want.

    Thanks :)

    These is the latest error log

    Just had an email from Paypal

    Zitat

    "Please check your server that handles PayPal Instant Payment Notifications (IPN). Instant Payment Notifications sent to the following URL(s) are failing:"

    mywebsite.com/paypal-callback/

    However, I'm using mywebsite.com/index.php?paypal-callback in the actual settings.

    Whichever is correct, it's returning "request not validated" every time.

    Paypal purchases are working, subscription payments are not.

    I have a feeling this is connected to my htaccess and friendly URLS (set up as directed), but may be wrong.


    Can anyone help?

    We are in process of releasing a plug-in that we are using for ages. It allows you to use Amazon SES in combination with Amazon SNS to send out mails and (automatically) process bounces (where you can define the actions to perform based on the bounce reason). But there's no ETA for the release, yet.

    I know you said there is no ETA, but still curious whether there are any developments with this?

    :)

    Yes absolutely.


    I had the tapatalk app when we were using vbulletin and it really helped to engage members because of push notifications -- the only problem is that the donation / subscription pages weren't available and as such we lost money.

    Make something that supports push notifications and my various addons and I'll do my best to afford it.

    Does anyone know of a dating site plugin?

    I've considered adapting the viecode marketplace plugin but I'm already using that for classified ads.

    So, does anyone know of anything else?


    Features would need to include profile searching, and memorising searches based on age, height, gender and sexual preference -- but it would need to be separate from the normal member search for people who don't wish to engage - and also be integrated within the subscription system as a paid addon.

    Has anyoneimplemented anything like this with any success?