Jump to content

iacas

Clients
  • Posts

    593
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by iacas

  1. I'm glad the "lost" hour isn't lost anymore, since it's resulted in this nice addition. I think most people only use the Support thing when they notice something's broken, which is a shame because some things might be broken for some user group, or for a feature they almost never use, but they might not know about it for weeks. IPS' decision to make these silent patches is, best case, an odd choice.
  2. Yeah. As small as it can be without breaking stuff.
  3. Right, I'm hoping that we can shrink it if there's no set cover image.
  4. Any traction here? I've temporarily added support for the default cover photo, but I'm hoping to show a big cover photo if they have one set, and show a very narrow cover photo "block color" area when they don't have one. Thanks.
  5. Can't speak for anyone but me of course, but I'm not super interested in the default cover photo. I'd just like to not show a huge blank area if they don't have a default.
  6. I don't know if it's possible, but I'd love it if the "bigger cover photo" thing could work only if the user has set one. I like the bigger cover photos, but when users haven't set one there's just a blank and now much bigger colored rectangle there. It's kinda ugly. Heck, if you could shrink it a little if there's no image set, that would be even better.
  7. SELECT main.*, ((Array*5)+(Array))/POWER(( ( UNIX_TIMESTAMP( NOW() ) - ( CASE WHEN index_date_updated <= UNIX_TIMESTAMP( NOW() ) THEN index_date_updated ELSE 0 END )) / 3600 ) + 2,1.5) AS calcscore FROM `core_search_index` AS `main` WHERE ( ( index_class IN('IPS\\core\\Statuses\\Status','IPS\\core\\Statuses\\Reply') ) OR index_class='IPS\forums\Topic\Post' OR ( index_class IN('IPS\\blog\\Entry','IPS\\blog\\Entry\\Comment') ) OR ( index_class IN('IPS\\cms\\Records3','IPS\\cms\\Records\\Comment3','IPS\\cms\\Records\\Review3') ) OR ( index_class IN('IPS\\gallery\\Image','IPS\\gallery\\Image\\Comment','IPS\\gallery\\Image\\Review') ) OR ( index_class IN('IPS\\gallery\\Album\\Item','IPS\\gallery\\Album\\Comment','IPS\\gallery\\Album\\Review') ) OR ( index_class IN('IPS\\calendar\\Event','IPS\\calendar\\Event\\Comment','IPS\\calendar\\Event\\Review') ) OR ( index_class IN('IPS\\membermap\\Markers\\Markers','IPS\\membermap\\Markers\\Comment','IPS\\membermap\\Markers\\Review') ) ) AND MATCH(index_content,index_title) AGAINST ('+driver' IN BOOLEAN MODE) AND ( index_permissions = '*' OR ( FIND_IN_SET(4,index_permissions) OR FIND_IN_SET('m1',index_permissions) OR FIND_IN_SET('ca',index_permissions) OR FIND_IN_SET('c2',index_permissions) OR FIND_IN_SET('c3',index_permissions) OR FIND_IN_SET('c4',index_permissions) OR FIND_IN_SET('c5',index_permissions) OR FIND_IN_SET('c7',index_permissions) OR FIND_IN_SET('c12',index_permissions) OR FIND_IN_SET('cm',index_permissions) ) ) ORDER BY calcscore DESC LIMIT 0,25 IPS\Db\Exception: Unknown column 'Array' in 'field list' (1054) #0 /var/www/html/system/Db/Select.php(378): IPS\_Db->preparedQuery('/*IPS\\Content\\S...', Array, true) #1 /var/www/html/system/Db/Select.php(440): IPS\Db\_Select->runQuery() #2 [internal function]: IPS\Db\_Select->rewind() #3 /var/www/html/system/Content/Search/Mysql/Query.php(1258): iterator_to_array(Object(IPS\Db\Select)) #4 /var/www/html/applications/core/modules/front/search/search.php(608): IPS\Content\Search\Mysql\_Query->search('driver', NULL, 17) #5 /var/www/html/applications/core/modules/front/search/search.php(73): IPS\core\modules\front\search\_search->_results() #6 /var/www/html/system/Dispatcher/Controller.php(96): IPS\core\modules\front\search\_search->manage() #7 /var/www/html/system/Dispatcher/Dispatcher.php(146): IPS\Dispatcher\_Controller->execute() #8 /var/www/html/index.php(12): IPS\_Dispatcher->run() #9 {main} Doesn't matter if I disable the Member Map application either.
  8. Though I trust you somewhat, I'm reluctant to give ACP access to people. I did that. I'm using PHP 7. This is the first and only version of this plugin I've ever used.
  9. I bought the plugin just today and when it's enabled - even with no changes to the settings - I get an error when I search. Disabling the plugin makes search work immediately again. I can provide the error if you should need it. I don't believe it's a conflict, as I can enable and disable all other plugins in four or five configurations and it's always just whether or not Kitchen Sink is enabled (even, again, if no settings are changed from the default).
  10. I don't think it works with external image links (perhaps because they're not really "embedded"). They're not on the server.
  11. Great plugin. Thanks @Adriano Faria.
  12. Hopefuly this can be looked at as a small change worth taking the time to do in a 4.2.x update. It would greatly help site customization and plugins in some specific arrangements.
  13. iacas

    iAwards

    @InvisionHQ, just wanted to make sure you saw that. SVGs still fail, PNGs do not. In my testing anyway.
  14. iacas

    iAwards

    @InvisionHQ, those seem to work (I just tried one). Here's a video showing an SVG and then a PNG. Here's the video on YouTube: http://youtu.be/hpwaV8rLS9E.
  15. iacas

    iAwards

    I've had a problem lately with 1.1.0 and 1.1.1… This used to work just fine in previous versions, but I think this is the first new award I created since then. Also, if it matters, I created this new award by duplicating an existing award in the same category. Anyway, I created the new award, a "No Sixes Challenge" award. I uploaded a .svg file, which was stored on the server as: no_sixes_challenge_svg.ff88e64c40aaf6c72c5b5cb07b91aea2 Note the lack of the extension. I noticed that the other files were named, for example: opposite_swing.svg.dd88f6447d814e85107c8467c8499b4d.svg (With the double ".svg" thing, both at the end of the original filename and then after the randomized character string). As such the image didn't load, and when I viewed the image, it said I lacked the permissions. I've had to change the filename to add the .svg and then edit the database to add the ".svg" at the end there, to this: no_sixes_challenge_svg.ff88e64c40aaf6c72c5b5cb07b91aea2.svg So basically, the bug appears to be that upon uploading a .svg file, the extension is not added to the filename. I have not tested to see if this is true of all other file types, or if it's just SVG files. I am using the latest IPS (4.2.5) and iAwards 1.1.1.
  16. @Adriano Faria, do you think it's possible to remove a member from a club? I banned a spammer recently, but he joined several clubs. It's kinda goofy that IPS didn't add this in already - when a member is permanently banned, remove him from all clubs. I can do it in the database directly, I'm sure, but… that can be a pain of course if it's a frequent thing.
  17. As you an see, the "My Clubs" section is styled oddly compared to the other sidebar. I'm using the default theme, and I customize via custom.css. If your plugin added a class to the div, I could target and style that section much more easily than I can now. That's my point: if you add a class like "club_enhancements" the block will be more easily styled independent of the other parts of the site. <div class='ipsAreaBackground ipsPad ipsType_center ipsSpacer_top'> Right there. Just make it something like: <div class='ipsAreaBackground ipsPad ipsType_center ipsSpacer_top club_enhancements'> Then I can style that without also changing the styling of the other things on my site.
  18. @Adriano Faria, could you add a class like "club_enhancements" or some unique class to the div in the post so that it can be styled more easily? Right now it's not easily styled with the rest of the site, as you can see here, and stands out as a bit too "different" than I'd like. https://thesandtrap.com/forums/topic/67219-show-us-your-opposite-swing-challenge/?do=findComment&comment=1327039
  19. iacas

    iAwards

    I installed the update. Only awarded two awards since the upgrade, and wasn't having problems before, but 1.0.10 is up and running smoothly so far.
×
×
  • Create New...