File tree Expand file tree Collapse file tree 4 files changed +1
-17
lines changed
Expand file tree Collapse file tree 4 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -685,20 +685,10 @@ public function showPost($isAdmin)
685685 $ thread_action ['social_delicious ' ]['name ' ] = \_MD_NEWBB_SHARE_DELICIOUS ;
686686 $ thread_action ['social_delicious ' ]['target ' ] = '_blank ' ;
687687
688- $ thread_action ['social_digg ' ]['image ' ] = \newbbDisplayImage ('digg ' , \_MD_NEWBB_SHARE_DIGG );
689- $ thread_action ['social_digg ' ]['link ' ] = 'https://digg.com/submit?phase=2&title= ' . $ full_title . '&url= ' . $ full_link ;
690- $ thread_action ['social_digg ' ]['name ' ] = \_MD_NEWBB_SHARE_DIGG ;
691- $ thread_action ['social_digg ' ]['target ' ] = '_blank ' ;
692-
693688 $ thread_action ['social_reddit ' ]['image ' ] = \newbbDisplayImage ('reddit ' , \_MD_NEWBB_SHARE_REDDIT );
694689 $ thread_action ['social_reddit ' ]['link ' ] = 'https://reddit.com/submit?title= ' . $ full_title . '&url= ' . $ full_link ;
695690 $ thread_action ['social_reddit ' ]['name ' ] = \_MD_NEWBB_SHARE_REDDIT ;
696691 $ thread_action ['social_reddit ' ]['target ' ] = '_blank ' ;
697-
698- $ thread_action ['social_wong ' ]['image ' ] = \newbbDisplayImage ('wong ' , \_MD_NEWBB_SHARE_MRWONG );
699- $ thread_action ['social_wong ' ]['link ' ] = 'https://www.mister-wong.de/index.php?action=addurl&bm_url= ' . $ full_link ;
700- $ thread_action ['social_wong ' ]['name ' ] = \_MD_NEWBB_SHARE_MRWONG ;
701- $ thread_action ['social_wong ' ]['target ' ] = '_blank ' ;
702692 }
703693
704694 $ post = [
Original file line number Diff line number Diff line change 115115 //$displayText['linkedin'] =
116116 //$displayText['stumbleupon'] =
117117 //$displayText['friendfeed'] =
118- //$displayText['digg'] =
119118 //$displayText['reddit'] =
120119 //$displayText['delicious'] =
121120 //$displayText['technorati'] =
122- //$displayText['wong'] =
123121 //$displayText['anonym'] =
124122 //$displayText['more'] =
125123 //$displayText['less'] =
189187 //$displayText['linkedin'] =
190188 //$displayText['stumbleupon'] =
191189 //$displayText['friendfeed'] =
192- //$displayText['digg'] =
193190 //$displayText['reddit'] =
194191 //$displayText['delicious'] =
195192 //$displayText['technorati'] =
196- //$displayText['wong'] =
197193 //$displayText['anonym'] =
198194 //$displayText['more'] =
199195 //$displayText['less'] =
Original file line number Diff line number Diff line change 4444
4545$ forumImage ['previous ' ] = $ forumImage ['next ' ] = $ forumImage ['right ' ] = $ forumImage ['down ' ] = $ forumImage ['up ' ] = $ forumImage ['printer ' ] = $ forumImage ['new_forum ' ] =
4646
47- $ forumImage ['facebook ' ] = $ forumImage ['twitter ' ] = $ forumImage ['linkedin ' ] = $ forumImage ['stumbleupon ' ] = $ forumImage ['friendfeed ' ] = $ forumImage ['digg ' ] = $ forumImage [ ' reddit ' ] = $ forumImage ['delicious ' ] = $ forumImage ['technorati ' ] = $ forumImage [ ' wong ' ] = $ forumImage ['anonym ' ] = $ forumImage ['more ' ] = $ forumImage ['less ' ] = 'icon ' ;
47+ $ forumImage ['facebook ' ] = $ forumImage ['twitter ' ] = $ forumImage ['linkedin ' ] = $ forumImage ['stumbleupon ' ] = $ forumImage ['friendfeed ' ] = $ forumImage ['reddit ' ] = $ forumImage ['delicious ' ] = $ forumImage ['technorati ' ] = $ forumImage ['anonym ' ] = $ forumImage ['more ' ] = $ forumImage ['less ' ] = 'icon ' ;
4848
4949for ($ i = 1 ; $ i <= 5 ; ++$ i ) {
5050 $ forumImage ['rate ' . $ i ] = 'icon ' ;
Original file line number Diff line number Diff line change 505505define ('_MD_NEWBB_SHARE_FRIENDFEED ' , 'FriendFeed ' );
506506define ('_MD_NEWBB_SHARE_REDDIT ' , 'Reddit ' );
507507define ('_MD_NEWBB_SHARE_DELICIOUS ' , 'Del.icio.us ' );
508- define ('_MD_NEWBB_SHARE_DIGG ' , 'Digg ' );
509508define ('_MD_NEWBB_SHARE_TECHNORATI ' , 'Technorati ' );
510- define ('_MD_NEWBB_SHARE_MRWONG ' , 'Mr. Wong ' );
511509//4.3
512510define ('_MD_NEWBB_GO ' , 'Go ' );
513511define ('_MD_NEWBB_SEEUSERDATA ' , 'See User information ' );
You can’t perform that action at this time.
0 commit comments