Advertisement
-
Posts
177 -
Joined
-
Last visited
-
Days Won
13
Content Type
Profiles
Forums
Downloads
Everything posted by Courage
-
Nice to meet you, Kingy
-
Hi, ModeratorCP > Announcements > Add Announcement
-
How to update from 3.4.2 to 3.4.5 ?
Courage replied to Oturo's question in Invision Support Archives
http://www.invisionpower.com/support/guides/_/install-and-getting-started/upgrading-r19 -
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>
-
How can I make something like this?
-
Help with uploading template (error on line 1867)
Courage replied to a question in Invision Support Archives
https://www.google.ro/#q=allowed+memory+size+exhausted+ipb -
Nulled versions are more exposed to bugs. That's why i prefer retail & remove admincp license key missing instead of nulled ipb.
-
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.
-
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
-
Show forum moderators in board index.
Courage replied to Courage's question in Invision Support Archives
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']} <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' /> </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 . -
Show forum moderators in board index.
Courage replied to Courage's question in Invision Support Archives
nothing changed -
Show forum moderators in board index.
Courage replied to Courage's question in Invision Support Archives
I tried that hook and doesn't work (fucked up my skin ...) -
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' /> </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
-
Hi. Thanks for the answer, but my test skin looks like How can I transform it in something like
-
-
-
AdminCP > Look & Feel > [your skin] > CSS tab > ipb_Styles.css Search (using ctrl + f) maintitle and you can edit the background there.
-
Hi. How can I set alternative colours for categories? I mean
-
Solved! Thanks
-
Hi. How could I set alternative colours for post_body? I mean
-
Did you try something bigger? like 150 MB
-
FTP > [your forum patch] > config_global.phpFind <?phpand add below ini_set('memory_limit','128M');
-
1. Find some partners to help you .2. Donate Sidebar application
-
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
-
Warning: str_replace() has been disabled for security reasons
Courage replied to Courage's question in Invision Support Archives
Uhm, there was a problem from my hosting service...Thanks anyway!