Jump to content

Sergey_SV

Members
  • Posts

    147
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Sergey_SV reacted to Abies in User profiles - hide unnecessary filtering   
    Hello there!
    The main purpose of user profiles is to make discovering user's content easier. I've found a way to improve the process a bit.
    1. Content discovery
    Let's take a look on my profile and especially on the filtering options:

    Problem: It's quite a long list that grows with every new app or a content type. I find it confusing as during my time here I've posted only a topic and some posts.
    I don't think I'm able to post anything in the documentation, release notes, providers, guides, IPS Blog etc. But I'm still able to filter my results by those options [basically to get no results note].
    Solution: The idea is to hide all the empty-result-filters. Thanks to this we exactly know what type of content certain user posted, and save our time on scanning the long list.

    2. Reputation view
    I wanted to check my reputaion activity and this happened:

    Problem: The page shows no results. Quite confusing as the sidebar clearly shows that I do have reputation activity. This is because by default the resulsts are filtered by Status updates in which I have no activity. And the list of possible filters is also very long (as stated above).
    Solution:  As we have All activity filter in user's content page by default, we should also have All reputation activity filter in user's reputation page. And limiting the possible filters would (as above) make the experience more intuitive and clear.
    In my case it would look like this as I have reputation activity in blog entries, blog comments and posts:

    Thanks for reading! 🙂
  2. Like
    Sergey_SV reacted to Morrigan in Hey, it's 2020. Selections should span pagination   
    They do persist pages. The issue is the number resets. Which is the core issue here.
  3. Like
    Sergey_SV reacted to CoffeeCake in Hey, it's 2020. Selections should span pagination   
    When selecting things in the UI, and my selections are not remembered across pages, I twitch.

    Can we get some love on the selection abilities across items and please, for the love all things javascript, a "deselect all current selections" button. I can't tell you how many times I've navigated over pages in a thread trying to find out where the checked items were.
    Select All Select All on this Page Deselect All Deselect All on this Page etc.
  4. Like
    Sergey_SV got a reaction from Ambulance in Quick request if you have 2 minutes...   
    Strong support team and active experienced community, really help to deal with challenges and create/explore new features for our site.
    https://www.land-cruiser.ru/
  5. Like
    Sergey_SV got a reaction from Fierce God in Quick request if you have 2 minutes...   
    Strong support team and active experienced community, really help to deal with challenges and create/explore new features for our site.
    https://www.land-cruiser.ru/
  6. Thanks
    Sergey_SV reacted to newbie LAC in (NB41) Enhanced Advertisements   
    Hello,
    {{$forumId = 0; $topicId = 0;}} {{if \IPS\Request::i()->app == 'forums' and \IPS\Request::i()->module == 'forums' and \IPS\Request::i()->controller == 'forums'}} {{$forumId = \IPS\Request::i()->id;}} {{elseif \IPS\Request::i()->app == 'forums' and \IPS\Request::i()->module == 'forums' and \IPS\Request::i()->controller == 'topic'}} {{$topicId = \IPS\Request::i()->id; try { $topic = \IPS\forums\Topic::loadAndCheckPerms(\IPS\Request::i()->id); $forumId = $topic->forum_id; } catch(\Exception $e) {};}} {{endif}} {{if in_array($forumId, array('a','b','c')) or in_array($topicId, array('d','e','f'))}} Code1 {{else}} code 2 {{endif}}  
  7. Like
    Sergey_SV got a reaction from Mopar1973Man in AdSense Crawler   
    Unfortunately this "crawling" sign is not guarantiing that crawler can access the site. I got this green mark too, but still crawler not accessing the site.
    Can you see the crawler in your login logs?
  8. Like
    Sergey_SV got a reaction from Mopar1973Man in AdSense Crawler   
    Any updeate/promisses on this issue? It really a pity not to able to monetize the noticable part of the traffic.
    And really strange that IPB is not fuly  compatible with most popular Adsystem )
  9. Like
    Sergey_SV got a reaction from Jaymez in AdSense Crawler   
    Any updeate/promisses on this issue? It really a pity not to able to monetize the noticable part of the traffic.
    And really strange that IPB is not fuly  compatible with most popular Adsystem )
  10. Thanks
    Sergey_SV got a reaction from Matt in Quick request if you have 2 minutes...   
    Strong support team and active experienced community, really help to deal with challenges and create/explore new features for our site.
    https://www.land-cruiser.ru/
  11. Like
    Sergey_SV got a reaction from HeadStand in FAQ System (IPS v4)   
    @HeadStand Great! thank you very much sor support!
  12. Like
    Sergey_SV reacted to HeadStand in FAQ System (IPS v4)   
    A new version has been uploaded to the Marketplace. It contains a fix for this issue.
    The new version has also been tested against 4.3.
  13. Like
    Sergey_SV reacted to newbie LAC in (NB41) Enhanced Advertisements   
    That plugin has wrong theme hook data
    'selector' => 'html > body', 'type' => 'add_before', Simple output is 
    <!DOCTYPE html> <html lang="en-US" dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>Forums - IPS Community Suite</title> </head> <p>plugin code</p> <body> </body> </html> It's not valid
    Change 
    'type' => 'add_before', to 
    'type' => 'add_inside_start',  
×
×
  • Create New...