Jump to content

SeNioR-

Members
  • Posts

    1,156
  • Joined

  • Days Won

    5

Reputation Activity

  1. Haha
    SeNioR- got a reaction from SammyS in Invision Community 4.2   
    Sweet! 
     

  2. Haha
    SeNioR- reacted to ABGenc in Invision Community 4.2   
    And from now on invisionpower.com is running on 4.2  Great job
  3. Like
    SeNioR- got a reaction from deple in New: Complete Your Profile   
    Okey!

  4. Like
    SeNioR- reacted to KT Walrus in New: Complete Your Profile   
    Are you going to provide more Custom Profile field types in 4.2?
    I need a good Places field that allows entering the following:
    City (w/ region and country) School (w/ school type and city) Place of Worship (w/ church type and city) Workplace (w/ workplace type and full address) Home (w/ full address) Neighborhood (w/ postal code from home address) Region Postal Code Country Basically, IPS4 would maintain a Places table that would be used for autocompletion on the Place Name input field. If a Place Name is submitted that hasn't previously been seen, the input text would be sent to Google Places to retrieve a list of possible matches and the user would be presented with a form to pick the correct place or change the input text and try again.
    The Places table would include the Google Place Id and lat/long with each Place and use that for showing Maps for the Place when the field is displayed in the Profile.
    Yes. I knew this too. I was just asking about whether 4.2 supports Invisible ReCaptcha. By your answer, I take it that it does not, but you are considering it.
  5. Like
    SeNioR- reacted to Simon Woods in New: Complete Your Profile   
  6. Like
    SeNioR- got a reaction from Mark in New: Promoting Content   
    Fantastic Feature! Now i use buffer.com for this but i don't have to.   I suggest adding google+
  7. Like
    SeNioR- reacted to media in New: Promoting Content   
    I feel like I am in heaven last few days... lol!
    Please do not wake me up...
     
  8. Like
    SeNioR- reacted to Charles in New: Promoting Content   
    We are open to other integrations once we see usage feedback
  9. Like
    SeNioR- reacted to WAQAS DAR in New: Promoting Content   
    great feature and easy solution for promoting communities . Thanks   hope to get 4.2 version soon  
  10. Like
    SeNioR- got a reaction from Matt in New: Reactions   
    Great Scott! Future is coming.

  11. Like
    SeNioR- got a reaction from Ryan Ashbrook in New: Reactions   
    Great Scott! Future is coming.

  12. Like
    SeNioR- got a reaction from Simon Woods in New: Reactions   
    Great Scott! Future is coming.

  13. Like
    SeNioR- got a reaction from Rikki in New: Reactions   
    Great Scott! Future is coming.

  14. Like
    SeNioR- reacted to SammyS in New: Reactions   
    Yeah... REACTIONS!

  15. Like
    SeNioR- reacted to Sergey Kuzin in New: Social Sign In Streamlining   
    Thanks))
    My code
    guestCommentTeaser
    <ips:template parameters="$item, $login, $isReview=FALSE" /> {{$ref = base64_encode( $item->url() . '#replyForm' );}} {{if \IPS\Settings::i()->allow_reg}} <div class='ipsType_center ipsPad'> {{if $isReview}} <h2 class='ipsType_pageTitle'>{lang="teaser_review_title_reg"}</h2> <p class='ipsType_light ipsType_normal ipsType_reset'>{lang="teaser_review_desc_reg"}</p> {{else}} <h2 class='ipsType_pageTitle'>{lang="teaser_title_reg"}</h2> <p class='ipsType_light ipsType_normal ipsType_reset'>{lang="teaser_desc_reg"}</p> {{endif}} <div class='ipsGrid ipsGrid_collapsePhone ipsSpacer_top' data-ipsgrid data-ipsgrid-equalheights="row" {{/*this added data-ipsgrid */}}> <div class='ipsGrid_span6 ipsAreaBackground_light ipsPad'> <h2 class='ipsType_sectionHead'>{lang="teaser_account"}</h2> <p class='ipsType_normal ipsType_reset ipsType_light'>{lang="teaser_account_desc"}</p> <br> <a href='{url="app=core&module=system&controller=register" seoTemplate="register" protocol="\IPS\Settings::i()->logins_over_https"}' class='ipsButton ipsButton_primary ipsButton_small'>{lang="teaser_account_button"}</a> </div> <div class='ipsGrid_span6 ipsAreaBackground_light ipsPad'> <h2 class='ipsType_sectionHead'>{lang="teaser_signin"}</h2> <p class='ipsType_normal ipsType_reset ipsType_light'>{lang="teaser_signin_desc"}</p> <br> <a href='{url="app=core&module=system&controller=login&ref={$ref}" seoTemplate="login" protocol="\IPS\Settings::i()->logins_over_https"}' data-ipsDialog data-ipsDialog-size='medium' data-ipsDialog-title="{lang="teaser_signin_button"}" class='ipsButton ipsButton_primary ipsButton_small'>{lang="teaser_signin_button"}</a> </div> </div> {{/*this added*/}} <div class='ipsAreaBackground_light ipsPad ipsSpacer_top'> <p class='ipsType_reset ipsType_small ipsType_center'><strong>{lang="sign_in_with_these"}</strong></p> <ul class="ipsList_inline ipsType_center ipsSpacer_top ipsSpacer_half"> {{foreach $login->forms( FALSE, TRUE ) as $k => $form}} {{if $k !== '_standard'}} <li class='ipsType_center'> {$form|raw} </li> {{endif}} {{endforeach}} </ul> </div> {{/*this added*/}} </div> {{else}} <div class='ipsType_center ipsPad'> <h2 class='ipsType_pageTitle'>{lang="teaser_title_noreg"}</h2> <p class='ipsType_light ipsType_normal ipsType_reset'>{lang="teaser_desc_noreg"}</p> <br> <br> <a href='{url="app=core&module=system&controller=login&ref={$ref}" seoTemplate="login"}' data-ipsDialog data-ipsDialog-size='medium' data-ipsDialog-title="{lang="teaser_signin_button"}" class='ipsButton ipsButton_alternate ipsButton_large'>{lang="teaser_signin_button"}</a> </div> {{endif}} custom css
    /***========= guestCommentTeaser =========***/ div[data-role="replyArea"] > div.ipsType_center.ipsPad > h2.ipsType_pageTitle { font-size: 20px; } div[data-role="replyArea"] > div.ipsType_center.ipsPad > h2.ipsType_pageTitle + p { font-size: 12px; } div[data-role="replyArea"] > div.ipsType_center.ipsPad h2.ipsType_sectionHead { font-size: 18px; } div[data-role="replyArea"] > div.ipsType_center.ipsPad h2.ipsType_sectionHead + p { font-size: 12px; margin-bottom: 5px; } div[data-role="replyArea"] > div.ipsType_center.ipsPad h2.ipsType_sectionHead + p + br { display: none; } div[data-role="replyArea"] > div.ipsType_center.ipsPad span.ipsSocial_icon { min-width: 48px; } div[data-role="replyArea"] > div.ipsType_center.ipsPad span.ipsSocial_text { display: none; } /***========= end guestCommentTeaser =========***/  
  16. Like
    SeNioR- reacted to Simon Woods in New: Gallery Lightbox Navigation   
  17. Like
    SeNioR- reacted to Joey_M in IPS Community Suite 4.1.18 Available   
    Yes, honestly this occurred the most issues for me.
    It's that problematic that I haven't bothered upgrading one of my other sites to 4.1.18 (.1 or .2). It's just casing so much hassle, the amount of members who are saying that things aren't working etc.
  18. Like
    SeNioR- reacted to Markus Jung in IPS Community Suite 4.1.18 Available   
    And still no answer . Also in 4.1.18.2 I can't see anything.
  19. Like
    SeNioR- reacted to Simon Woods in IPS Community Suite 4.1.18 Available   
    @Markus Jung @SeNioR- @hmikko Your question has been answered in the forums: 
     
  20. Like
    SeNioR- reacted to Joey_M in IPS Community Suite 4.1.18 Available   
    I'm having nothing but issues since this release, I do hate to moan but there's more noticeable bugs for me. The discover pages are broken, articles don't seem to appear in them for certain members (including other admins).
    You can't define your 'unread' items because refreshing seems broken and on occasions you get errors.
    When reading a topic or PM and someone replies, it doesn't automatically update when you click to on the notification - it refreshes. This happens on this site - sometimes manually refreshing works fine, other times you get an error that states the content cannot be found. It's very frustrating, I realise you guys will be doing your best but there's always issues and they tend to be the ones which breaks important areas.
    I struggle enough to get people to post due to my niche topic and the fact its a depressing area but the errors of this version is really making people moan.
  21. Like
    SeNioR- reacted to hmikko in IPS Community Suite 4.1.18 Available   
    I came here with the same exact question.
  22. Like
    SeNioR- got a reaction from Markus Jung in IPS Community Suite 4.1.18 Available   
    maybe they forget to add a link because I also do not see anything..
  23. Like
    SeNioR- reacted to Markus Jung in IPS Community Suite 4.1.18 Available   
    Where do I see this?
  24. Like
    SeNioR- reacted to KT Walrus in IPS Community Suite 4.1.18 Available   
    Has 4.1.18 been tested with PHP 7.1?
  25. Like
    SeNioR- reacted to Maxtor in IPS Community Suite 4.1.18 Available   
    i get this error:
     
    503 Service Temporarily Unavailable
    nginx

×
×
  • Create New...