Jump to content

CheersnGears

Clients
  • Posts

    2,201
  • Joined

  • Last visited

  • Days Won

    7

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by CheersnGears

  1. 25 minutes ago, Nathan Explosion said:

    Instead of trying to wrap the image in a div, just add this:

    text-align: center;

    ...to the style of the container the image is already in (a few lines above the <img.... line)

    <td dir='{dir}' valign='middle' style="font-family: 'Helvetica Neue', helvetica, sans-serif; font-size: 30px; font-weight: 300; color: #262e33; line-height: 48px; padding-left: 10px;">

     

    This worked! Thanks for the help!

  2. 5 minutes ago, Nathan Explosion said:

    Instead of trying to wrap the image in a div, just add this:

    text-align: center;

    ...to the style of the container the image is already in (a few lines above the <img.... line)

    <td dir='{dir}' valign='middle' style="font-family: 'Helvetica Neue', helvetica, sans-serif; font-size: 30px; font-weight: 300; color: #262e33; line-height: 48px; padding-left: 10px;">

     

    Thanks, I'll give it a try.

  3. Pardon me, I am not a coder. I just want to center my site header in my e-mail wrapper.  I added

    <div style="text-align: center;">
    							<img src='{file="\IPS\Settings::i()->email_logo" extension="core_Theme"}' alt="{setting="board_name"}" width='{$imgDims[0]}' height='{$imgDims[1]}' />
                          </div> 

    Open Div, Close Div

    But when I do this, images in the e-mail body below break out of their container (emClient) or make the e-mail giant (outlook) or make the e-mail tiny with the header image big (iOS Mail). If I revert the template, everything below the logo renders properly, but the logo isn't centered.

    The header image is 600px wide.

    Could contain: Airport, Aircraft, Airplane, Jet, Transportation, Vehicle, Airfield, Warplane

    Any help would be appreciated.

  4. 5 minutes ago, Adriano Faria said:

    In the Subscribers list in your ACP, click in the magnifying glass in the user row and then in Reactivate button:

    cLNxBFG.png

    I didn't test but it seems to be it.

    Trying.

    5 minutes ago, Adriano Faria said:

    In the Subscribers list in your ACP, click in the magnifying glass in the user row and then in Reactivate button:

    cLNxBFG.png

    I didn't test but it seems to be it.

    I didn't have a reactivate, but I did have an edit, and I'm able to get to it from there. Thanks.

  5. 1 minute ago, Matt said:

    the reason it performs poorly is because of the Google Ads which takes 500ms to execute and holds up page rendering while it does so

    Google ads have really really really been performing poorly in speed lately. It's happening on multiple sites for me.

  6. On 4/3/2023 at 3:35 AM, ReyDev said:

    @CheersnGears
    I'm working on the new version of the LAXERI theme. and I want to solve this issue but I can't see it on my local and live websites. please send me a link (your website URL), so I can check it out.
    thanks

    It appears to be corrected. It is showing folder icons now rather than bullet points, but I'm fine with that. 

    https://www.cheersandgears.com/forums/

    If you're working on a new version, I'd really really really like the ability to make my logo larger. 50px is just too small for a logo on the big HD screens we have these days.

  7. 4 hours ago, Andy Millne said:

    Yes, we're not going to leave people without options. If our API requires changes we will make them to better support the 3rd party alternatives.

     

    4 hours ago, Matt said:

    Thanks for everyone that turned up and asked questions today!

    I like how the chat questions turned into questions here, but when there is a reply to the question, shouldn't the username of the question asker be in the header of the quote?

  8. I didn't realize forums were that popular with the rest home set.... but I've been running a forum since the WWIV BBS days.

    Eventually, the fix is going to be users upgrading their hardware. We can't and shouldn't expect IPS to hold back the entire suite just so a few users can keep using 10-year-old iPads.

    I don't think IPS should have reverted that code if it benefited the suite. If it has been several years since Apple has supported the device, there's no reason that IPS should be.

  9. On 3/20/2023 at 6:44 AM, Marc Stridgen said:

    If you have your database set to post to forums, you will not see the field at present. We are looking to resolve that, however it had to be disabled on the last release, as it was causing a lot of issues elsewhere in the platform

    Being told about that removal in advance would have been appreciated. I would have just skipped the latest update until it was resolved. The removal of the functionality if using forums for comments is not mentioned in the release notes.

  10. Just now, andavis said:

    We are waiting for the April release to solve that problem.

    Until then we have to post every 2 hours our new content 24/7.

    Yeah, I didn't realize how important this was to me until it was gone.  I don't post as frequently as you do, but car show season is fast approaching and it's going to cause me major issues.

  11. 2 hours ago, Washerhelp said:

    Many thanks to you both. I hadn't got around to dealing with this yet, but this seems like an ideal solution. The only thing that puzzles me, is moving everything in the /forms/ folder to root, and therefore deleting the forums folder. My current URLs are - www.mysite.co.uk/forums/topic/this-is-a-topic/

    Would the change in the config_global.php file rewrite all my urls so there would be no impact on SEO?

    Yes, when you're done, your forums will have the same URL they do now.

  12. 11 minutes ago, Randy Calvert said:

    I believe you’ll also need to update your conf_global.php to reflect the change there as well to the board URL. 

    This is correct... a step that I had forgotten.  This should be done immediately after you complete step 2.

    $INFO['board_url']			=	'https://mysite.co.uk/forums';

    to

    $INFO['board_url']			=	'https://mysite.co.uk/';
×
×
  • Create New...