Jump to content

Blizzard098

Friends
  • Posts

    29
  • 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 Blizzard098

  1. Greetings,

     

    I am looking to add a custom field underneath my users names on the staff directory. So far I've taken a peek at the below thread and am still scratching my head. How can I reference a specific custom profile field using the $user->member() variable in the layout blocks? I did it once before but honestly forgot how and cannot find my way again lol. Any help would be greatly appreciated. Thanks!

     

  2. On 6/16/2023 at 6:53 AM, Marc Stridgen said:

    Have you checked you have those applications installed in System>Site Features>Applications?

    Yes the forums, downloads, gallery, etc. are all installed as are clubs, I just cannot find the ability to make like a forum or a gallery within a club if that makes sense.

  3. Hello,

     

    I have Invision Community Classic (self-hosted IPB) and I am not seeing the ability to make forums, download areas, etc. for clubs. I only have the option to make pages. Is this an error on my end?

     

    Thanks

  4. 20 hours ago, CodingJungle said:

    check the system log for IPS, ACP->System->Support->System Logs, it should be under the type of 'multiredirect'
     

    
    \IPS\Log::log( $e, 'multiredirect' );
    \IPS\Output::i()->error( $e->getMessage(), '1S111/1', 403, '' );

    cause where it is throwing the error, it logs with the stack trace and additional error info that i could use to determine what is causing it. cause the table is boilerplate and in all my years i've never seen a "errno 1", IPS is very good at truncated or giving junk/generic errors to end users, but logs the more detailed ones in the log. 

    ah yes.. here is the backtrace:

    #0 /srv/http/forums/public/system/Db/Db.php(1656): IPS\_Db->query('CREATE TABLE `s...')
    #1 /srv/http/forums/public/system/Application/Application.php(1416): IPS\_Db->createTable(Array)
    #2 /srv/http/forums/public/applications/core/modules/admin/applications/applications.php(973): IPS\_Application->installDatabaseSchema()
    #3 /srv/http/forums/public/system/Helpers/MultipleRedirect/MultipleRedirect.php(92): IPS\core\modules\admin\applications\_applications->IPS\core\modules\admin\applications\{closure}(Array)
    #4 /srv/http/forums/public/applications/core/modules/admin/applications/applications.php(1106): IPS\Helpers\_MultipleRedirect->__construct(Object(IPS\Http\Url\Internal), Object(Closure), Object(Closure))
    #5 /srv/http/forums/public/system/Dispatcher/Controller.php(85): IPS\core\modules\admin\applications\_applications->install()
    #6 /srv/http/forums/public/system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute()
    #7 /srv/http/forums/public/applications/core/modules/admin/applications/applications.php(43): IPS\Node\_Controller->execute()
    #8 /srv/http/forums/public/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\admin\applications\_applications->execute()
    #9 /srv/http/forums/public/admin/index.php(14): IPS\_Dispatcher->run()
    #10 {main}

     

    The log itself says 

    Can't create table `web_forums`.`stratagem_comments` (errno: 1 "Operation not permitted")

     

  5. On 11/4/2019 at 9:36 PM, CodingJungle said:

    yes i have it in testing with a few sites, to make sure it is working properly as it was broken in subtle and unsubtle ways, like it was causing like little words to disappear too and images in some cases, things are so far so good, no one has reported any thing major.

    I am unfamiliar with this error, googling it says its a file/folder permission error on the OS and i can't reproduce it on my dev and a few of my live servers. are there anything like in the system log in IPS or your error log for the server, cause this error doesn't really tell me anything. the comments table is a pretty standard table setup from IPS documentation. 

    There are no error logs, no. Like I said, this error only shows up when attempting to install this addon. I can install any other perfectly fine.

  6. BUG: Also if you have a form create a new thread and spam the "send" button it creates as many posts as the amount of times you click. I was able to create 12 posts at once. I have to disable the addon on my forum until that is fixed 😞

  7. Just now, Adriano Faria said:

    Not a feature in the current version.

    Not possible. All posts made to a topic go to the activitiy streams.

    Ah alright,

     

    but surely there is a way to block all of the auto-replies from going to the activity stream. (i.e. Make a forum bot group, and any account in that group doesn't get posted to activity stream)?

  8. Also how might I make it so the auto-reply doesn't show in thread activity? (i.e. In the forum list it'll still show that the original author created the thread - it won't show that the auto-reply was done).

  9. Hey Fosters!

     

    I love the new features, but I would love to recommend so more! ?

    • Add the ability to edit the approved/denied messages.
    • Add the ability to allow certain ranks to create posts in the forum with the "Create Application" button. This would allow for things such as announcements, informational posts, etc.
    • Maybe even add an ability where for one of the fields you sign in through steam and it gets the SteamID / SteamID64 for you!

    Keep up the great work, it looks great! ?

×
×
  • Create New...