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

Everything 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. 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. /downloads/Attachments/itzverified_Verifications This is the only way it works. I figured it out myself ... Cool support!
  3. 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.
  4. It's not about permissions. 1. I read the reviews and another person has the same problem. In the custom settings, the photo is displayed Photo uploaded to disk But the photo is not displayed in the moderator panel
  5. Yes, the image has been loaded into the file system. But it doesn't appear in the moderator panel.
  6. The uploaded photo is not displayed in the moderator panel.
  7. 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>
  8. ALTER TABLE NAMETABLE engine=MyISAM; set global storage_engine=MYISAM
  9. So cut the side panel out of the design.
  10. I needed to transfer tables from innoDB to myISAM, no problems were found.
  11. @Miss_B You know I was just kidding.
  12. Open a topic with an unread icon, read it, and the icon changes to a read icon.
  13. 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.
  14. @DesertIslandFruits https://l4d2noob.ru/topic/193-kak-ubrat-nazvanie-gruppy-polzovatelya-v-ips-4410/?tab=comments#comment-860 This is it.
  15. 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:
  16. The same is under my login 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}
  17. @Adriano Faria Here is a detailed sequence of actions.
  18. Is there a quick way to add a new area for widgets? For example, between sections.
×
×
  • Create New...