Little help with 2 installation parts of the Autolinks Mod

Allgemeiner Support zum phpBB 2 Board und phpBB 2 Modifikationen
Forumsregeln
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
Antworten
mariokaz
Beiträge: 222
Registriert: So 12.Jun, 2005 21:46

Little help with 2 installation parts of the Autolinks Mod

Beitrag von mariokaz »

Hello my friend!!

I want to install this Mod in my board but I didn't find this little code parts in my 2 files, I hope u can help me with this and tell me where I can put that code.

I attach here my files.

Code: Alles auswählen

#
#-----[ OPEN ]---------------------------------------------------
#
admin/admin_board.php

#
#-----[ FIND ]---------------------------------------------------
#
$confirm_no = (!$new['enable_confirm']) ? 'checked="checked"' : '';

#
#-----[ AFTER, ADD ]---------------------------------------------
#
// Start Autolinks For phpBB Mod
$autolink_first_yes = ( $new['autolink_first'] ) ? "checked=\"checked\"" : "";
$autolink_first_no = ( !$new['autolink_first'] ) ? "checked=\"checked\"" : "";
// End Autolinks For phpBB Mod

#
#-----[ FIND ]---------------------------------------------------
#
	"L_VISUAL_CONFIRM_EXPLAIN" => $lang['Visual_confirm_explain'], 

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	// Start Autolinks For phpBB Mod
	"L_AUTOLINK_FIRST" => $lang['Autolink_first'],
	// End Autolinks For phpBB Mod

#
#-----[ FIND ]---------------------------------------------------
#
	"ACTIVATION_NONE_CHECKED" => $activation_none,

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	// Start Autolinks For phpBB Mod
	"AUTOLINK_FIRST_YES" => $autolink_first_yes,
	"AUTOLINK_FIRST_NO" => $autolink_first_no,
	// End Autolinks For phpBB Mod

Code: Alles auswählen

#
#-----[ OPEN ]---------------------------------------------------
#
templates/subSilver/admin/board_config_body.tpl

#
#-----[ FIND ]---------------------------------------------------
#
		<td class="row2"><input type="radio" name="enable_confirm" value="1" {CONFIRM_ENABLE} />{L_YES}&nbsp; &nbsp;<input type="radio" name="enable_confirm" value="0" {CONFIRM_DISABLE} />{L_NO}</td>
	</tr>

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	<tr>
		<td class="row1">{L_AUTOLINK_FIRST}</td>
		<td class="row2"><input type="radio" name="autolink_first" value="1" {AUTOLINK_FIRST_YES} />{L_YES}&nbsp; &nbsp;<input type="radio" name="autolink_first" value="0" {AUTOLINK_FIRST_NO} />{L_NO}</td>
	</tr>
Cheers. :)
Benutzeravatar
oxpus
Administrator
Beiträge: 28735
Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:

Beitrag von oxpus »

If you don't find this code, update your forum first to secure it!
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
mariokaz
Beiträge: 222
Registriert: So 12.Jun, 2005 21:46

Beitrag von mariokaz »

My friend I have my board very updated to the final version 2.0.20 or which update do u mean ? :eek:

I didn't find the 2 first parts of my admin_boards.php (the last part there yes I find it) and the part of the board_config_body.tpl files because if u remember a I have a phpbb2 Plus 1.52 2.0.20 and the Plus version I know that don't have the Visual Confirmation that the phpbb normal forums have, the Plus have a Visual Confirmation by SMARTOR "Anti Robotic Register Flood MOD" or something like this. :)

And I think that is the reason because I didn't find that parts. ^6

Can u help me telling me where I can put that code in my files ? :p

Thanx. :D
Benutzeravatar
oxpus
Administrator
Beiträge: 28735
Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:

Beitrag von oxpus »

:(

Here are the two files....

:x:
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
mariokaz
Beiträge: 222
Registriert: So 12.Jun, 2005 21:46

Beitrag von mariokaz »

Why u put me this smiley? :(

I did or tell something wrong ? ¦4

And thank you for the changes in the files. :!:
Antworten