[ABD] Better Prompt 4 BBCodes v.0.0.2

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
User avatar
Mickroz
Registered User
Posts: 661
Joined: Thu Mar 06, 2003 11:20 pm
Location: Netherlands

Re: [DEV] Better Prompt 4 BBCodes v.0.0.2

Post by Mickroz »

hi, love your mod, but i have a problem, im using mchat, which has a newer version of jquery.
if i use your jquery, the mchat is not working, if i use the jquery from mchat, the popup is broken in IE9, it shows half the popup box, so the buttons are missing.
any idea on fixing this?
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Q: Whats a hash and a root password?
A: hash gets you high, root password gives you god powers, combine the 2 and you are invincible.
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [DEV] Better Prompt 4 BBCodes v.0.0.2

Post by 4_seven »

Mickroz wrote:any idea on fixing this?
instead of putting this

Code: Select all

<script type="text/javascript" src="jquery/jquery-1.4.2.min.js"></script>
<link rel="stylesheet" type="text/css" href="jquery/jquery.alerts.css" />
in

styles/prosilver/template/overall_header.html

put it before

Code: Select all

<script type="text/javascript" src="jquery/jquery.alerts.js"></script>
in

styles/prosilver/template/posting_buttons.html
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
Mickroz
Registered User
Posts: 661
Joined: Thu Mar 06, 2003 11:20 pm
Location: Netherlands

Re: [DEV] Better Prompt 4 BBCodes v.0.0.2

Post by Mickroz »

ok this worked for posting.php, but the img and url button do not work anymore on the mchat.
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Q: Whats a hash and a root password?
A: hash gets you high, root password gives you god powers, combine the 2 and you are invincible.
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [DEV] Better Prompt 4 BBCodes v.0.0.2

Post by 4_seven »

u mean, the popup don't work in mchat now?
shure, this mod is not designed for mchat, but for phpbb3 posting-area..
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
Mickroz
Registered User
Posts: 661
Joined: Thu Mar 06, 2003 11:20 pm
Location: Netherlands

Re: [DEV] Better Prompt 4 BBCodes v.0.0.2

Post by Mickroz »

no the img and url buttons aren't working now, mchat uses the editor.js too, so when pressing the img and url buttons, nothing happens.
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Q: Whats a hash and a root password?
A: hash gets you high, root password gives you god powers, combine the 2 and you are invincible.
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [DEV] Better Prompt 4 BBCodes v.0.0.2

Post by 4_seven »

than reverse the edits from my last post + read from here and try given solutions
http://www.phpbb.com/community/viewtopi ... #p12891712
if this not helps, i have no idea :|
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
Mickroz
Registered User
Posts: 661
Joined: Thu Mar 06, 2003 11:20 pm
Location: Netherlands

Re: [DEV] Better Prompt 4 BBCodes v.0.0.2

Post by Mickroz »

tried that, that didn't work either, only thing i can come up with is updating jquery.alerts.js to work with jquery-1.5.0.min.js or up, but im not familiar with js.
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Q: Whats a hash and a root password?
A: hash gets you high, root password gives you god powers, combine the 2 and you are invincible.
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [DEV] Better Prompt 4 BBCodes v.0.0.2

Post by 4_seven »

have your read all following posts related to this?
http://www.phpbb.com/community/viewtopi ... #p12891712
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
Mickroz
Registered User
Posts: 661
Joined: Thu Mar 06, 2003 11:20 pm
Location: Netherlands

Re: [DEV] Better Prompt 4 BBCodes v.0.0.2

Post by Mickroz »

Mickroz wrote: if i use your jquery, the mchat is not working, if i use the jquery from mchat, the popup is broken in IE9, it shows half the popup box, so the buttons are missing.
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Q: Whats a hash and a root password?
A: hash gets you high, root password gives you god powers, combine the 2 and you are invincible.
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [DEV] Better Prompt 4 BBCodes v.0.0.2

Post by 4_seven »

Ok, i check my own code and query_alerts works with the newest/current version of jquery

my overall_header.html (in header)

Code: Select all

<link rel="stylesheet" type="text/css" href="jquery/jquery.alerts.css" />
my posting_buttons.html (positioning of includes)

Code: Select all

<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript" src="jquery/jquery.alerts.js"></script>

<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>
Last edited by 4_seven on Tue May 31, 2011 12:31 pm, edited 1 time in total.
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [DEV] Better Prompt 4 BBCodes v.0.0.2

Post by 4_seven »

Mickroz wrote:
Mickroz wrote: if i use your jquery, the mchat is not working, if i use the jquery from mchat, the popup is broken in IE9, it shows half the popup box, so the buttons are missing.
???

check out this
http://www.phpbb.com/community/viewtopi ... #p13003331

so may put this testwise as a difference from my above file edits in overall_header.html

Code: Select all

<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
on my testboards/live-boards all works in harmony (aprox. 10 different jquery functions/includes) ;)
almost it is only the positioning and the right version number of full/min core to work all together.
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
Mickroz
Registered User
Posts: 661
Joined: Thu Mar 06, 2003 11:20 pm
Location: Netherlands

Re: [DEV] Better Prompt 4 BBCodes v.0.0.2

Post by Mickroz »

the popup works on the mchat as on the posting page.
but when i post a message in the mchat, the only thing i see is tha background where my message should be, i have to refresh the page to see my message.
refreshed my style, i can see my message when pressing submit, but it doesn't come back :S
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Q: Whats a hash and a root password?
A: hash gets you high, root password gives you god powers, combine the 2 and you are invincible.
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [DEV] Better Prompt 4 BBCodes v.0.0.2

Post by 4_seven »

have you checked that mchat-thingie in a normal browser?
i mean not that crap like IE 7/8/9. i mean a real browser.
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
Mickroz
Registered User
Posts: 661
Joined: Thu Mar 06, 2003 11:20 pm
Location: Netherlands

Re: [DEV] Better Prompt 4 BBCodes v.0.0.2

Post by Mickroz »

chrome does the same thing, hmm i will ask RMcGirr83 if he knows a fix for this, im running out of ideas, and have to go, ill report back later.
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Q: Whats a hash and a root password?
A: hash gets you high, root password gives you god powers, combine the 2 and you are invincible.
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [DEV] Better Prompt 4 BBCodes v.0.0.2

Post by 4_seven »

good luck..
Current Mods | Mod Base | php(BB) programming | No help via PM

Return to “[3.0.x] Abandoned MODs”