[ Príspevok: 1 ] 
AutorSpráva
Offline

Prevádzkovateľ fóra
Prevádzkovateľ fóra
Profile signature preview

Registrovaný: 01.05.05
Príspevky: 13413
Témy: 1494 | 1494
Bydlisko: Bratislava
NapísalOffline : 14.10.2006 15:04 | Profile signature preview

Kód:
##############################################################
## MOD Title: profile signature preview
## MOD Author: p0rt < > ( ) http://irgoslak.org/
## MOD Description: Allows users the build a favorite topics list
## MOD Version: 1.0.0
##
## Installation Level: easy
## Installation Time: 2 Minutes
## Files To Edit: includes/usercp_register.php
## Included Files:
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2

##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
 
##############################################################
## Author Notes:      
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################


#
#-----[ OPEN ]------------------------------------------
#
includes/usercp_register.php
#
#-----[ FIND ]------------------------------------------
#
$unhtml_specialchars_replace = array('>', '<', '"', '&');
#
#-----[ AFTER, ADD ]------------------------------------------
#
$preview = ( isset( $HTTP_POST_VARS['signature'] ) ) ? $HTTP_POST_VARS['signature'] : '';
#
#-----[ FIND ]------------------------------------------
#
$template->assign_vars(array(
      'USERNAME' => $username,
#
#-----[ BEFORE, ADD ]------------------------------------------
#
if ( $preview )
{   
   $orig_word = array();
   $replacement_word = array();
   obtain_word_list($orig_word, $replacement_word);

   $signature = str_replace("\n", '<br />', $preview);
   $signature = stripslashes(prepare_message(addslashes(unprepare_message($preview)), $html_on, $bbcode_on, $smilies_on, $bbcode_uid));

   $bbcode_uid = make_bbcode_uid() ;
   $preview = prepare_message($preview, $allowhtml, $allowbbcode, $allowsmilies, $bbcode_uid);
            
   if( !$userdata['user_allowhtml'] )
   {
      if( $preview != '' || !$userdata['user_allowhtml'] )
      {
         $preview = preg_replace('#(<)([\/]?.*?)(>)#is', '&lt;\2&gt;', $preview);
      }
   }
      
   if( $userdata['user_allowbbcode'] )
   {
      $preview = bbencode_second_pass($preview, $bbcode_uid);
   }
      
   if( !empty($orig_word) )
   {
      $signature = ( !empty($preview) ) ? preg_replace($orig_word, $replacement_word, $signature) : '';
   }
      
   if( $userdata['user_allowsmile'] )
   {
      $preview = smilies_pass($preview);
      }

      $preview = word_wrap_pass($preview);
      
      $preview = "<br /><table width=\"100%\" height=\"100%\" class=\"gensmall\"><tr><td class=\"row2\">".$lang['Signature']."</td></tr><tr><td class=\"row1\"><br />_________________<br />". str_replace("\n", "\n<br />\n", $preview)."<br /><br /></td></tr></table>";
}
#
#-----[ FIND ]------------------------------------------
#
'PROFILE_SIGNATURE' => $signature,
#
#-----[ AFTER, ADD ]------------------------------------------
#
'SIGNATURE' => str_replace('<br />', "\n", $message),
#
#-----[ FIND ]------------------------------------------
#
'L_SUBMIT' => $lang['Submit'],
#
#-----[ AFTER, ADD ]------------------------------------------
#
'L_PREVIEW' => $lang['Preview'],
#
#-----[ OPEN ]------------------------------------------
#
templates/*/profile_add_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<textarea name="signature"style="width: 300px"  rows="6" cols="30" class="post">{SIGNATURE}</textarea>
#
#-----[ AFTER, ADD ]------------------------------------------
#
{SIG_PREVIEW}
#
#-----[ FIND ]------------------------------------------
#
<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" />&nbsp;&nbsp;
#
#-----[ AFTER, ADD ]------------------------------------------
#
<input type="submit" name="preview" value="{L_PREVIEW}" class="post" />&nbsp;&nbsp;
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM


_________________
Streacom DA2 | SilverStone Titanium SX800-LTI 800W | ASRock X299E-ITX/ac | Intel Core i9-9980XE & be quiet! Dark Rock TF | Kingston HyperX Impact 64 GB DDR4 2666 MHz | NVIDIA Titan RTX 24 GB | Intel SSD Optane 905P 480 GB NVMe U.2 & Intel SSD 750 1,2 TB NVMe U.2 & Intel SSD 660p 2 TB NVMe M.2 & Seagate BackUp Plus Portable 56 TB USB | 55" 4K OLED Dell Alienware AW5520QF | Ergotron LX Wall Mount Keyboard Arm | Logitech Craft | Logitech G603 | Logitech F710 | Harman Kardon Sabre SB 35 & Sennheiser RS 175 | Microsoft Windows 11 Enterprise | APC Back-UPS BE-850 VA | Lenovo ThinkPad X250 & Microsoft Windows 11 Professional | iPhone 15 Pro 256 GB & Pitaka Aramid | SilverStone ML05B Milo | Corsair SF600 SFX 600W | ASRock X99E-ITX/ac | Intel Xeon E5-2683 v4 & NOCTUA NH-L12S | Kingston HyperX Savage 32 GB DDR4 2400 MHz | NVIDIA GeForce GT 710 1 GB | Intel SSD Optane Memory 32 GB NVMe M.2 & Intel SSD 730 240 GB SATA | Ubuntu 24.04.1 LTS
 [ Príspevok: 1 ] 


Profile signature preview



Podobné témy

 Témy  Odpovede  Zobrazenia  Posledný príspevok 
V tomto fóre nie sú ďalšie neprečítané témy.

Signature Preview

v Redakčné systémy

0

698

14.10.2006 15:06

JanoF

V tomto fóre nie sú ďalšie neprečítané témy.

Signature BBCode Controller

v Redakčné systémy

0

619

14.10.2006 14:51

JanoF

V tomto fóre nie sú ďalšie neprečítané témy.

Signature BBCode Controller

v Redakčné systémy

0

772

14.10.2006 15:11

JanoF

V tomto fóre nie sú ďalšie neprečítané témy.

PREKLAD: Retroactive Signature CZ

v Redakčné systémy

0

2521

12.11.2006 16:49

JanoF

V tomto fóre nie sú ďalšie neprečítané témy.

Remove Signature From Guests

v Redakčné systémy

0

588

14.10.2006 15:03

JanoF

V tomto fóre nie sú ďalšie neprečítané témy.

PROBLEM PRY INSTALACI WINDOWS 7 ...INVALID BOOT SIGNATURE .....

v Operačné systémy Microsoft

1

405

09.11.2017 16:26

t0m@$

V tomto fóre nie sú ďalšie neprečítané témy.

I: 8GB DDR2 KIT 800MHz Patriot Signature Line CL6

v Informujem sa

1

353

31.01.2014 20:38

ramaya

V tomto fóre nie sú ďalšie neprečítané témy.

Vas nazor na EVGA GeForce GTX660 FTW Signature 2

v Grafické karty

21

527

06.07.2013 11:48

nagasaki.

V tomto fóre nie sú ďalšie neprečítané témy.

Windows 8 -developer preview

[ Choď na stránku:Choď na stránku: 1, 2 ]

v Články

39

3130

16.10.2012 14:15

kllr007

V tomto fóre nie sú ďalšie neprečítané témy.

[W10] Insider Preview prihlásenie

v Operačné systémy Microsoft

0

353

11.10.2015 18:46

Yacko

V tomto fóre nie sú ďalšie neprečítané témy.

ICQ 6 Preview Beta

v Novinky

26

2154

07.12.2006 19:10

stanlord

V tomto fóre nie sú ďalšie neprečítané témy.

[W10] Insider Preview ISO

v Operačné systémy Microsoft

6

505

20.10.2015 12:16

jarrro

V tomto fóre nie sú ďalšie neprečítané témy.

P: 2x Patriot Signature 4 GB PC3-10600 (1333 MHz) DDR3, (8GB)

v Predám

0

276

04.10.2019 11:58

Mindfreak

V tomto fóre nie sú ďalšie neprečítané témy.

Office 2016 Preview voľne dostupný

v Novinky

19

1124

05.05.2015 19:38

jaknapceu

V tomto fóre nie sú ďalšie neprečítané témy.

Qualcomm Snapdragon S4 Krait preview

v Novinky

6

721

25.02.2012 22:40

yaJohny

V tomto fóre nie sú ďalšie neprečítané témy.

Prvé benchmarky preview verzie DX12

v Novinky

1

603

08.02.2015 13:51

automoto2



© 2005 - 2024 PCforum, edited by JanoF