Jump to content

Courage

Enthusiast
  • Posts

    177
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by Courage

  1. Hi, it happens to me sometimes too. AdminCP > Members > Member Groups > Guests > press Complete Edit button
  2. And how does one get added to Advanced Members group ? I'm in.
  3. It's OK. I mean, who likes IPB 3.4 default design? There are a lot of amazing alternative skins.
  4. PROs: Really nice design Drag & Drop option New topic button on board index Q&A Forums CONs: Rounded avatars Global sidebar (makes pages ... heavy) No online users in footer Where is the members page?
  5. Create an email adress in cPanel.
  6. AdminCP > System Settings > Members > User Profiles > Show users full photo in topic view; maximum width
  7. More optimization for big boards.
  8. ACP > Manage Hooks > Reimport Applications Hooks ?
  9. #include <iostream> int main(void) { int count; for (count = 1 ; count <= 1000 ; count++) std :: cout << "Waiting for IPS 4.0" << 'n'; return 0; }
  10. Before <foreach loop="side_blocks:$side_blocks as $block"> {$block} </foreach>
  11. Preview: AdminCP > Look and Feel > [your skin] -> Board Index -> boardIndexTemplate Find <foreach loop="side_blocks:$side_blocks as $block"> {$block} </foreach> Add before: <if test="memberbox:|:$this->memberData['member_id']"> <div class='ipsSideBlock clearfix'> <h3>Welcome, <a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'> {$this->memberData['members_display_name']}</a></h3> <div class='_sbcollapsable'> <center class='desc member_title'> <if test="$this->memberData['title'] != ''"> {$this->memberData['title']}<br /> </if> <br /> <a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'> <img src='{$this->memberData['pp_main_photo']}'></a> <br /><br /> <center> <span style=' font-size: 14px;'>{$this->memberData['prefix']}{$this->memberData['g_title']}{$this->memberData['suffix']}</span><br /><br /> Posts: {$this->memberData['posts']}<br /> Profile views: {$this->memberData['members_profile_views']}<br /> Member No.: {$this->memberData['member_id']}<br> Joined: {parse date="$this->memberData['joined']" format="joined"} <br /><br /> Your IP: {$_SERVER['REMOTE_ADDR']} <br /><br /> <div style='background:#0f2437 ;padding: 7px; color: #fff; font-weight: bold'>{$this->memberData['pp_reputation_points']} </div> </center> </div> </div> </if> To change background color from Reputaton, just edit: <div style='background:#0f2437 ;padding: 7px; color: #fff; font-weight: bold'>{$this->memberData['pp_reputation_points']}</div>
  12. Courage

    Feedback About activity.

    Just sayin' I would delete all accounts with 0 posts (database bigger with no reason) and set a 10 minimum posts to download something
  13. Courage

    Feedback About activity.

    Total members: 22,362 Total members with 0 posts: 16,131
  14. This file has been reported as broken because: When i import images pack, the board loads me this error - IP.Board Message Import Failed: Nothing to import!   It works for me.
  15. I deleted those forums with phpMyAdmin, recached forum and it works. Thanks!!
  16. Hi. An administrator deleted some forums and now I have this issue in Moderating team: How can I fix it?
  17. Hmm, try this: AdminCP > Look and Feel > your skin -> Global Templates -> userInfoPane Change <if test="$this->settings['horizontalTopicView']='yes'"></if> to <if test="$this->settings['horizontalTopicView']='no'"></if> AdminCP > Look and Feel > your skin -> Topic View -> post Change <if test="$this->settings['horizontalTopicView']='yes'"></if>to <if test="$this->settings['horizontalTopicView']='no'"></if> AdminCP > Look and Feel > your skin -> Topic View -> topicViewTemplate Change <if test="$this->settings['horizontalTopicView']='yes'"></if>to <if test="$this->settings['horizontalTopicView']='no'"></if>
  18. I suggest you C/C++ Pascal is a dead language.
  19. Uhm, I would like to make it like here: https://rstforums.com/ (and the forum is here: https://rstforums.com/forum/ )
×
×
  • Create New...