Jump to content
  • Sign Up

Courage

Enthusiast
  • Posts

    177
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by Courage

  1. Hi, ModeratorCP > Announcements > Add Announcement
  2. http://www.invisionpower.com/support/guides/_/install-and-getting-started/upgrading-r19
  3. I'm using <style>.sr{position:absolute;right:15px;}</style><if test="showTotals:|:$this->settings['show_totals']"> <div class="ipsSideBlock clearfix __xXtwist352statistics"> <h3 id="anonymous_element_352">Forum Quick Stats</h3> <div class="_sbcollapsable"> <ul class='ipsList_data sb_statistics clearfix'> <li class='clearfix'> <span class='sl'>{$this->lang->words['total_posts']}:</span> <span class='sr'>{$stats['info']['total_posts']}</span> </li> <li class='clearfix'> <span class='sl'>{$this->lang->words['total_members']}:</span> <span class='sr'>{$stats['info']['mem_count']}</span> </li> <li class='clearfix'> <span class='sl'>{$this->lang->words['newest_member']}:</span> <span class='sr'>{IPSMember::makeProfileLink( $stats['info']['last_mem_name'], $stats['info']['last_mem_id'], $stats['info']['last_mem_seo'], 'value' )}</span> </li> <li class='clearfix' data-tooltip='{$stats['info']['most_time']}'> <span class='sl'>{$this->lang->words['online_at_once']}:</span> <span class='sr'>{$stats['info']['most_online']}</span> </li> </ul> </div> </div> </if>
  4. How can I make something like this?
  5. https://www.google.ro/#q=allowed+memory+size+exhausted+ipb
  6. Nulled versions are more exposed to bugs. That's why i prefer retail & remove admincp license key missing instead of nulled ipb.
  7. To change Licensed to text, AdminCP > System Settings > System > General Configuration > Show as licensed to... And to delete that copyright text, AdminCP > Look & Feel > [your skin] > Global Templates > globalTemplate. Search and delete {parse replacement="skinlink"}Daca nu ai inteles, iti zic si varianta in limba romana.
  8. AdminCP > SQL > SQL Management > SQL Toolbox and type there update members set title='<span style="color: colour">what do you want here </span>' where member_id='******'and change ****** with the member's ID
  9. The member Lock Down cannot receive any new messages In boardIndexTemplate, after <if test="$forum_data['description']"><if test="$this->settings['hoverDescriptions']=='yes'"><span class='forum_desc_pos'><span class='forum_desc_con'><span class='forum_description'>{$forum_data['description']}</span></span></span><else /><p class='desc forum_desc'>{$forum_data['description']}</p></if></if><if test="$this->settings['removeStatsColumn']=='yes'"><div class='forum_stats'><span>{$this->lang->words['topics']}:</span> {$forum_data['topics']} &nbsp; <span>{$this->lang->words['replies']}:</span> {$forum_data['posts']}</div></if> added this code: <div id='forum_led_by' class='ipsType_small'> <if test="$this->settings['sos33_moderatorsindex_showgif'] == 1"><img src='{$this->settings['img_url']}/icon_users.png' /> &nbsp;</if>{$this->lang->words['forum_led_by']} <foreach loop="$this->registry->getClass('class_forums')->forumsGetModerators( $forum_data['id']) as $p => $r"> <a href='{$r[0]}' title='{$this->lang->words['view_profile']}'>{$r[1]}</a><if test="$r[2]"></if><if test="$p + 1 != count( $this->registry->getClass('class_forums')->forumsGetModerators( $forum_data['id'] ) )">,</if> </foreach></div> But it shows "Forum led by" even though I don't have moderators on that forum .
  10. I tried that hook and doesn't work (fucked up my skin ...)
  11. Hi. How can I show forum moderators (if exists) in board index? My board index template is and I added <div id='forum_led_by' class='ipsType_small'> <if test="$this->settings['sos33_moderatorsindex_showgif'] == 1"><img src='{$this->settings['img_url']}/icon_users.png' /> &nbsp;</if>{$this->lang->words['forum_led_by']} <foreach loop="$this->registry->getClass('class_forums')->forumsGetModerators( $fid ) as $p => $r"> <a href='{$r[0]}' title='{$this->lang->words['view_profile']}'>{$r[1]}</a><if test="$r[2]"></if><if test="$p + 1 != count( $this->registry->getClass('class_forums')->forumsGetModerators( $fid ) )">,</if> </foreach> </div><br /> after <if test="$forum_data['description']"><if test="$this->settings['hoverDescriptions']=='yes'"><span class='forum_desc_pos'><span class='forum_desc_con'><span class='forum_description'>{$forum_data['description']}</span></span></span><else /><p class='desc forum_desc'>{$forum_data['description']}</p></if></if> but nothing changed
  12. Hi. Thanks for the answer, but my test skin looks like How can I transform it in something like
  13. AdminCP > Look & Feel > [your skin] > CSS tab > ipb_Styles.css Search (using ctrl + f) maintitle and you can edit the background there.
  14. Hi. How can I set alternative colours for categories? I mean
  15. Hi. How could I set alternative colours for post_body? I mean
  16. Did you try something bigger? like 150 MB
  17. FTP > [your forum patch] > config_global.phpFind <?phpand add below ini_set('memory_limit','128M');
  18. 1. Find some partners to help you .2. Donate Sidebar application
  19. AdminCP > Look & Feel > Template Tools > Recache Skin Sets > Recache All Skin SetsAdminCP > Look & Feel > Template Tools > Rebuild Master Skin Data. Choose Rebuild HTML, Rebuild CSS, Rebuild Replacements, Nexus and press Rebuild
  20. Uhm, there was a problem from my hosting service...Thanks anyway!
×
×
  • Create New...