Recent content by Sonnie

  1. Sonnie

    XF 2.2 Email styling?

    I see this code... is there something we can add to it to change the thread background color to white, or thread text to white? <xf:foreach loop="$threads" value="$thread"> <xf:set var="$header"> <a href="{{ link('canonical:threads', $thread) }}">{$thread.title}</a>...
  2. Sonnie

    XF 2.2 Email styling?

    We got this from a customer and I'm not sure how to change the Thread title background. Is it possible without changing anything in the forum?
  3. Sonnie

    XF 2.2 Server Error

    Anyone know what this might be? GuzzleHttp\Exception\ClientException: Error submitting sitemap to http://www.google.com/webmasters/tools/ping?sitemap=https%3A%2F%2Fwww.avnirvana.com%2Fsitemap.php: Client error: GET...
  4. Sonnie

    XF 2 Small request for username in email template

    {{ phrase('inactivemembers_message', { 'username': $username, 'board_title': $xf.options.boardTitle }) }}
  5. Sonnie

    XF 2.1 Adding username to email template...

    I believe this is the code we use now to show the username: {{ phrase('inactivemembers_message', { 'username': $username, 'board_title': $xf.options.boardTitle }) }}
  6. Sonnie

    XF 2.1 Adding html tag to all links

    Is there a way in the backend to add rel="sponsored to all links that populate on our site? Regards, Sonnie
  7. Sonnie

    XF 2.1 Can't add node...

    Trying to add a Node ... tried child... then tried category... get the processing icon then nothing happens. Tried several times. Any ideas?
  8. Sonnie

    HTML Editor with built-in validator?

    Anyone know of a good HTML editor that has a built in validation tool like this: Thanks, Sonnie
  9. Sonnie

    How to duplicate a live site to use as a test site

    I will comment it out and try it. I have cookie set as follows in src/config.php $config['cookie'] = array( 'prefix' => 'test_', 'path' => '/', 'domain' => '' );
  10. Sonnie

    How to duplicate a live site to use as a test site

    I also have this caching setup in the original src/config.php file that could be causing issues and I'm not sure how to fix it. $config['cache']['enabled'] = true; //$config['cache']['sessions'] = true; $config['cache']['provider'] = 'Redis'; $config['cache']['config'] = [ // 'directory'...
  11. Sonnie

    How to duplicate a live site to use as a test site

    Here is my .htaccess file in public_html. I'm not sure I can comment out anything and it not affect the operation of the live forum during the testing phase. # Mod_security can interfere with uploading of content such as attachments. If you # cannot attach files, remove the "#" from...
  12. Sonnie

    How to duplicate a live site to use as a test site

    It could be the redirects in the .htaccess file of the public_html folder that are causing conflicts with the /test folder too.
  13. Sonnie

    How to duplicate a live site to use as a test site

    I do have an .htaccess file and I deleted the redirects in it... but perhaps I should remove it altogether and see if that helps. Not sure if there is anything in it that is needed for typical XF functions.
  14. Sonnie

    How to duplicate a live site to use as a test site

    Excactly! I posted the issues... which are very obvious more instructions are needed. I get a short non-helpful response that there is nothing to add. Totally unbelievable indeed.
  15. Sonnie

    How to duplicate a live site to use as a test site

    They may be for you... but when they don't work there is something missing somewhere. Sorry I bothered you with it. I'll look for someone who can actually help us get it setup.
Top Bottom