376

(4 replies, posted in Feature requests)

hook pf_change_details_identity_pre_url

ob_start();

hook pf_change_details_identity_pre_facebook

ob_end_clean();

in table users clear the url column

377

(2 replies, posted in PunBB 1.4 troubleshooting)

These are bots tongue
--
In hook fn_generate_navlinks_end

$links['index'] = '<li id="navindex"'.((FORUM_PAGE == 'index') ? ' class="isactive"' : '').'><a href="'.forum_link($forum_url['index']).'">Forums</a></li>';
array_unshift($links, '<li id="navsite"><a href="LINK TO YOU SITE">'.$lang_common['Index'].'</a></li>');

378

(13 replies, posted in Supported extensions)

kudataz wrote:

then..
if im post like this

[spoiler]zzz/spoiler][spoiler]zzz/spoiler]

there is not getting eror warning, n then make strang result in post.php sad

use http://punbb.informer.com/forums/topic/ … vaspoiler/ tongue

379

(47 replies, posted in PunBB 1.4 additions)

v 0.9.5
Adds video of vk.com, audio of mixcloud.com and hulkshare.com.

380

(2 replies, posted in PunBB 1.4 troubleshooting)

extension id != extension folder name

381

(47 replies, posted in PunBB 1.4 additions)

This my expansion from FluxBB.
Adds javascript which will transform links in the browser of the user to media a content.

It is supported
video: YouTube, Vimeo, Rutube, Dailymotion, Sibnet, Facebook, Coub, Vine, VK, IGN, Gamespot, OK.ru, _www.aparat.com, izlesene.com, vlipsy.com and direct urls for mp4, m4v, ogv, webm, webmv;
audio: SoundCloud, ZippyShare, PromoDJ, Mixcloud, Hulkshare and direct urls for mp3, m4a, ogg, oga, webma, wav, flac;
maps: Google Maps, Yandex Maps.

v 0.9.5  https://github.com/MioVisman/punbb_exte … va_mediajs

look topic http://punbb.informer.com/forums/topic/ … -xsrfcsrf/

383

(5 replies, posted in PunBB 1.4 additions)

In the Russian subject my sequence of actions is written wink
I took the manifest.xml file from the Fancy Spoiler expansion, I removed all superfluous, I inserted a spoiler code from my mod for FluxBB _h t t p s : / / fluxbb.org/resources/mods/spoiler/
This spoiler works even in the list
http://jpegshare.net/images/ef/0f/ef0fba014666f854ec9fbd440af825c6.png

384

(5 replies, posted in PunBB 1.4 additions)

Add BBcode tag «spoiler»

v 1.0.3 https://github.com/MioVisman/punbb_exte … va_spoiler

P.S. You can use only one of the extensions at a time: either sva_spoiler or sva_spoiler_nojs.

385

(2 replies, posted in Discussions)

return sprintf($lang_common['Years'], $way);

in russian common.php

'Years' => 'бурум-пурум %s',

in bulgaria common.php

'Years' => '%s пурум-бурум' ,

386

(1 replies, posted in PunBB 1.4 troubleshooting)

PHP v 5.5?