Glas
Member
Posts: 145
Joined: Jul 2009
Reputation: 1
|
[Spanish] Guest Access
This is a free work maked with love for mybb lovers.
If anyone is kind and wishes to Donate me some MyBux.
I will Really appreciate it, beacuse i need them to continue my translate work
Find:
Quote: $guestaccess_setting_1 = array(
'sid' => 'NULL',
'name' => 'enableguestaccess',
'title' => 'Enable Guest Access',
'description' => 'If set to off, Guests will have no limits placed on them',
'optionscode' => 'onoff',
'value' => 'on',
'disporder' => 1,
'gid' => intval($gid),
Replace:
Quote: $guestaccess_setting_1 = array(
'sid' => 'NULL',
'name' => 'enableguestaccess',
'title' => 'Activar acceso de visitas',
'description' => 'Si esta en OFF, las visitas no tendran acceso',
'optionscode' => 'onoff',
'value' => 'on',
'disporder' => 1,
'gid' => intval($gid),
Find:
Quote: $guestaccess_setting_3 = array(
'sid' => 'NULL',
'name' => 'guestsmessageaccess',
'title' => 'Message To Show Guests',
'description' => 'What message will they see when they have reached their limit?',
'optionscode' => 'textarea',
'value' => 'To View More Threads Please <a href="member.php?action=login">Login</a> Or <a href="member.php?action=register">Register</a> To view more threads',
'disporder' => 3,
'gid' => intval($gid),
Replace:
Quote: $guestaccess_setting_3 = array(
'sid' => 'NULL',
'name' => 'guestsmessageaccess',
'title' => 'Mensaje para mostrar a las visitas.',
'description' => 'Que mensaje veran las visitas una vez que sean bloqueados?',
'optionscode' => 'textarea',
'value' => 'Para seguir disfrutando del contenido de este foro, por favor <a href="member.php?action=login">Conectate</a> O <a href="member.php?action=register">Registrate!</a> No tardaras mas de 1 minuto!',
'disporder' => 3,
'gid' => intval($gid),
Find:
Quote: $guestaccess_setting_2 = array(
'sid' => 'NULL',
'name' => 'guestspostview',
'title' => 'How many posts can guests view?',
'description' => 'How many posts can the guest view before they get a the message set below?',
'optionscode' => 'text',
'value' => '5',
'disporder' => 2,
'gid' => intval($gid),
Replace:
Quote:$guestaccess_setting_2 = array(
'sid' => 'NULL',
'name' => 'guestspostview',
'title' => 'Cuantos post pueden ver las visitas?',
'description' => 'Cuantos post pueden ver las visitas antes de que se les bloquee?',
'optionscode' => 'text',
'value' => '5',
'disporder' => 2,
'gid' => intval($gid),
(This post was last modified: 08-08-2009, 03:21 PM by Glas)
|
|