Intasar
Użytkownik-
Postów
49 -
Dołączył
-
Ostatnia wizyta
Typ zawartości
Profile
Forum
Pliki
Galeria
Blogi
Sklep
Wydarzenia
Treść opublikowana przez Intasar
-
very nice. but i don't know how to make varriables ? could you please give a sample codes ? i want to attach MSN messenger type messenger with board. thanks
-
Błędna nazwa wyświetlana w tematach po jej zmianie
Intasar odpowiedział(a) na KliczeK temat w Tutoriale i porady
It's worked and updated. but not updated Board Index. member old display name still show on index page of board. i try cache rebuild also.. -
Błędna nazwa wyświetlana w tematach po jej zmianie
Intasar odpowiedział(a) na KliczeK temat w Tutoriale i porady
could it really update the name that show old entries ? -
Ciekawy efekt powiększania grafik na forum
Intasar odpowiedział(a) na DawPi temat w Tutoriale i porady
amazing, could it possible to make it default ? with default tag ? like [*img link [*/img] ? -
Prostu sposób na zmianę wielkości obrazków w sygnaturach
Intasar odpowiedział(a) na kikiz temat w Tutoriale i porady
Hello DawPi, yep i reChecked every thing is fine. but this mod have problem. have a look : -
Prostu sposób na zmianę wielkości obrazków w sygnaturach
Intasar odpowiedział(a) na kikiz temat w Tutoriale i porady
i have try it on 2.3.6 and it can't working. this code var signature_id = 0; show on header. -
Ohh u means this is funny mod
-
Thank you i will try this
-
Explain In ENglish Please
-
Could U Explain In English ?
-
Ikona informująca o tym czy dany użytkownik ma ostrzeżenie - na liście online.
Intasar odpowiedział(a) na DawPi temat w Tutoriale i porady
I M Changed my language in english but all posts and topics in still pl language -
What About This Tut DawPi ?
-
Can Any One Explain Me In English Please ?
-
Yes, And Second Thing This Is The Topic Of FURL Mod If IPS Open A topic Regarding This Mod So I M Asked There. I Have No Problem If IPS Given Support Or Invisionize.pl Given Support About This Mod !
-
I Think U Can't Understand Me .. I M try To Better Explain U ! That Is Kim Mod Posted On IZE I m Download It From There And Open The FURL.php file The File Codes Are Old $ibforums is Old IPB Code So I Simply Replace It With New $this->ipsclass So This Mod Will Be Work On 2.3.6 But Not Worked On Topics Links, Forum Links And Members Profiles. I hope U Understand Now ! So Please Check The Codes That I posted Above And Tell Me That Is Fine Or Rong ?
-
This Mod I Downloaded Fron IZE And Replace The Old Codes Into New. It's Fine ? Or Any Thing Rong
-
my FURL is this <?php$FURL = new FURL; $oldskin = ""; while ($this->ipsclass->skin['_wrapper']!=$oldskin){ $oldskin = $this->ipsclass->skin['_wrapper']; //Topic URL's $this->ipsclass->skin['_wrapper'] = preg_replace("#<a href=\"{$this->ipsclass->vars['board_url']}/index.php\?showtopic=([0-9]*)&st=([0-9]*)\">(.+?)</a>#ie", "\$FURL->create_topic_page_url('\\1','\\2','\\3')", $this->ipsclass->skin['_wrapper'], 1); $this->ipsclass->skin['_wrapper'] = preg_replace("#<a href=\"{$this->ipsclass->vars['board_url']}/index.php\?showtopic=([0-9]*)\" title=\"(.+?)\">(.+?)</a>#ie", "\$FURL->create_topic_url('\\1','\\2','\\3')", $this->ipsclass->skin['_wrapper'], 1); //Member Profiles $this->ipsclass->skin['_wrapper'] = preg_replace("#<a href='{$this->ipsclass->vars['board_url']}/index.php\?showuser=([0-9]*)'>(.+?)</a>#ie", "\$FURL->create_member_profile_url('\\1','\\2')", $this->ipsclass->skin['_wrapper'], 1); //Forum URL's $this->ipsclass->skin['_wrapper'] = preg_replace("#<a href=\"{$this->ipsclass->vars['board_url']}/index.php\?showforum=([0-9]*)\">(.+?)</a>#ie", "\$FURL->create_forum_url('\\1','\\2')", $this->ipsclass->skin['_wrapper'], 1); $this->ipsclass->skin['_wrapper'] = preg_replace("#<a href=\"{$this->ipsclass->vars['board_url']}/index.php\?act=SF&f=([0-9]*)\">(.+?)</a>#ie", "\$FURL->create_forum_url('\\1','\\2')", $this->ipsclass->skin['_wrapper'], 1); } //*******************************************// //***************** USER CP *****************// //*******************************************// // > UserCP < $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=UserCP&CODE=00'","my-controls.html",$this->ipsclass->skin['_wrapper']); // > Messenger < $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=Msg&CODE=04'","compose-new-message.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=Msg&CODE=01&VID=in'","inbox.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=Msg&CODE=01&VID=sent'","sent-items.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=Msg&CODE=20'","saved-pms.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=Msg&CODE=delete'","empty-pm-folders.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=Msg&CODE=07'","edit-storage-folders.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=Msg&CODE=02'","pm-buddies.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=Msg&CODE=14'","archive-messages.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=Msg&CODE=30'","message-tracker.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=Msg&CODE=01'","new-messages.html",$this->ipsclass->skin['_wrapper']); // > Subscriptions < $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=UserCP&CODE=26'","view-topic-subscriptions.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=UserCP&CODE=50'","view-forum-subscriptions.html",$this->ipsclass->skin['_wrapper']); // > Personal Profile < $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=UserCP&CODE=01'","edit-profile-info.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=UserCP&CODE=22'","edit-signature.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=UserCP&CODE=24'","edit-avatar-settings.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=UserCP&CODE=photo'","change-personal-photo.html",$this->ipsclass->skin['_wrapper']); // > Options < $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=UserCP&CODE=attach'","manage-your-attachments.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=UserCP&CODE=ignore'","manage-ignored-users.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=UserCP&CODE=02'","email-settings.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=UserCP&CODE=04'","board-settings.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=UserCP&CODE=08'","change-email-address.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=UserCP&CODE=28'","change-password.html",$this->ipsclass->skin['_wrapper']); // > Moderator Tools < $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=UserCP&CODE=iptool'","ip-tool.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=UserCP&CODE=memtool'","member-tool.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=UserCP&CODE=announce_start'","manage-anoucements.html",$this->ipsclass->skin['_wrapper']); //*******************************************// //***************** USER CP *****************// //*******************************************// // Search URL's $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=Search&CODE=getnew'","get-new-posts.html",$this->ipsclass->skin['_wrapper']); // Do the forum index $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=idx'","index.html",$this->ipsclass->skin['_wrapper']); // Login/Logout/Register $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=Login&CODE=03'","logout.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=Login&CODE=00'","login.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=Reg&CODE=00'","register.html",$this->ipsclass->skin['_wrapper']); // Stats and legends $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=Stats&CODE=leaders'","the-moderating-team.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=Stats'","todays-top-10-posters.html",$this->ipsclass->skin['_wrapper']); // Members List $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=Members'","member-list.html",$this->ipsclass->skin['_wrapper']); // Online $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=Online'","online-list.html",$this->ipsclass->skin['_wrapper']); // Calendar $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=calendar&CODE=newevent'","add-new-event.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=calendar&CODE=find&what=thismonth'","events-this-month.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=calendar&CODE=find&what=thisweek'","events-this-week.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=calendar&m=([0-9]*)&y=([0-9]*)'","go-to-month-\\1-\\2.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=calendar&CODE=showweek&week=([0-9]*)'","show-week-\\1.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=calendar&CODE=showday&y=([0-9]*)&m=([0-9]*)&d=([0-9]*)'","show-day-\\3-\\2-\\1.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?&act=calendar&CODE=showday&y=([0-9]*)&m=([0-9]*)&d=([0-9]*)'","show-day-\\3-\\2-\\1.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?act=calendar'","calendar.html",$this->ipsclass->skin['_wrapper']); $this->ipsclass->skin['_wrapper'] = preg_replace("'index.php\?&act=calendar'","calendar.html",$this->ipsclass->skin['_wrapper']); class FURL { function FURL() { } //TOPIC FUNCTIONS function create_topic_url($tid, $title, $topictitle){ global $this->ipsclass; $safeurl = $this->make_text_safe($topictitle); return "<a href=\"{$this->ipsclass->vars['board_url']}/{$safeurl}-t{$tid}.html\" title=\"{$title}\">{$topictitle}</a>"; } function create_topic_page_url($tid, $st, $linktext){ global $this->ipsclass; $pagenum = str_replace("» ","",$linktext); return "<a href=\"{$this->ipsclass->vars['board_url']}/page-{$pagenum}-t{$tid}-s{$st}.html\">{$linktext}</a>"; } //MEMBER PROFILES function create_member_profile_url($mid, $membername){ global $this->ipsclass; $safeurl = $this->make_text_safe($membername); return "<a href=\"{$this->ipsclass->vars['board_url']}/{$safeurl}-m{$mid}.html\">{$membername}</a>"; } //FORUMS function create_forum_url($fid, $forumname){ global $this->ipsclass; $safeurl = $this->make_text_safe($forumname); return "<a href=\"{$this->ipsclass->vars['board_url']}/{$safeurl}-f{$fid}.html\">{$forumname}</a>"; } function make_text_safe($text){ global $ipsclass; //Charachters must be in ASCII and certain ones aint allowed $text = html_entity_decode ($text); $text = str_replace(" / ","-",$text); $text = str_replace("/","-",$text); $text = str_replace("'","-",$text); $text = str_replace(" - ","-",$text); $text = str_replace("_","-",$text); $text = str_replace(" ","-",$text); $text = str_replace( "
-
Hello DawPi, im try it it works On Index, Calender, Help but cannot work on Forums, Subforums, Topics, Members Names any help ?
-
Yes I Read That, And I Have Question About This Mod, This Mod FURL.php file Coding Is Old It's Called $ibforums Can I Cange It Into 2.3.6 $this->ipsclass ? Or Not ?
-
Oh Wow It's Very Easy .... ! I Found Two Bonus Here .. First Great Tut .. Second Learn Your Language
-
Thanks DawPi.. But Please Can U Post In English Thanks
-
Can Any One Tell Me In English .. ? Thanks
