Jump to content

motomac

Members
  • Posts

    482
  • 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 motomac

  1. On 11/15/2017 at 9:06 AM, Ryan H. said:

    Hmm. That would be a side-effect of the change. Yes, that's okay.

    hmm ... not sure the exact cause here, but try this:

    applications/advancedtagsprefixes/modules/admin/manage/tools.php Line 401

    
                                    array( 'index_tag=?', $k ),

    to

    
                                    array( 'index_tag=?', (string)$k ),

     

    Was this problem fixed in the latest release (3.1.10)? I still see:

    676852619_2018-06-1911_44_06.png.c35cd84d54ee38e402e4eef0a6245343.png

  2. Update: The progress was stopped with error:

    DELETE FROM `core_search_index_tags` WHERE index_id=51701 AND index_tag=1213
    IPS\Db\Exception: Truncated incorrect DOUBLE value: 'Продам' (1292)
    #0 /var/www/site.com/system/Db/Db.php(1074): IPS\_Db->preparedQuery('/*IPS\\advancedt...', Array)
    #1 /var/www/site.com/applications/advancedtagsprefixes/modules/admin/manage/tools.php(401): IPS\_Db->delete('core_search_ind...', Array)
    #2 /var/www/site.com/system/Dispatcher/Controller.php(85): IPS\advancedtagsprefixes\modules\admin\manage\_tools->rebuild()
    #3 /var/www/site.com/applications/advancedtagsprefixes/modules/admin/manage/tools.php(26): IPS\Dispatcher\_Controller->execute()
    #4 /var/www/site.com/system/Dispatcher/Dispatcher.php(146): IPS\advancedtagsprefixes\modules\admin\manage\_tools->execute()
    #5 /var/www/site.com/admin/index.php(13): IPS\_Dispatcher->run()
    #6 {main}

    5a0a94108d221_2017-11-1414_57_52.png.cb6e0a70438f8e59993f9a40795aa309.png

  3. 10 hours ago, Tom Irons said:

    There's no need to add an option to move the topic since a user with the right permissions can already do that.

    Usually normal users don't have permissions to move topics. I don't want to give users moderators permissions. But this plugin could have such function: when a topic is marked as sold it is automatically moved to another forum.

  4. If the option "Hide topic" is enabled user can't see the topic after marking it as "Sold", right? So he can't "Unmark as Sold" it?

    Please, add an option to "Move topic". For example, I have a Trash forum for sold items.

    Really interested in this plugin!

  5. Hi, @Ryan H.!

    I've got an error when trying to rechache tags in the ACP:

    SELECT `tag_aai_lookup`, `tag_meta_app`, `tag_meta_area`, `tag_meta_id`, `tag_id` FROM `core_tags` GROUP BY `tag_meta_id` ORDER BY `tag_id` ASC LIMIT 0,100
    IPS\Db\Exception: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'site.core_tags.tag_aai_lookup' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by (1055)
    #0 /var/www/site.com/system/Db/Select.php(378): IPS\_Db->preparedQuery('/*IPS\\advancedt...', Array, true)
    #1 /var/www/site.com/system/Db/Select.php(440): IPS\Db\_Select->runQuery()
    #2 /var/www/site.com/applications/advancedtagsprefixes/modules/admin/manage/tools.php(277): IPS\Db\_Select->rewind()
    #3 /var/www/site.com/system/Dispatcher/Controller.php(85): IPS\advancedtagsprefixes\modules\admin\manage\_tools->rebuild()
    #4 /var/www/site.com/applications/advancedtagsprefixes/modules/admin/manage/tools.php(26): IPS\Dispatcher\_Controller->execute()
    #5 /var/www/site.com/system/Dispatcher/Dispatcher.php(146): IPS\advancedtagsprefixes\modules\admin\manage\_tools->execute()
    #6 /var/www/site.com/admin/index.php(13): IPS\_Dispatcher->run()
    #7 {main}

    Now all tags disappeared. Please, help!

  6. Hi, @Pete T

    I noticed a lot of errors in logs:

    ParseError: syntax error, unexpected end of file (0)
    #0 /var/www/abc.com/system/Theme/Theme.php(741): IPS\Theme\Cache\_Template->exists()
    #1 /var/www/abc.com/plugins/phptxtwidget/widgets/sodTxtWidget.php(53): IPS\_Theme->getTemplate('plugins', 'core', 'global')
    #2 /var/www/abc.com/system/Widget/Widget.php(103): IPS\plugins\phptxtwidget\widgets\_sodTxtWidget->init()
    #3 /var/www/abc.com/system/Widget/Widget.php(295): IPS\_Widget->__construct('33gp6dm3q', Array, NULL, 'horizontal')
    #4 /var/www/abc.com/system/Dispatcher/Front.php(520): IPS\_Widget::load(Object(IPS\Plugin), 'sodTxtWidget', '33gp6dm3q', Array, NULL, 'horizontal')
    #5 /var/www/abc.com/system/Dispatcher/Dispatcher.php(148): IPS\Dispatcher\_Front->finish()
    #6 /var/www/abc.com/index.php(12): IPS\_Dispatcher->run()
    #7 {main}

    Could you, please, what is it and how to fix it?

  7. Hi! I have a few questions:

    1) How does this app store the data? In the same forums_posts table as the main post content? As I remember in IPS 3.4 this app worked in this way.

    a) If no, does it mean that uninstallation of this app will remove the "forms data" from all existing topics?

    b) Are these fields searchable?

    2) Can I put custom fields after the topic title field and before the main topic content text area?

    3) Can I generate topic title and topic content based on custom fields? For example, user has to fill in two fields: "Movie title" and "Year", and we automatically generate a topic title like

    {movie_title} [{year}]

    example:

    The Shawshank Redemption [1994]

    4) I already bought this app for IPS 3.4. Do I have any discount for this version?

    P.S. The app page in the Marketplace really needs some screenshots on behalf of the user.

  8. On 14.08.2017 at 9:47 AM, Gabriel Torres said:

    Hi @Ryan H.

    This is a minor issue that I reported to you in the past, in the topic feed widget the tags and the topic titles don't have a space between them. It is still like this even with the latest update. This is very minor but freaks out a person with OCD like myself.

    Thanks,

    Gabriel

    advanced-tags.png

    I still have this problem. Was it fixed?

×
×
  • Create New...