The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#12
|
||||
|
||||
I have added a note regarding the issue and will have it fixed asap. I'll see about adding those security tokens as well. Oh and there will be quite a few other improvements in the next update as well.
EDIT Nevermind, I had left the "improved" code too effed up. Pardon the French. I haven't been working on it for a while due to that I've reinstalled my webserver from scratch (on which I run my test installation that I develope on). This means I won't be able to fix this due to that I simply haven't got the time anymore (well, for now anyways. never say never). Instead I'm posting a manual fix you will have to apply to get it working properly. I'm sorry to do this but I'll also have to discontinue the support for this product. I will still answer any questions and try to help as time allows me, but can't promise anything. Quote:
|
#13
|
|||
|
|||
Thank you so much, with this i can make it work!. if you want to, i can post the places in the templates where the security tokken must be placed, so anyone can run this in Vb3.7!!!
¿In what plugin i must add the improvement? Thank you very much |
#14
|
||||
|
||||
Quote:
Quote:
The plugin is simply called "Diceroller". I'm attaching a picture as well. |
#15
|
|||
|
|||
So, is this compatible with 3.7.3? Or is there a security token issue?
|
#16
|
|||
|
|||
I just confirmed this. This mod does NOT work with 3.7.xx. It caused a Security Token error when rolling the dice.
It is too bad. Ths mod looked promising. Can this be fixed? Additional Suggested Features:
|
#17
|
||||
|
||||
Quote:
Quote:
My spare-time is very limited at the moment, and that's why I made this unsupported. But I'll put those things (even the admin options if you really want them) on my to-do list for when I get the time. What I won't do however is charge anyone money for it. |
#18
|
|||
|
|||
Quote:
(1) Follow PntSingularity's concise instructions at the top to install the product (2) Apply the minor code change to the postbit display hook (3) Apply the security token code changes as per this thread: https://vborg.vbsupport.ru/showthread.php?t=177013 Now I'm brand new to administering a vBulletin (only been doing it for a few weeks), and I could work all of this out easily, so you should breeze through it PGAmerica. PntSingularity: I want to commend you for this mod. It's excellent and works seamlessly for the gamers on the PbP subforum of my forums. In my opinion, this is honestly the best dice roller for vBulletin that I've seen and in the day since I've added, I've had rave reviews from my members, all of whom I've directed back to this thread and yourself, since you deserve all due praise for your work. Whilst a minor point only, at some point if you ever have time (and granted you only stated above that your free time is practically zilch), if you could add a modifier to the roller? I'm no coder... hell I barely even know what I'm doing with administering my forum at times! So that when someone clicks on Roll, the page displays: Description: Dice: xx d: xx m: xx (ie. +5) It's a minor point and something I wish I could work out myself... but like I said I'm very new to this. |
#19
|
||||
|
||||
Thanks.
Regarding the modifier. I've actually already implemented modifiers into 1.003. I just haven't gotten around to actually finishing that version due to lack of time (I just started a course at a university). I've also been working on another version of the dice roller (the one I'm using on my site) which supports rolls such as "1d6+3*(5-2)*2d8-1d5" in one click! However this is far from perfected and I never really wrote that version for the general public, which means it lacks in customizability both for the user and admin. Another thing that I improved with this other version is that the separate dice are stored in a single column rather than on separate rows in their on table within the MySQL database, which should improve performance if the database gets very large. So, I might attempt to perfect the improved version I run on my site while implementing the customizability from this version and at the same time adding the extra features requested. Though this WILL take time. I've got to read The Nicomachean Ethics this weekend and it's 300+ pages... Btw, it's funny that my mod seems to get so much more attention now that I have less time to work with it... Quote:
|
#20
|
|||
|
|||
Quote:
Quote:
Any help would be appreciated. |
#21
|
|||
|
|||
Nevermind, I figured it out.
Edit the "roll_addform" template and add Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> Code:
<form action="editpost.php?do=rolldice&p=$drthispost" method="post"> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|