Jump to content

IP-Gamers

Members
  • Posts

    124
  • 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 IP-Gamers

  1. Listen... This is the most useless and fake app on the market.

    At first I had problems with the file system, which I eventually figured out on my own.
    Instead of helping, the developer advised me to switch to the file system from Amazon S3

    Now there is a problem displaying the verified user icon.

    1.png.edb52c4cbf4de3d2983360d09b733d1c.png

     

    2.png.037fa2035aa1591b906b17640d035f17.png

    3.png.fc15ecb68fdae9eaa54a814ea7b78938.png

    You see.... By buying applications from the market, I hope to get a working product, and not make it work myself.

     

    I am very sorry that I wasted time and money on your app.

    Good night.

  2. 1 minute ago, tsdevelopment said:

    Ah, okay. So you use the local file system to store files or another one? I need as much information as possible to reproduce the issue. Please send me as much information as you can in a private message. Then I will try to find out what's going wrong here.

    Yes everything is correct. I am using the standard filesystem.

    {{if $verification->inProgress()}}
                                <div>
                                    <img class="ipsImage" src='{file="$verification->photo"}' alt='{$verification->__get( $verification::$databaseColumnMap['title'] )}' itemprop="image">
                                </div>
                            {{elseif $verification->isVerified()}}

    The problem is hiding here.

  3. 9 minutes ago, tsdevelopment said:

    Yes, the image has been loaded into the file system. But it doesn't appear in the moderator panel.

    It's not about permissions.

    1. I read the reviews and another person has the same problem.

    893421426_2021-04-12223858.thumb.png.51d3349fa15373f473077aea6d991e5a.png

    In the custom settings, the photo is displayed

    1024481498_2021-04-12224003.png.9c7c93683350f8363e507a0caea9fbcf.png

    Photo uploaded to disk

    587034572_2021-04-12224106.thumb.png.b481696d2acd1a359e64e50f053c3b3b.png

    But the photo is not displayed in the moderator panel

    116613252_2021-04-12224219.thumb.png.a2d4a7cabfb03ff3683beb98662f5bf8.png

  4. On 1/15/2021 at 10:20 PM, Davyc said:

    Add this to your custom CSS file:

    
    .cPost .ipsComment_controls {
        display: none;
    }

    That should do what you want 🙂

     

    This code will hide absolutely the entire toolbar in the post, and a person needs to cut out one button.

    It is better to cut the code of the "Quote" button from the template of the post on the forum:

    <li data-ipsQuote-editor='{$editorName}' data-ipsQuote-target='#comment-{$comment->$idField}' class='ipsJS_show'>
    								<a href='#' data-action='quoteComment' data-ipsQuote-singleQuote>{lang="quote"}</a>
    							</li>

     

  5. On 10/26/2020 at 6:49 PM, Joy Rex said:

    I really like the Fluid view, but it would be great if there was a way to hide the forum selection sidebar once you've made your selections so the other sidebar items aren't pushed down because of it being at the top, or maybe move it to a modal when you activate Fluid view?

    So cut the side panel out of the design.

  6.  

    14 hours ago, Morrigan said:

    Use Youtube?

    I recently came to the conclusion that we are too dependent on Youtube and other social networks. At some point, I used Youtube so much that I psychologically stopped noticing other sites. And so, I stopped using Youtube, started running my own website, started writing plugins for the game. But beyond that, I learned about many cool, incredibly useful sites and communities.

    Stop using Youtube as a source of content, it stops your self-development.

  7. Insert this into line 179 of the "post" template

    <!--КНОПКА РЕДАКТИРОВАНИЯ ПОСТА-->
    {{if $comment->item()->canEdit()}}
    <button class="ipsButton ipsButton_light ipsButton_verySmall ipsButton_narrow cMultiQuote ipsHide" data-action="editComment" style="display: inline-block;" _title="Редактировать пост"><li class='ipsComment_controls ipsClearfix ipsItemControls_left'><a href='{$comment->url('edit')}' data-action='editComment'><i class="fa fa-pen"> {lang="edit"}</i></a></li></button>
    {{endif}}
    <!--КОНЕЦ КНОПКИ РЕДАКТИРОВАНИЯ ПОСТА-->

    Get the following output:

    5.jpg.52fbaa535d1745838b18942a1f870c13.jpg

  8. image.thumb.png.374a348fdd2d77a3e2f06174655c5112.png

    The same is under my login

    13 minutes ago, Adriano Faria said:

    What shows up in the error logs?

    Error: Call to a member function query() on null (0)
    #0 /var/www/u2865/data/www/l4d2noob.ru/init.php(886) : eval()'d code(32): IPS\Dispatcher\hook697->getUnreadCounter()
    #1 /var/www/u2865/data/www/l4d2noob.ru/system/Dispatcher/Dispatcher.php(154): IPS\Dispatcher\hook697->finish()
    #2 /var/www/u2865/data/www/l4d2noob.ru/index.php(13): IPS\_Dispatcher->run()
    #3 {main}

    TRACE

    #0 /var/www/u2865/data/www/l4d2noob.ru/init.php(988): IPS\_Log::log('Error: Call to ...', 'uncaught_except...')
    #1 [internal function]: IPS\IPS::exceptionHandler(Object(Error))
    #2 {main}

     

×
×
  • Create New...