Jump to content

AlexWebsites

Clients
  • Posts

    2,218
  • Joined

  • Last visited

  • Days Won

    7

Reputation Activity

  1. Thanks
    AlexWebsites reacted to stoo2000 in Mail Bouncer - Automated Bounce Management   
    It's potentially on the radar, to be honest I haven't yet seen enough demand for Amazon SES to dedicate the development time to implementing it and supporting it.
     
     
     
    I will consider it, it goes against one of the original ideas behind the app in that it is not something you need to configure for it to work. You install it and it just works if you use one of the supported services already.
     
    I have replied to your support ticket. Sorry for the delay.
  2. Like
    AlexWebsites got a reaction from HeadStand in Newsletters   
    The banner image is displaying correctly. The preview is stretched out for some reason, but that's not crucial. The actual test distribution seems to align properly and without bullets. Thanks.
  3. Thanks
    AlexWebsites reacted to Fosters in 404 Management - Supporttopic   
    A new version was released
     
  4. Like
    AlexWebsites got a reaction from Fosters in 404 Management - Supporttopic   
    One feature suggestion - add the url to the popup box so it can be easily copied and pasted. What happens to me is that I roll over the url to try and copy and paste it into a browser to check and it automatically engages the popup box. Maybe list it right on top?

  5. Thanks
    AlexWebsites got a reaction from Fosters in 404 Management - Supporttopic   
    Found the issue, in the Application.php file changed:
    /* Delete file system logs */ if( \IPS\Settings::i()->manage_404_pruneAfterDays ) { \IPS\Db::i()->delete( 'smanage404_links', array( 'logtime < ?', \IPS\DateTime::create()->sub( new \DateInterval( 'P' . \IPS\Settings::i()->manage_404_pruneAfterDays . 'D' ) )->getTimestamp() ) ); } } to
    /* Delete file system logs */ if( \IPS\Settings::i()->manage_404_pruneAfterDays ) { \IPS\Db::i()->delete( 'manage404_links', array( 'logtime < ?', \IPS\DateTime::create()->sub( new \DateInterval( 'P' . \IPS\Settings::i()->manage_404_pruneAfterDays . 'D' ) )->getTimestamp() ) ); } } Task now ran successfully.
  6. Thanks
    AlexWebsites reacted to HeadStand in Newsletters   
    I misunderstood the issue. Sorry about that. I will look into this either tonight or tomorrow.
    This means that the video application is missing a language string, though I doubt that would cause a problem with distribution... that error would hit when you are creating the newsletter. Do you have any newsletter content configured for videos?
  7. Confused
    AlexWebsites got a reaction from Adriano Faria in Links Directory   
    I must have missed that thumbshots is shutting down http://www.thumbshots.com/Support/Articles/tabid/93/EntryID/47/Default.aspx

  8. Like
    AlexWebsites got a reaction from sobrenome in How to speed up IPB sites?   
    I agree, this is what I'm using. IPS seems to have a good amount of framework around Redis which seems to be the preferred caching method.
  9. Like
    AlexWebsites got a reaction from Silnei L Andrade in How to speed up IPB sites?   
    I agree, this is what I'm using. IPS seems to have a good amount of framework around Redis which seems to be the preferred caching method.
  10. Thanks
    AlexWebsites reacted to 33andrain in Google Adsense Monetization Optimization *Uber* Thread   
    Hi - Think I mentioned in the OP, but maybe it was confusing. I use a mixture of manually placed (asynchronous?) tags AND auto ads.
    The particular Auto Ads I like are the mobile anchors, which stick to the top/bottom of pages. They are highly annoying and obtrusive 👹. I also have Vignettes enabled but I've never seen them in action. And lastly, I have either the In Feed or In Article ads enabled. One of these causes the issue identified in your linked thread, where the ads overlay the actual text in the posts. The other nicely and conveniently places ads within the content of longer posts. The other, I disabled via Google's settings to stop the overlay issue from occurring.
    Does this help? 
    Hi Sonya - Thank you for sharing your experience RE: CTR. This is helpful and makes sense.
    May I ask how you are using AdSense? Via Auto Ads? Would you like me to just explain exactly, in steps, how I am manually placing ads using custom keys?
  11. Like
    AlexWebsites got a reaction from sobrenome in Google Adsense Monetization Optimization *Uber* Thread   
    Good topic, can I ask you...Are you using adsense auto ads exclusively instead of using their asynchronous ad tags for different placements? How is auto ads working for you, revenue better or worse? I tried using it back in February but took it down in favor of individual ads.
     
  12. Like
    AlexWebsites got a reaction from MeMaBlue in Should be possible to move topics from search result set   
    Maybe only check boxes come up if you apply the filter per app basis. It would make it so much easier to organize content.
  13. Thanks
    AlexWebsites got a reaction from The Old Man in Large community? You have a problems with sitemap!   
    Just a quick comparison, this snapshot was taken in June and today I'm gong further down on the same site in terms of indexed pages from the built in IPS sitemap. Looks like almost 8k in pages no longer indexed. In addition to that, this site is down about 30% in traffic now in October.

  14. Like
    AlexWebsites got a reaction from Brainy S. in Clubs Forums on Forums Index   
    Third time is a charm, I just reinstalled the plugin and now the setting below the forum is saving and working. However, back to displaying clubs when they shouldn't be. I was logged in as a user who is part of 2 clubs. Logged out and those 2 clubs show to guests. Logged in as another member that is not part of any clubs and they are showing under that member. While logged in as that member, I ran the support tool. The clubs now disappeared for that member (like it should be).
    Now, log back in as the member who is part of 2 clubs, none show. Ran the support tool and now they show. 
    I just can't run the support tool every time to have it accurate. Maybe it's a redis thing or sessions issue? Hope this helps you troubleshot it!
  15. Like
    AlexWebsites got a reaction from Brainy S. in Clubs Forums on Forums Index   
    I just purchased this plugin but cannot get it to work. Using IPS 4.3.6. Do I need to enable:

    I tried with it enabled and the way it is now, only within clubs. Here's what I have for the plugin settings:

     
    EDIT: I ran the support tool and got them to show up without having IPS default show clubs in content area. However, logging out, it still showed those clubs as a guest. I ran the support tool again and they disappeared and would not come back when I logged back in. I tried logging in as a different user and it did not show their clubs but mine.
    So in summary, I am having the same issues as @David T. Cole where the list only updates correctly after running the support tool.
     
  16. Like
    AlexWebsites got a reaction from DSystem in Limited Email Content   
    This looks like a great plugin. Any way of adding a phrase to the end of the truncated text? Like , " to read more, click here" or something like that. 
  17. Like
    AlexWebsites got a reaction from G17 Media in Forum Index data-pagecontroller for each view   
    Please add a forum index data-pagecontroller=""  for each view;  traditional, fluid, etc. This way we can target elements on the page with CSS specific to that view. Currently all views are data-pagecontroller="index"
  18. Like
    AlexWebsites got a reaction from Joel R in Spam via Contact Us - Call to Arms!   
    Make sure you set up a new api with google for the invisible recaptcha and don't just change the setting in ACP if you used 1 or 2 as it uses a different method. Maybe you did this but I found out later it wasn't working and had to set up new credentials for invisible recaptcha. That invisible recaptcha logo needs to be showing at the bottom right of the screen when you open the contact us form. There doesn't seem to be a check in ACP to test if its working and I just switched the checked box from version 2 to invisible thinking that was fine.

  19. Like
    AlexWebsites reacted to AmericanRev2 in Member Map   
    Can you please look into integrating this with the member locator addon... 
     
  20. Thanks
    AlexWebsites got a reaction from sudo in Large community? You have a problems with sitemap!   
    This has thankfully been fixed in 4.3.4
     
    With the sitemap in 4.3.3 and 4.3.4 now fixed, my indexing has gone up from 17849 pages to 22,229 (pretty much over the last 4 weeks) with just about the same submitted, less the new content. I do believe adding the timestamp helped and I'm still waiting for all my images to be indexed because before the latest ips sitemap change, google was not picking up the extra image sitemap or video sitemap. Now there is clearly a content section for images and video as separate sitemaps within the sitemap.  I do think there is an opportunity for those that want to use it, to include additional topic and other secondary content pages in the sitemap as well as a news sitemap for those that use the pages app.
     

  21. Like
    AlexWebsites reacted to LDDG in Pages SuperGrid support   
    Hi @AlexWebsites
    Don't shoot me, but the properties for the Title Field were set to make them all caps! *facepalm*
    I removed the formatting option to the title field input box and now the titles are displaying the way I wanted them to without the need for any code in custom.css... Thanks for your help though. I really appreciate it!
  22. Like
    AlexWebsites got a reaction from sobrenome in Pages SuperGrid support   
    Try this in custom.css
    body[data-pageapp="cms"][ data-pagelocation="front"][data-pagemodule="pages"][ data-pagecontroller="page"] .ipsType_normal:not( .ipsType_richText ) { font-size: 8px; text-transform: capitalize; }  
  23. Thanks
    AlexWebsites reacted to HeadStand in Newsletters   
    A new version has been uploaded to the Marketplace. Changes include:
    Gallery images were not rendering correctly. Fixed. Newsletter content titles were displaying even if there was no content. Fixed. Hard-coded date formats have been replaced with the topic title date format specified in the newsletter settings. Unsubscribe in the topic view now links to the newsletter settings. "Default Groups" property can now be set to "none", creating an opt-in only newsletter. New newsletter index page at /newsletters, which lists all current newsletters and user's subscription status. User's subscription status is displayed when viewing the newsletter in web view. User can also subscribe/unsubscribe directly from that page.
  24. Thanks
    AlexWebsites reacted to HeadStand in Newsletters   
    I literally just fixed this issue in my dev environment... before I saw your post. ?
    Update coming today with bug fixes. Update with enhancements coming later this week, I just want to get the bugs done first.
    On my list.
  25. Like
    AlexWebsites got a reaction from Martin A. in Member Map   
    Thanks @Martin A.

    Anyone else affected, make sure you rebuild your sitemap after running this query.
×
×
  • Create New...