MyBB.de Forum
ProPortal 2.6.2 - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: ProPortal 2.6.2 (/thread-30522.html)



RE: ProPortal - MyBBCo - 05.03.2016

Thanks MrBrechreiz for update
there is an error in announcement pagination
when you go to page 2 , you cannot find the link to return to page 1


RE: ProPortal - MrBrechreiz - 05.03.2016

I can not reconstruct me. Local and on my side working the block.

Please use the attachment.


RE: ProPortal - MyBBCo - 06.03.2016

Thanks


RE: ProPortal - MyBBCo - 14.03.2016

This plugin has XSS bug


RE: ProPortal - MrBrechreiz - 14.03.2016

Thank you and where?


RE: ProPortal - MyBBCo - 15.03.2016

(14.03.2016, 18:07)MrBrechreiz schrieb: Thank you and where?

in block.latestthreads.php


RE: ProPortal - MrBrechreiz - 15.03.2016

Must Always dragging the information out of the nose. More detail please.


RE: ProPortal - MyBBCo - 15.03.2016

PHP-Code:
$threadsthreadsubject $threads['threadsubject']; 
should be :
PHP-Code:
$threadsthreadsubject htmlspecialchars_uni($threads['threadsubject']); 



RE: ProPortal - MrBrechreiz - 15.03.2016

That's already been corrected by me and comes improved in the next version.


2 verschiedene iframes in proportal einbinden - webmaster_y9044v0c - 18.03.2016

Guten Tag,

vielleicht kann mir ja einer einen Tipp geben zu meinem Problem.
Ich habe mir zwei blocks erstellt in denen jeweils ein iframe laufe soll.
Der Code des iframe für den ersten Block lautet:
<iframe src="http://guildwarstemple.com/dragontimer/embeddragons.php?serverKey=403&langKey=de" width="100%" height="570" scrolling="yes" frameborder="0"></iframe>

Der Code des iframe für den zweiten Block lautet:
<iframe src="//jsfiddle.net/dulfy/q2wfdbnn/embedded/result/" width="100%" height="570"></iframe>

Jeztzt kommt mein Problem dabei.  In beiden Blocks wird der gleiche Inhalt angezeigt und zwar des zweiten Blocks. Egal ob ich die Blocks untereinander oder an anderen Positionen im ProPortal setze.
Muss ich noch etwas ändern an dem iframe oder funktionieren keine zwei seperaten iframes.

Ich hoffe das reicht  aus zur Hilfe