Jump to content

Simon Woods

Clients
  • Posts

    1,052
  • Joined

  • Last visited

  • Days Won

    2

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Simon Woods

  1. I've finally got around to testing this out. Firstly, thanks for making and maintaining it, I can't wait to show my members. :) 

    Secondly, are there ideal resolutions to set for the Record Image Settings? I have max set to unlimited and tumbnails to 200x200 and I think either that or the ratios I'm using - 45 for Image aspect ratio and 50 for Hero image aspect ratio - might be causing a problem; images are displaying as a mixture of cut-off and blurry, like so:

    Screenshot_sg-imgsb.thumb.png.c13784b80b282edd94fe5df68947d711.png

    Screenshot_sg-imglist.thumb.png.8d3829588ee0bec2a9ef3d1605173d71.png

     

    Or is it something else? Should I be using images of a certain size or be doing something to them, or are there just certain types of images that will fit better?

  2. 4 minutes ago, Wicked007 said:

    Hi Simon Woods,

    after using your example i uploaded a test img to an image hoster now which link should i use as there are very many to choose from ?

    I tried the direct link and this is what i put in the HTML field

     

    <img src="https://postimg.org/image/z2xtxxxx/">

    but it did not show as an image unfourtantly ..

    Any help would be greatful.

     

    Thanks

    By "direct link" they mean a link to their website. For your image, you need to find the URL that ends with the image file extension, such as ".jpg", ".png", ".jpeg" -- usually you can do this by right-clicking the image and choosing "Copy image address". If that doesn't work then it depends on the site you are using to host it; you might have better luck with a site like imgur.

  3. 19 minutes ago, Wicked007 said:

    Hi Ryan H.

    thanks for the information and pictures.

    I decided to download your program as i was looking for a way to utelize my own Prefixes which a good friend of mine had made for the Forum.

    Unforutantly i cannot find the option to upload or utilize my own custom Prefixes which is what i was asking/wanting from the beginning.

    Now granted i am not an expert nor do i claim to be knowledgable in these things BUT all i could find is a place where i could put in HTML code if i wanted to use an image. 

    Am i overlooking something somewhere where i CAN utilize my own custom Prefix images ?

    If not the software is of no use to us .

     

    Thanks for your time.

    You can use HTML for images like so:

    <img src="IMAGE-URL-HERE">

    I assume that's how it works here but I haven't tested it myself.

  4. The promised lists:
    (Note: the site is built around a RPG, using account groups for characters as well as players)

    • All Members -- a basic list of every account that represents a person.
    • Authors -- the active players of the game.
    • Staff -- the staff team.

    There are a quite a few other lists, including a collection that make up a multi-layered roster of all characters in the game. I have done very little work on the settings of each list and have already been happy with them since they were made public a few months ago.

    Yet more great work from fosters. :)

  5. I am also getting the error, including for Radio:

    UPDATE `form_fields` form_fields  SET `field_value`='',`field_type`='Radio',`field_options`='["Prefix","Tag"]',`field_multiple`=false,`field_required`=false,`field_search_type`='exact' WHERE field_id=78 
    IPS\Db\Exception: Unknown column 'field_search_type' in 'field list' (1054)
    #0 /home/chronill/public_html/system/Db/Db.php(991): IPS\_Db->preparedQuery('UPDATE `form_fi...', Array)
    #1 /home/chronill/public_html/system/Patterns/ActiveRecord.php(493): IPS\_Db->update('form_fields', Array, Array)
    #2 [internal function]: IPS\Patterns\_ActiveRecord->save()
    #3 /home/chronill/public_html/init.php(448) : eval()'d code(68): call_user_func_array('parent::save', Array)
    #4 /home/chronill/public_html/system/Node/Model.php(2015): IPS\Patterns\rules_hook_ipsPatternsActiveRecord->save()
    #5 /home/chronill/public_html/system/Node/Model.php(2692): IPS\Node\_Model->save()
    #6 [internal function]: IPS\Node\_Model->saveForm(Array)
    #7 /home/chronill/public_html/init.php(448) : eval()'d code(83): call_user_func_array('parent::saveFor...', Array)
    #8 /home/chronill/public_html/system/Node/Controller.php(383): IPS\Node\rules_hook_ipsNodeModel->saveForm(Array)
    #9 /home/chronill/public_html/system/Dispatcher/Controller.php(86): IPS\Node\_Controller->form()
    #10 /home/chronill/public_html/system/Node/Controller.php(63): IPS\Dispatcher\_Controller->execute()
    #11 /home/chronill/public_html/applications/form/modules/admin/form/forms.php(35): IPS\Node\_Controller->execute()
    #12 /home/chronill/public_html/system/Dispatcher/Dispatcher.php(129): IPS\form\modules\admin\form\_forms->execute()
    #13 /home/chronill/public_html/admin/index.php(14): IPS\_Dispatcher->run()
    #14 {main}

     

  6. Hi, when I try to uninstall the plugin I get this error:

    Quote

    EX1091 Something went wrong. Please try again.

    Details:

    IPS\Db\Exception: Can't DROP 'tb_but_use'; check that column/key exists (1091)
    #0 /home/chronill/public_html/system/Db/Db.php(1895): IPS\_Db->query('ALTER TABLE `co...')
    #1 /home/chronill/public_html/plugins/tbbumpuptopics/uninstall.php(18): IPS\_Db->dropColumn('core_groups', Array)
    #2 /home/chronill/public_html/system/Plugin/Plugin.php(477): require_once('/home/chronill/...')
    #3 /home/chronill/public_html/system/Node/Controller.php(1205): IPS\_Plugin->delete()
    #4 /home/chronill/public_html/system/Dispatcher/Controller.php(86): IPS\Node\_Controller->delete()
    #5 /home/chronill/public_html/system/Node/Controller.php(63): IPS\Dispatcher\_Controller->execute()
    #6 /home/chronill/public_html/applications/core/modules/admin/applications/plugins.php(39): IPS\Node\_Controller->execute()
    #7 /home/chronill/public_html/system/Dispatcher/Dispatcher.php(129): IPS\core\modules\admin\applications\_plugins->execute()
    #8 /home/chronill/public_html/admin/index.php(14): IPS\_Dispatcher->run()
    #9 {main}

    Do you think this is directly to do with the plugin or something else (maybe a core bug)?

  7. 28 minutes ago, Martin A. said:

    It'll sync as soon as the profile is saved. If you're wondering about the import feature, that will run once a day if "Import members without a map marker?" is enabled, and will process 100 members per cycle.

    I can vouch for this.

  8. 2 hours ago, CherryGirl69 said:

    I was also thinking that a nice feature would be to be able to update your status from the Social Stream widget then there is no need to place the status update widget on the index page. 

    I tried adding the Status update widget above the Social Stream widget and telling it not to show updates so as to just use the input part and show the updates on the Social Stream but it does not look so good without updates on it.

    I'm fairly certain people have asked about this before but can't instantly remember if that's true. If you look through the topic you might see the author's opinion/knowledge on the matter.

  9. 17 minutes ago, TheSkyLounge.tv said:

    does anyone know how to "upload" the php file on a cloud hosted solution?

    IPS support might do it via a support ticket but other than you'll have to wait until the core fix is released as part of 4.1.19.1.

  10. I currently have 3 tags that cannot be deleted -- they disappear when the delete action is selected but then re-appear on reload. They are all using the "&" character. Is this supposed to work, after the fix with special characters?

×
×
  • Create New...