It's nice to see that phpbb got back up. Personally, I'm trying to get back on my feet from a hard drive crash, so please bear with me as I re-do a lot of the functionality I lost. I'll try and get the next version out as soon as possible. THanks for hanging in there. Sorry to hear that! I hope you...
I tought about a suggestion. If I am not mistaken, the sql code used in the atual version of the mod has the standard table prefix phpbb_ hardcoded, in that case it'd be great if the new version could clarify the point.
Dice mod is basically the only mod I need for my forum, so it's great to know you are working to improve it, Coppro. Thank you! I hope you'll give a look at the way the dice bbcode button is implemented (id code and all) because I installed the mod twice and both times I struggled a bit, and I notic...
I have a problem adding custom bbcodes after having set up the mod, which works well. Even if the bbcode id of the new custom bbcode is 14, when I press the button on the post body it appears [dice][/dice]. Pressing the 15th id bbcode produces the 14th in the body. In essence the custom buttons are ...
Animusu wrote:
Then, if you want to show the dice button, follow the install instructions located in the /styles folder, and DON'T create a custom [dice][/dice] because it is already defined in the core...
After this last modification to /includes/message_parser.php I'm able to use the mod, but only in the simple form [dice]xdy[/dice]. If I try [dice=whatever]xdy[/dice], the title is ignored.
The bbcode I created is [dice={TEXT1}]{TEXT2}[/dice]. Could anyone help me?
Sure, Coppro. Here is the mod for 2.x: ################################################################# ## MOD Title: Dice BBCode ## MOD Author: Zachary Aerogos < tribalgenesis@hotmail.com > - Zachary Aerogos - http://www.tribalgenesis.no-ip.org ## MOD Original Author: Hades < phpbb@hades.me.uk > -...
Thanks coppro, this mod is something I was really looking forward to! however, what do you think about using a syntax like [dice]3d6[/dice]. wouldn't it be simpler? do you know about the old dice mod for phpbb 2.x? It's really nice and you can do stuff like [dice="foo test"]3d6+5[/dice], I...
Very nice! The SORT_NUMERIC part and the d100 fix work for me. Let me see if I got the exploded thing right:does 2d6E roll a new d6 only if both the original results are 6 or a new d6 for each 6 originally obtained?
Hi craigpierce Not without making some changes to the code. I guess you'd need to check how are the variables carrying the results called and ask them to be printed from max to min. Just an hypothesis, though. It should be in the bbcode help section. In the Posting page there is a link, under the em...
@ the people having troubles with the title function: around page 10 there are posts addressing this issue, maybe you have the same problem I had when I first tried the mod. @ Tacomannerism I think mod modifies lang_bbcode.php following the multi-bbcode guidelines. I collected a few fixes for the mo...
Now that the mod works well I'd like to fix a minor problem I found: even if the mod add to language/lang_english/lang_main.php this line: Code: $lang['bbcode_d_help'] = 'Roll Dice: [dice]dice string[/dice] (alt-d) Tip: Use the (#)d(Sides) convention.'; the text doesn't show up when you hover over ...
Thanks again Dark Raziel, that was very helpful! Now that the mod works well I'd like to fix a minor problem I found: even if the mod add to language/lang_english/lang_main.php this line: $lang['bbcode_d_help'] = 'Roll Dice: [dice]dice string[/dice] (alt-d) Tip: Use the (#)d(Sides) convention.'; the...