Jump to content

WP V0RT3X

Clients
  • Posts

    648
  • Joined

  • Days Won

    5

Reputation Activity

  1. Thanks
    WP V0RT3X got a reaction from kmk in Grid card stylish   
    It's all in the template forumGridItem ...
     
    {{if $forum->can('view')}} {{$lastPost = $forum->lastPost();}} {{$club = $forum->club();}} <div class="ipsBox ipsBox--child cForumGrid {{if \IPS\forums\Topic::containerUnread( $forum ) && !$forum->redirect_on}}cForumGrid--unread ipsDataItem_unread{{endif}} {{if !\IPS\forums\Topic::containerUnread( $forum ) && !$forum->redirect_on}}cForumGrid--read{{endif}} {{if $forum->redirect_on}}cForumGrid--redirect{{elseif $forum->forums_bitoptions['bw_enable_answers']}}cForumGrid--answers{{elseif $forum->password}}cForumGrid--password{{else}}cForumGrid--forum{{endif}}" data-forumID="{$forum->_id}"> <!-- Hero --> <div class='cForumGrid__hero'> <!-- Clickable area --> <a {{if $forum->password && !$forum->loggedInMemberHasPasswordAccess()}}href="{$forum->url()->setQueryString( 'passForm', '1' )}" data-ipsDialog data-ipsDialog-size='narrow' data-ipsDialog-title='{lang="forum_requires_password" sprintf="$forum->_title"}'{{else}}href="{$forum->url()}"{{endif}} class='cForumGrid__hero-link' aria-hidden='true'> {{if $club and ! $forum->card_image}} {{$coverPhoto = $club->coverPhoto( FALSE );}} {{$cfObject = $coverPhoto->object;}} {{if $coverPhoto->file}} <span class='cForumGrid__hero-image' role='img' style="background-image:url('{$coverPhoto->file->url}')" aria-label='{$forum->_title}'></span> {{elseif ! empty( $cfObject::$coverPhotoDefault )}} <span class='cForumGrid__hero-image' role='img' style="background-color: {$coverPhoto->object->coverPhotoBackgroundColor()};background-image:url('{resource="pattern.png" app="core" location="global"}')" aria-label='{$forum->_title}'></span> {{endif}} {{else}} <span class='cForumGrid__hero-image' role='img' {{if $forum->card_image}}style="background-image:url('{file="$forum->card_image" extension="forums_Cards"}')"{{endif}} aria-label='{$forum->_title}'></span> {{endif}} <span class='cForumGrid__hero-image-overlay'></span> </a> <!-- Forum info --> <div class='cForumGrid__forumInfo ipsFlex ipsFlex-ai:end'> <!-- Title and post count --> <div class='ipsFlex-flex:11'> <h3 class='cForumGrid__title ipsType_reset ipsTruncate ipsTruncate_line'> {{if $forum->password && !$forum->loggedInMemberHasPasswordAccess()}} <a href="{$forum->url()->setQueryString( 'passForm', '1' )}" data-ipsDialog data-ipsDialog-size='narrow' data-ipsDialog-title='{lang="forum_requires_password" sprintf="$forum->_title"}'>{$forum->_title}</a> {{else}} <a href="{$forum->url()}">{{if $club}}{lang="club_node" sprintf="$club->name, $forum->_title"}{{else}}{$forum->_title}{{endif}}</a> {{endif}} </h3> {{if !$forum->redirect_on}} <ul class='cForumGrid__title-stats ipsType_reset ipsType_light'> {{$count = \IPS\forums\Topic::contentCount( $forum, TRUE );}} {{if $count > 0}}<li>{lang="posts_number" pluralize="$count" format="short"}</li>{{endif}} {{if $forum->followerCount}} <li> <a href='{url="app=core&module=system&controller=notifications&do=followers&follow_app=forums&follow_area=forum&follow_id={$forum->_id}"}' title='{lang="followers_tooltip"}' class='ipsType_blendLinks ipsType_noUnderline' data-ipsTooltip data-ipsDialog data-ipsDialog-size='narrow' data-ipsDialog-title='{lang="who_follows_this"}'>{lang="forum_follower_count" pluralize="$forum->followerCount"}</a> </li> {{endif}} </ul> {{endif}} </div> <!-- Forum icon --> <span class='cForumGrid__icon-wrap ipsFlex-flex:00'> {{if !$forum->redirect_on AND \IPS\forums\Topic::containerUnread( $forum ) AND \IPS\Member::loggedIn()->member_id}} <a href="{$forum->url()->setQueryString( 'do', 'markRead' )->csrf()}" data-action='markAsRead' title='{lang="mark_forum_read"}' data-ipsTooltip> {{endif}} {{if $club}} <img src="{{if $club->profile_photo}}{file="$club->profile_photo" extension="core_Clubs"}{{else}}{resource="default_club.png" app="core" location="global"}{{endif}}" alt='' class='cForumGrid__icon-image'> {{elseif $forum->icon}} <img src="{file="$forum->icon" extension="forums_Icons"}" alt='' class='cForumGrid__icon-image cForumGrid__icon--custom'> {{else}} {{if $forum->redirect_on}} <span class='cForumGrid__icon cForumGrid__icon--redirect' {template="formattedInlineStyle" params="$forum" app="core" group="global" location="front"}> <i class='fa fa-arrow-right'></i> </span> {{elseif $forum->forums_bitoptions['bw_enable_answers']}} <span class='cForumGrid__icon cForumGrid__icon--answers' {template="formattedInlineStyle" params="$forum" app="core" group="global" location="front"}> <i class='fa fa-question'></i> </span> {{elseif $forum->password}} <span class='cForumGrid__icon cForumGrid__icon--password' {template="formattedInlineStyle" params="$forum" app="core" group="global" location="front"}> {{if $forum->loggedInMemberHasPasswordAccess()}} <i class='fa fa-unlock'></i> {{else}} <i class='fa fa-lock'></i> {{endif}} </span> {{else}} <span class='cForumGrid__icon cForumGrid__icon--normal' {template="formattedInlineStyle" params="$forum" app="core" group="global" location="front"}> <i class="fa fa-comments"></i> </span> {{endif}} {{endif}} {{if !$forum->redirect_on AND \IPS\forums\Topic::containerUnread( $forum ) AND \IPS\Member::loggedIn()->member_id}} </a> {{endif}} </span> </div> </div> <!-- Last post information --> <div class='cForumGrid__last ipsBorder_top ipsPadding_vertical:half ipsPadding_horizontal'> {{if !$forum->redirect_on}} {{if $lastPost}} <div> <ul class='ipsList_reset'> <li class='ipsDataItem_lastPoster__title'><a href="{$lastPost['topic_url']->setQueryString( 'do', 'getNewComment' )}" class='ipsType_break' title='{$lastPost['topic_title']}'>{$lastPost['topic_title']}</a></li> </ul> </div> {{else}} <p class='ipsType_light ipsType_reset ipsTruncate ipsTruncate_line'>{{if $forum->password}}{lang="no_forum_posts_password"}{{else}}{lang="no_forum_posts"}{{endif}}</p> {{endif}} {{else}} <p class='ipsType_light ipsType_reset ipsTruncate ipsTruncate_line'> {lang="redirect_hits" pluralize="$forum->redirect_hits"} </p> {{endif}} </div> </div> {{endif}} Just try yourself, I like it as it is by default.
  2. Haha
    WP V0RT3X reacted to jaeitee in Removal of $15 Domain Change   
    So glad you're open to the opinions of others.
    Personally I think it's too cheap, and should be increased 🙂
  3. Like
    WP V0RT3X reacted to Lindy in Removal of $15 Domain Change   
    Good to see you around, Tiger. That is very... passionate feedback on the URL reset fee. Although it's been addressed before, I'm happy to do so again. 
    Firstly, prior to limiting the resets, it was very easy to "license hop" - that is, swap URLs around, obtain support, upgrades, etc., swap them around and repeat, etc. So, while not necessarily the original intended purpose, it does help keep the honest... honest in the same sort of way that a deadbolt keeps the undetermined at bay--obviously, the determined/committed can kick the door in. 
    Secondly, in many cases, there actually are costs incurred with fresh installations by way of support. Frequent URL resets are a byproduct of tossing ideas around, deleting, reinstalling, configuring and deleting. Quite often, there are numerous support requests involved and unfortunately, often the same questions/concerns over and over again on each reinstall. The spirit of tech support provided is based on a single installation and not so much to support 'tinkering' and perpetual reinstallation support. The fee, when applied, helps (in a small way) offset some of that overhead.
    I would hope a number of customers here would attest to the fact that we will generally just update the URL for you if you contact us - especially if you're just changing the URL on an existing installation. In cases such as those described above, the fee may apply. 
    I'm sorry you consider it a barrier, but I can assure you, we're not funding private yachts from license reset fees. 🙂 Even with license reset fees, we frankly still typically tend to have a net loss when it comes to many of those (not all, but many) that kind of toss ideas out to see what sticks. You've been around a long time (for which we're appreciative!) - you're a power user (who still sees us as a 'forum provider') and you won't likely require much support throughout your tinkering journey. That's not usually the case here. 
    Just drop us a note if you find you need to change the URL on file. We're generally able to help if that's all you need. 
    Thanks for the feedback. 
  4. Like
    WP V0RT3X reacted to Sonya* in Fresh install of 4.5.1 and site pages are all error 404   
    It looks like you have turned on FURLs in ACP but have not uploaded .htaccess yet. 
  5. Thanks
    WP V0RT3X got a reaction from byMarcoX in Videos Support   
    Open /applications/videos/modules/admin/videos/categories.php and find...
    class _categories extends \IPS\Node\Controller { /** * Node Class */ protected $nodeClass = 'IPS\videos\Category'; Change to...
    class _categories extends \IPS\Node\Controller { /** * @brief Has been CSRF-protected */ public static $csrfProtected = TRUE; /** * Node Class */ protected $nodeClass = 'IPS\videos\Category'; Same with other admin files than run into this error.
  6. Like
    WP V0RT3X got a reaction from IP-Gamers in Looking for a app   
    Something like this? https://www.revolvermaps.com/
    You can find lot's of such scripts via Google.
  7. Haha
    WP V0RT3X reacted to Chris59 in Marketplace renewals got CRAZY!!   
    Wanted to renewals Links Directory by Adriano and marketplace FORCE me to pay all renewals for all my apps plugins and themes over the years . force me to pay several hundreds of dollar , this must be bug or the method is crazy ..
    Best Regads
  8. Like
    WP V0RT3X got a reaction from Joey_M in Add forum icon image to default skin   
    Quick and dirty...
    .ipsDataItem[data-forumid='2'] .ipsItemStatus.ipsItemStatus_large, .ipsItemStatus:not( .ipsItemStatus_large ) { color: transparent; background: url(https://icons.iconarchive.com/icons/arrioch/halloween/32/devil-icon.png) no-repeat center center; }  

  9. Thanks
    WP V0RT3X got a reaction from Joey_M in Add forum icon image to default skin   
    .ipsDataItem[data-forumid='2'] .ipsItemStatus.ipsItemStatus_large .fa-comments::before, .ipsItemStatus:not( .ipsItemStatus_large ) .fa-comments::before { content: "\f198"; }
    Have fun :)
  10. Thanks
    WP V0RT3X got a reaction from BankFodder in What are these called?   
    Just place something like this in your custom.css template...
    #elUserNav > li > a { color: #ff0000; }  
  11. Thanks
    WP V0RT3X got a reaction from BankFodder in What are these called?   
    They're called #elUserNav > li > a 
  12. Haha
    WP V0RT3X got a reaction from Day_ in Localhost Downloading of marketplace apps/plugins (manually)   
    There are some differences. XF-Staff reviews nothing and you can't buy addons there, you are always redirected to the devs website.
    The result are funny things like THIS. User buys an addon, gives a bad rating and the dev doesn't give him access to the download anymore 
  13. Like
    WP V0RT3X reacted to Adriano Faria in Localhost Downloading of marketplace apps/plugins (manually)   
    It’s an open market. I can sell a plugin that shows a Hello World to you for $500. In the other hand, you have the power to NOT purchase it if you feel is overpriced. It’s ttat simple and magical!
  14. Like
    WP V0RT3X reacted to Dean_ in Updating your theme to 4.5 if...   
    I really don't think people are 'getting it' or simply do not understand.

    4.5 has NOT been released, it is in TESTING...  As usual testing practices are; pre-alpha. alpha, beta and rc's. You will know when 4.5 is OFFICIALLY released as IPS will shout about it everywhere. You're advised not to install any beta software release, unless you know what you're doing.
  15. Like
    WP V0RT3X got a reaction from Adriano Faria in Movies   
    That's a Marketplace issue, there is a 4.4 version.
  16. Thanks
    WP V0RT3X got a reaction from Noble~ in Gallery Question   
    Yes, you can create as many categories, subcategories and albums as you want.
  17. Haha
    WP V0RT3X got a reaction from McAtze in ThreadStarter: Movies   
    You can change the AdminCP sorting via drag and drop. Should be possible with all apps, this one too.
    Usually the last installed app is placed on the top of list.
     

  18. Like
    WP V0RT3X reacted to Mark White in Changed Im dropping the fb LOG IN AS AN OPTION   
    as in pay pal...yep
     
  19. Like
    WP V0RT3X got a reaction from Black Tiger in Disable Downloads screenshots totally?   
    You could edit the templates or hide it with custom css.
  20. Haha
    WP V0RT3X reacted to Sonya* in Congrats IPS!   
  21. Like
    WP V0RT3X reacted to Dualisc in Good Service   
    Used Invision Community in the Cloud for 3 months before we had to cease operations for our business.
    I would like to leave good feedback for Rhett, their Support and Cloud Manager. He was the one who answered almost all my support requests in a professional and prompt manner. Hats off to him.
    Will use Invision Community again for possible future endeavors. 
  22. Like
    WP V0RT3X got a reaction from DawPi in Friendly URL's for Profile usernames   
    It's not a shame, it's standard.
    They do it that way too. XenForo works with IDs and even good old vBulletin did it all the time.
    BuddyPress isn't a forum software, it's only a profile toy for WordPress
  23. Like
    WP V0RT3X got a reaction from Motofumi Suzuki in Menu bar hover effect.   
    Edit ONLY your custom css template.
  24. Like
    WP V0RT3X reacted to Morrigan in Make warnings public   
    Okay, so I want to put this out there as a "for instance". If you do something dumb do you want EVERYONE knowing about it or only the people that have deemed the disciplinary action?
    I akin public notification of administrative/moderator actions to something of right of knowledge the only people that NEED to know are the reported person and the moderators/administrators. Anyone else that wants to know is a nosy ass Karen that needs to get her nose out of my ass.
    To put it more plainly. Just because Karen reports me doesn't mean she needs to know if I was reprimanded or fired. Its none of Karens business.
    To me you need to setup a better expectation for your members to not be informed of something like that. Its not their business and unless it involves harassment (which is a different circumstance and requires a different approach administratively but still doesn't require public ANYTHING). You need to make a clearer line there IMHO.

    Edit: I realized another point against this. Public notification of staff actions is a fear tactic. Its a way to scare people into abiding. Certainly not the best way to grow a community.
  25. Like
    WP V0RT3X got a reaction from Dick Seacup in Custom user title?   
    Dunno where it was before, but it is still possible...

×
×
  • Create New...