Jump to content


Adriano Faria

Member Since 11 Apr 2007
Online Last Active 21 minutes ago
****-

Topics I've Started

No moderation tools?

03 May 2012 - 11:32 AM

Thought I read somewhere that the app has no moderation tool yet ? Is that true ?

Suggestion: Number of topics in recent topics (sidebar hook)

02 May 2012 - 08:40 AM

Hi there.

You should do just like you did when we want to change the number of Recent Status Updates: add it on core.php:

/* Non setting settings defaults.
* Do not edit here, edit them in your conf_global.php */
$_ipsPowerSettings = array( 'status_sidebar_show_x'			=> 5,
							'ipb_disable_group_psformat'	=> 0,
							'tags_max_truncated_len'		=> 35,
							'max_bbcodes_per_post'			=> 500,
							'postpage_contents'				=> '5,10,15,20,25,30,35,40',
							'topicpage_contents'			=> '5,10,15,20,25,30,35,40',
							'member_photo_crop'				=> 100,
							'posting_allow_rte'				=> 1, # Will look to redirect old editor methods to new and will remove this (legacy compatibility)
							'like_notifications_limit'		=> 1000,
							'actidx_override'				=> 0,
							'signature_line_length'			=> 200,
							'show_x_page_link'				=> 2
							);

So, if you want to change the number of recent status updates, you just need to add $INFO['status_sidebar_show_x'] = 10; on conf_global.php.

I'm asking to add the number of topics in recent topics in that $_ipsPowerSettings array, so we'll only need to edit the conf_global.php to ajust the number.

Even better if we can add it on constants.php... Today we can't do it even if recent status updates.

Tks.

Beta 1& 2: can't use full version

02 March 2012 - 10:09 AM

I can't use full version on Beta stage of IP.Board 3.3 on my mobile device (iPhone).

The link to full version on mobile skin has only an anchor (#) which goes to board top.

IP.Board 3.3 Beta: please, remove '<strong>' from user name on moderati...

01 March 2012 - 05:13 PM

Now it is like that:

<td><strong>{parse template="userHoverCard" group="global" params="$info"}</strong></td>

If we use a hook to show group colors on user links, will show everybody as if they were from the same group, when they're not: User1 is different of User2; I mean, they're from different groups and the way it is now, will appear both like: User1 and User2.

Since the group separation won't be reverted, at least let us show the groups as how they really are.

Thank you.

Data Hook point when create an album

15 December 2011 - 08:32 AM

Can you create that hook point, so we can add some extra information to the albums when creating one ?

Thank you.