Jump to content

zenzoidman

Clients
  • Posts

    83
  • 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

Posts posted by zenzoidman

  1. There's something odd that I've noticed about the Top Points widget, and I don't know if it's an intentional feature or not. The All Time tab shows whatever the users' current points total is. However, the Week, Month, and Year tabs seem to show how many points the users gained during that time period, regardless of whether or not points have been removed from those users.

    This means that the totals shown for Week/Month/Year can be higher than they should be. You can see an example of this at my site, https://appliantology.org/ The top points widget is at the bottom of the sidebar. You can see there that the Week/Month/Year tabs show that the user Samurai Appliance Repair Man has 4 more points than the All Time tab. The All Time tab shows his actual current point total. At a certain point, I had removed 4 points from that user, and that seems to have caused this discrepancy.

    It seems to me that the Week/Month/Year tabs should still reflect when points have been removed from a user. Is this a change that could be made to the plugin?

  2. Thanks for letting me know about that widget! I didn't know that was a feature in the application.

    There's something odd I noticed--after I installed this application, a new tab appeared in my menu bar called Points. But when you click on it, it just gives an error saying "the page you requested does not exist". Is there some way to configure this that I'm missing?

  3. Thanks for answering my last few questions! Here's another one:

    If I want to be able to see which members have the highest point values, is there any way currently in the plugin for me to do that? A graph maybe, or can I sort my members list in the ACP by how many points they have?

    And if you don't have any features like that already in the plugin, would they be things you could add?

  4. Hi again, thanks for answering my last question. I just have a few more.

    First, how long are the points logs kept for? Does the application start deleting them after a certain amount of time?

    Also, do you have any plans for adding a feature that would allow for the points logs to be viewed in graph form? For example, showing a user's points gain over time. This kind of functionality would be very useful for me, since I want to be able to see at a glance how many points a specific user gained over the period of, say, a year.

  5. Hello,

    It looks like this application can automatically award points to users for posting new topics or replies, but can it award points to users for things like:

    • Uploading a new file
    • Another user downloading a file that the user uploaded
    • Making a new blog post
  6. Okay, I've taken a few screenshots that can hopefully show this better. Here's the first one, showing the topic splitting UI, with the unlabeled set dropdown menu outlined in blue.

    Screen Shot 2016-07-25 at 1.24.03 PM.png

    If I try to click the Save button on this as is, the page loads for a second, but then just shows this exact same screen again, and the topic is not split. The reason for this only becomes clear when you click on that dropdown menu and select a set. See below:

    Screen Shot 2016-07-25 at 1.24.37 PM.png

    As you can see here, it seems that if a set has a required field, as this one does, the software doesn't allow me to split without first selecting the set and filling out the required fields. This happens even if I'm splitting a topic in a forum that has no sets assigned to it.

    I hope this explained the issue a little better. Any ideas on how to solve this?

    Thanks!

  7. Someone already asked you about these errors that show up in ACP > Support, but I have a question about them myself.

    Quote
    
    UPDATE `ipb_templates_fields_values` SET `item_id`=0 WHERE `item_id` IS NULL;
    
    UPDATE `ipb_templates_fields_values` SET `set_id`=0 WHERE `set_id` IS NULL;
    
    CREATE TABLE `ipb_templates_fields_values_new` LIKE `ipb_templates_fields_values`;
    
    ALTER TABLE `ipb_templates_fields_values_new` DROP INDEX `PRIMARY`, CHANGE COLUMN `item_id` `item_id` BIGINT (20) NOT NULL DEFAULT 0 COMMENT '', ADD PRIMARY KEY (`item_type`(229),`item_id`), CHANGE COLUMN `set_id` `set_id` BIGINT (20) NOT NULL DEFAULT 0 COMMENT '';
    
    INSERT IGNORE INTO `ipb_templates_fields_values_new` SELECT * FROM `ipb_templates_fields_values`;
    
    DROP TABLE `ipb_templates_fields_values`;
    
    RENAME TABLE `ipb_templates_fields_values_new` TO `ipb_templates_fields_values`;
    
    UPDATE `ipb_templates_sets_containers` SET `container_id`=0 WHERE `container_id` IS NULL;
    
    CREATE TABLE `ipb_templates_sets_containers_new` LIKE `ipb_templates_sets_containers`;
    
    ALTER TABLE `ipb_templates_sets_containers_new` DROP INDEX `PRIMARY`, CHANGE COLUMN `container_id` `container_id` BIGINT (20) NOT NULL DEFAULT 0 COMMENT '', ADD PRIMARY KEY (`container_type`(229),`container_id`);
    
    INSERT IGNORE INTO `ipb_templates_sets_containers_new` SELECT * FROM `ipb_templates_sets_containers`;
    
    DROP TABLE `ipb_templates_sets_containers`;
    
    RENAME TABLE `ipb_templates_sets_containers_new` TO `ipb_templates_sets_containers`;

    If I tell my software to run these suggested queries, will that break your Template application? Or are they safe to run?

    Also, as I mentioned in a previous post, I still experienced the problem with fields being required when splitting a topic, even after upgrading the Template System to your new version. Do you have any updates regarding this?

    Thanks!

  8. I downloaded the latest version and installed it (the fields are now appearing above the editor, so I know it was installed successfully), but unfortunately the problem with splitting topics doesn't seem to be fixed. I'm still experiencing the same problem I was before. 

  9. I've run into something that seems like a bug. I have a set with a few fields in it, and I've made those fields required. Then, using a container, this set is required in one of the forums at my site. This all works great.

    However, a problem arises whenever I try to split a post into a new topic, I am unable to do so unless I select a set from a dropdown menu in the topic split UI, and fill out all the required fields in that set. This happens even if I'm splitting a post in a forum that has no sets attributed to it.

    Could you tell me if there's anything I can do to fix this, or is it something you could patch?

    Thanks!

  10. I recently set up your application at my site, and it's been working great so far. I've only run into one issue.

    In the name for one of my fields, I have used HTML to make some of the text an embedded link. This displays as it should while in the editor, but once the post is published, the field name just displays raw HTML instead of a link. Here's a link to an example of this at my site.

    Is this something that would be possible for you to patch?

    Thanks!

  11. Hello! I'm looking into buying this plugin, but I have a quick question first.

    If I install this plugin at my site and create content using it, but at some point down the line have to disable the plugin, what happens to the content? Will it become corrupted or unviewable in some way?

    Thanks!

×
×
  • Create New...