Jump to content

BradSmith

Clients
  • Posts

    303
  • 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 BradSmith

  1. 7 hours ago, Randy Calvert said:

    If you're willing to pay for this sort of feature, it might be worth reaching out to a 3rd party resource developer to see about having them create this sort of functionality for you.  

    https://invisioncommunity.com/third-party/providers/

    From what has been said by folks on the development team on a different issue is not about trying to raise money for a specific feature...  but instead about juggling a number of other competing interests.  It's more of an issue of time and then making sure the feature fits into the long term plan/strategy for the software.  

    I appreciate the reply,I was hoping to have something in their core module so I don't have to worry about it again.

    Is there a way to put in a request on the third party that I dont see? Kind of like Fiverr were soliciting requests?

     

  2. At least take the "this person replied to you but you hid them" Away, most posters don't want to see a poster if they ignored them.

    I am not kidding when I say as an owner of a website with One point five MILLION plus posts I know how to a moderate a website. Some topics just can't be let go (Politics, religion etc) by posters and besides that they are model members of the forums. I can't ban everyone which is the only option a no Ignore system leaves me. That sucks. Step up your game Invision.

     

     

  3. On 2/2/2022 at 8:54 AM, TDBF said:

    This is due to a disparity of the actual amount of comments and the comments count, especally if there are posts from a person/persons block in that topic.

    The comment count function does not work as expected, as calling the function resyncCommentCounts() without removing the blocked person posts will return the wrong result and count. Hence why there are more pages than comments.

    I have PM'd Miss_B regarding this issue, but received no answer of yet. 🙂

    Did Miss B ever get back to you?

  4. Invision, we really need this feature. Politics (Trump/Biden, World Russia, Ukraine) are basically killing any community abilities on my site. I feel like half the site is ready to just up and leave so they don't have to deal with it.

    I know its possible because I have used vBulletin forums in the early 2000's that had the feature.

     

    I don't understand why this hasn't been done already. Makes no sense.

     

     

     

  5. Just to throw this out there, we use a java front end(IM) iRC-Chat and a paid IRC virtual server that costs me only $4 a month with 200 user limit. I also have Mibbit thrown in there now with their own 4$ a month plan which runs with AJAX and connects to my hosted IRC.

  6. It sure is. I have members delighted they can find two letter words and the search results are also very accurate. I would definitely recommend this. I just wish it was tied in to the new content and regular search to further offload search overheard.

    But overall a definite :wub:


    Curious... since the two systems seem to actually be co-existing (mysql and sphinx) why can't we have a link to both when searching? Its accuracy might help with a certain sites usability (hint hint cough cough... wink wink)

  7. I am getting this error for the command below nonstop. *username is changed. I had to changed the make for sphinx to spx because my tmp directory is a noexec folder.

    /home/username/spx/bin/indexer --config /home/username/www/forums/sphinx.conf --all


    FATAL: failed to open /var/sphinx/core_search_main.spl: No such file or directory, will not index. Try --rotate option.

    I cannot figure out what it is. Searched the sphinx site and it was fruitless.

    FIXED

    Okay I figured out I had to put the FULL path to the /home/username/var/sphinx

  8. -- MYSQL PERFORMANCE TUNING PRIMER --
    - By: Matthew Montgomery -

    MySQL Version 5.0.81-community i686

    Uptime = 1 days 10 hrs 41 min 37 sec
    Avg. qps = 7
    Total Questions = 936575
    Threads Connected = 1



    SLOW QUERIES
    The slow query log is NOT enabled.
    Current long_query_time = 10 sec.
    You have 7 out of 936596 that take longer than 10 sec. to complete
    Your long_query_time may be too high, I typically set this under 5 sec.

    BINARY UPDATE LOG
    The binary update log is NOT enabled.
    You will not be able to do point in time recovery
    See http://dev.mysql.com/doc/refman/5.0/en/point-in-time-recovery.html


    MEMORY USAGE
    Max Memory Ever Allocated : 1.97 G
    Configured Max Per-thread Buffers : 2.16 G
    Configured Max Global Buffers : 330 M
    Configured Max Memory Limit : 2.49 G
    Physical Memory : 1.23 G

    Max memory limit exceeds 90% of physical memory


    QUERY CACHE
    Query cache is enabled
    Current query_cache_size = 64 M
    Current query_cache_used = 4 M
    Current query_cache_limit = 8 M
    Current Query cache Memory fill ratio = 7.73 %
    Current query_cache_min_res_unit = 4 K
    Query Cache is 22 % fragmented
    Run "FLUSH QUERY CACHE" periodically to defragment the query cache memory
    If you have many small queries lower 'query_cache_min_res_unit' to reduce fragmentation.
    Your query_cache_size seems to be too high.
    Perhaps you can use these resources elsewhere
    MySQL won't cache query results that are larger than query_cache_limit in size



    JOINS
    Current join_buffer_size = 8.00 M
    You have had 12 queries where a join could not use an index properly
    join_buffer_size >= 4 M
    This is not advised
    You should enable "log-queries-not-using-indexes"
    Then look for non indexed joins in the slow query log.



    TEMP TABLES
    Current max_heap_table_size = 64 M
    Current tmp_table_size = 63 M
    Of 12174 temp tables, 26% were created on disk
    Perhaps you should increase your tmp_table_size and/or max_heap_table_size
    to reduce the number of disk-based temporary tables
    Note! BLOB and TEXT columns are not allow in memory tables.
    If you are using these columns raising these values might not impact your
    ratio of on disk temp tables.


    TABLE LOCKING
    Current Lock Wait ratio = 1 : 894
    You may benefit from selective use of InnoDB.
    If you have long running SELECT's against MyISAM tables and perform
    frequent updates consider setting 'low_priority_updates=1'
    If you have a high concurrency of inserts on Dynamic row-length tables
    consider setting 'concurrent_insert=2'.

×
×
  • Create New...