Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/20/2021 in all areas

  1. Recently, I coded something for my website that puts verify symbol next to our staff team. In order to make it: 1)Go to /applications/core/modules/front/members/profile.php in your file manager. 2)Add the code under: public function execute() { /* Load Member */ $this->member = \IPS\Member::load( \IPS\Request::i()->id ); Code: if ($this->member->inGroup(4,6)) { $this->member->name = $this->member->name . " ✓"; } Basically, this code is checking if visited profile's group is 4 or 6 (For me, 4 = Administrator, 6 = Moderators) and if it's, it's adding verification symbol next to username.
    1 point
  2. I am using application forms, it was working before I updated to the latest version of the board. How can I fix this issue? Thanks in advance. Error: Access to undeclared static property: IPS\applicationform\Position\Field::$nodeTitle (0) #0 /home/tugamin1/public_html/projectroleplay.co.uk/applications/applicationform/modules/admin/forms/position.php(40): IPS\Node\_Controller->execute() #1 /home/tugamin1/public_html/projectroleplay.co.uk/system/Dispatcher/Dispatcher.php(153): IPS\applicationform\modules\admin\forms\_position->execute() #2 /home/tugamin1/public_html/projectroleplay.co.uk/admin/index.php(13): IPS\_Dispatcher->run() #3 {main}
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...