inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Apr 26, 2015 22:04:17 GMT -8
I think the second one would be better, but I mean, as long as you have time By the way, I'm trying to make the shiny in a especial way. I have this code: Estado Alterado\1-100\-shiny Estado Alterado\101-200\ Encuentro\1-148\<center>¡<b>Abra </b> ha aparecido!<br><br><a href="http://pokemondb.net/pokedex/abra" target="_blank"><img src="http://play.pokemonshowdown.com/sprites/xyani [Estado Alterado]/abra.gif" ></a></center>\92 So I have in a post [Encuentro] and below that [roll=1d20000], but the [Estado Alterado] from the code before, which is on the vdice replacer plugin, also detects this dice. Is there anyway I could make that data set to detect other dice instead of that one? I tried with this: Encuentro\1-148\<center>¡<b>Abra </b> ha aparecido!<br><br><a href="http://pokemondb.net/pokedex/abra" target="_blank"><img src="http://play.pokemonshowdown.com/sprites/xyani [Estado Alterado]/abra.gif" ></a></center> [roll=1d200]\92 but that won't work. I was thinking on allowing using bbcode on the plugin and make something like this: Encuentro\1-148\<center>¡<b>Abra </b> ha aparecido!<br><br><a href="http://pokemondb.net/pokedex/abra" target="_blank"> [roll=1d20000]<img src="http://play.pokemonshowdown.com/sprites/xyani [Estado Alterado]/abra.gif" ></a></center> [roll=1d200]\92 Or something like that. XD what do you suggest? P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓Also I want to do something for the gender of the pokemon, I want somehow that genderless pokemon has a text indicating it's geenderless. I mean, I can add to the pokemon if it's genderless or if it's exclusively male or female, but how could I add this and also the possiiblity using the dice for pokemon that could be either female or male?, I don't know if you understand. As last mention, and sorry again for the long post, I've notice that if someone opens multiple tabs before they create a thread, when they send them, they get all the same values, or when they press create thread multiple times, it generates the same values, I mean same pokemon, same iv's, genre, everything. And I've noticed as well that when you press twice the "create thread" button, it pop ups the message "You may not post twice within 2 seconds." and you know the little box from the thread reply limit of Todge, the limit disappears and user can input whatever number they want. I don't know if this is possible to fix. Thank you and again, sorry for the long of the post! As for pokemon shiny, etc Encuentro\1-148\<center>¡<b>Abra </b> ha aparecido!<br><br><a href="http://pokemondb.net/pokedex/abra" target="_blank"><img src="http://play.pokemonshowdown.com/sprites/xyani[Estado Alterado]/abra.gif" ></a></center>[roll=1d200]\92 This is what your are looking for potentially. The problem is that [roll=1d200] IS NOT BBCODE. My replacer is not bbcode. It just looks like it. The reason [roll=1d200] works is because it is inserted while in edit mode of a post. If it is not inserted in a post, or editing a post, it will not work. My plugin looks for the next dice and uses it. So if vdice worked on replaced text, there would be no problem. Onto my solution to the problem. You could get this added into your vdice replacer extension when they edit their post. However that's a permanent solution. There is a temporary solution that I have thought of. You could fake a vdice result. By changing: Encuentro\1-148\<center>¡<b>Abra </b> ha aparecido!<br><br><a href="http://pokemondb.net/pokedex/abra" target="_blank"><img src="http://play.pokemonshowdown.com/sprites/xyani[Estado Alterado]/abra.gif" ></a></center>[roll=1d200]\92
to Encuentro\1-148\<center>¡<b>Abra </b> ha aparecido!<br><br><a href="http://pokemondb.net/pokedex/abra" target="_blank"><img src="http://play.pokemonshowdown.com/sprites/xyani[Estado Alterado]/abra.gif" ></a></center><div class="vdice-box"><div class="vdice-value"><font>6</font></div></div>\92
It would work as you want. However "6" would have to be random based on a range. The problem is that you want the number "6" to be random. And you can't make it random without deciding how it's gonna look manually. OR generating it and then saving it to a key like the vdice replacer does and calling it on page load. (not available and too complicated) So the only temporary solution would be Encuentro\1-73\<center>¡<b>Abra </b> ha aparecido!<br><br><a href="http://pokemondb.net/pokedex/abra" target="_blank"><img src="http://play.pokemonshowdown.com/sprites/xyani/abra.gif" ></a></center>\92
Encuentro\74-148\<center>¡<b>Shiny Abra </b> ha aparecido!<br><br><a href="http://pokemondb.net/pokedex/abra" target="_blank"><img src="http://play.pokemonshowdown.com/sprites/xyanishiny/abra.gif" ></a></center>\92
This would go the same with genders. A sub split of those into genders Encuentro\1-36\<center>¡<b>Abra </b>---Male--- ha aparecido!<br><br><a href="http://pokemondb.net/pokedex/abra" target="_blank"><img src="http://play.pokemonshowdown.com/sprites/xyani/abra.gif" ></a></center>\92
Encuentro\37-73\<center>¡<b>Abra </b>---Female--- ha aparecido!<br><br><a href="http://pokemondb.net/pokedex/abra" target="_blank"><img src="http://play.pokemonshowdown.com/sprites/xyani/abra.gif" ></a></center>\92
As for this:As last mention, and sorry again for the long post, I've notice that if someone opens multiple tabs before they create a thread, when they send them, they get all the same values, or when they press create thread multiple times, it generates the same values, I mean same pokemon, same iv's, genre, everything. And I've noticed as well that when you press twice the "create thread" button, it pop ups the message "You may not post twice within 2 seconds." and you know the little box from the thread reply limit of Todge, the limit disappears and user can input whatever number they want. I don't know if this is possible to fix. This is not related to my code and have no control over how the vdice plugin functions. I do not own the vdice code. That would have to be fixed on his end. I do realize this is a potential risk and is beyond my control. I have personally seen what you have mentioned as a flaw in a few plugins, not just vdice.
|
|
inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Apr 26, 2015 23:04:01 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓For the solutions regarding to the gender and the shiny, Encuentro\1-148\<center>¡<b>Abra </b> ha aparecido!<br><br><a href="http://pokemondb.net/pokedex/abra" target="_blank"><img src="http://play.pokemonshowdown.com/sprites/xyani[Estado Alterado]/abra.gif" ></a></center><div class="vdice-box"><div class="vdice-value"><font>6</font></div></div>\92 I don't totally understand this one yet, but the others will give me too much work and I rather to not having the pokemon change to shiny in case there's no quick solution. I know I asked this before, but I don't remember if you answer it, there's no way you could create a plugin that works a search for the vdice replace results, right, that's impossible and the only way would be using the "edit button" or editing the post, right? And I know you can't control the thing about the vdice plugin, but do you think it's possible to find a solution for this?, or there's nothing Virgil could do?
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Apr 26, 2015 23:21:29 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓For the solutions regarding to the gender and the shiny, Encuentro\1-148\<center>¡<b>Abra </b> ha aparecido!<br><br><a href="http://pokemondb.net/pokedex/abra" target="_blank"><img src="http://play.pokemonshowdown.com/sprites/xyani[Estado Alterado]/abra.gif" ></a></center><div class="vdice-box"><div class="vdice-value"><font>6</font></div></div>\92 I don't totally understand this one yet, but the others will give me too much work and I rather to not having the pokemon change to shiny in case there's no quick solution. I know I asked this before, but I don't remember if you answer it, there's no way you could create a plugin that works a search for the vdice replace results, right, that's impossible and the only way would be using the "edit button" or editing the post, right? And I know you can't control the thing about the vdice plugin, but do you think it's possible to find a solution for this?, or there's nothing Virgil could do? There is no doubt that virgil could fix these problems. All he would have to do is to check for a misfire before resubmitting and adding a random multiplier to his data so that it doesn't repeat. Needs edit button in order to search. As I have stated before. This is something that won't work for you: "Encuentro\1-148\<center>¡<b>Abra </b> ha aparecido!<br><br><a href="http://pokemondb.net/pokedex/abra" target="_blank"><img src="http://play.pokemonshowdown.com/sprites/xyani[Estado Alterado]/abra.gif" ></a></center><div class="vdice-box"><div class="vdice-value"><font>6</font></div></div>\92" It was an explanation of what would work if we had a random multiplier in there with another key. You need to split them up for every sub result you want as in my latter example
|
|
inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Apr 27, 2015 0:37:52 GMT -8
Sorry to bother you too much, but I'm thinking about split the sub results. I'm trying to find a way to do it quick and fast. I'm using excel to separate different parts of the code for each vdice result, but I don't know how to get an automatic sequence for what I'm trying to do On colum C and D, i have this: 1 (C) 74 (D) 75 (C) 148 (D) 149 (C) 149(D) 150 (C) 150 (D) So I'm basically looking a way to get automatic the rest numbers of the dice (but if I drag the values using excel, I get decimals and weird numbers, so it doesn't work) The sequence it's like this. Every pokemon with multiple genre can get from 1 to 74 numbers out of 20000 can be male from 1 to 74 numbers out of 20000 can be female from 1 number out of 20000 can be male shiny from 1 number out of 20000 can be female shiny (each pokemon has a range from 1 to 150 numbers out of 20000, 74 male, 74 female, 1 male shiny, 1 female shiny) So I want to make it quick from 1 to 20000 just dragging numbers or somehow you think could be easier (maybe using a software in specific, maybe with excel or another tool) Once again, I apologize for the long post, but I need to explain this or I know it'll be hard to understand. First of all, what I'll explain below, it's something I do on excel, as I said, I do this because helps me finish the list for the vdice replacer way more faster (because I don't have to input each single number of the range, but I get them as a sequence from 1 to 20000 and I can finish the list in minutes instead of hours) These are the steps I'm following: 1. I separate the code within colums on excel, so I can copy an entire list in a column, like this: i.gyazo.com/57c087f54de37dc8f73f3865831dc759.png 2. I copy all the list of pokemons from a same region (just simply copy and paste, so I don't have to introduce every single pokemon, but just copy the entire list and paste it) I have pokemons on the colums K, N (lowercase for the pokemondb.net url) and S (lowercase for the imagen .gif of the pokemon) as you can notice on the image. So at the and, I end up with 151 rows and the colums from A to U. 3. After I finish with the pokemons, i change the values from column C and G to represent the results/range of dices, the thing is without spliting the sub results, is simplier because I follow a simple sequence, each pokemon from 1 to 148 numbers, so first pokemon would be 1-148, second 149-297........., but spliting the sub results, it means each pokemon will appear four times (male, female, shiny male, shiny female), I need a sequence or an easy way to add the dice results without having to do it pokemon by pokemon (what I'm asking at the beginning of this post) 4. Once I finish with all this, I copy the entire excel content and paste it on a website that allows me to remove "spaces" and only keep necessary spaces, then I copy the content to word and I replace the "()" (you can see them on the excel image), I replace it leaving the replace field box empty, so there won't be spaces that way and the code for the vdice replacer will look good. So the whole process is to finish the vdice results in minutes, instead of hours XD. I don't know if all this makes senses to you, I know it might be hard to understand and that it's a long post, but I want it to look very good estetically, and this would help me a lot, but I repeat myself, I want to find an easy way to get an identical sequence of ranges for each pokemon. Thank you P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
|
|
inherit
210882
0
Dec 8, 2014 13:50:08 GMT -8
Eileen
86
June 2014
eileenharlow
|
Post by Eileen on Apr 27, 2015 12:00:36 GMT -8
I need your help. It is showing up blank. Nothing, nada, zilch. I type [2grasslands] and nothing shows up, the post is blank. For text replacement, I also tried just regular Boar/Wolf etc without the [HP:5k....] stuff. It still doesn't show up. I tried it with different range values. The tag identifier is not an existing bbcode. I have vdice and vdice advance installed as well. did you type [2grasslands] and then [roll range="1d2013"] (plus anything under 2000 is not set to show)? Yes, I did the tag and roll range. And what do you mean anything under 2000? What numbers should I be putting there?
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Apr 27, 2015 13:54:12 GMT -8
did you type [2grasslands] and then [roll range="1d2013"] (plus anything under 2000 is not set to show)? Yes, I did the tag and roll range. And what do you mean anything under 2000? What numbers should I be putting there? as in do a 1-2000 range text replacement since any number below 2000 is not set to show anything in your manage section
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Apr 27, 2015 14:00:10 GMT -8
Sorry to bother you too much, but I'm thinking about split the sub results. I'm trying to find a way to do it quick and fast. I'm using excel to separate different parts of the code for each vdice result, but I don't know how to get an automatic sequence for what I'm trying to do On colum C and D, i have this: 1 (C) 74 (D) 75 (C) 148 (D) 149 (C) 149(D) 150 (C) 150 (D) So I'm basically looking a way to get automatic the rest numbers of the dice (but if I drag the values using excel, I get decimals and weird numbers, so it doesn't work) The sequence it's like this. Every pokemon with multiple genre can get from 1 to 74 numbers out of 20000 can be male from 1 to 74 numbers out of 20000 can be female from 1 number out of 20000 can be male shiny from 1 number out of 20000 can be female shiny (each pokemon has a range from 1 to 150 numbers out of 20000, 74 male, 74 female, 1 male shiny, 1 female shiny) So I want to make it quick from 1 to 20000 just dragging numbers or somehow you think could be easier (maybe using a software in specific, maybe with excel or another tool) Once again, I apologize for the long post, but I need to explain this or I know it'll be hard to understand. First of all, what I'll explain below, it's something I do on excel, as I said, I do this because helps me finish the list for the vdice replacer way more faster (because I don't have to input each single number of the range, but I get them as a sequence from 1 to 20000 and I can finish the list in minutes instead of hours) These are the steps I'm following: 1. I separate the code within colums on excel, so I can copy an entire list in a column, like this: i.gyazo.com/57c087f54de37dc8f73f3865831dc759.png 2. I copy all the list of pokemons from a same region (just simply copy and paste, so I don't have to introduce every single pokemon, but just copy the entire list and paste it) I have pokemons on the colums K, N (lowercase for the pokemondb.net url) and S (lowercase for the imagen .gif of the pokemon) as you can notice on the image. So at the and, I end up with 151 rows and the colums from A to U. 3. After I finish with the pokemons, i change the values from column C and G to represent the results/range of dices, the thing is without spliting the sub results, is simplier because I follow a simple sequence, each pokemon from 1 to 148 numbers, so first pokemon would be 1-148, second 149-297........., but spliting the sub results, it means each pokemon will appear four times (male, female, shiny male, shiny female), I need a sequence or an easy way to add the dice results without having to do it pokemon by pokemon (what I'm asking at the beginning of this post) 4. Once I finish with all this, I copy the entire excel content and paste it on a website that allows me to remove "spaces" and only keep necessary spaces, then I copy the content to word and I replace the "()" (you can see them on the excel image), I replace it leaving the replace field box empty, so there won't be spaces that way and the code for the vdice replacer will look good. So the whole process is to finish the vdice results in minutes, instead of hours XD. I don't know if all this makes senses to you, I know it might be hard to understand and that it's a long post, but I want it to look very good estetically, and this would help me a lot, but I repeat myself, I want to find an easy way to get an identical sequence of ranges for each pokemon. Thank you P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓I think it would be possible to design a function that would do that in excel in it's drag feature. However that is something you would have to look up in some excel help website. I'm not interested in designing some super complicated syntax for a codeblock that just replaces text. Neither do I know what that super complicated syntax that would divide ranges based on multiple modifiers would look like.
|
|
inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Apr 27, 2015 14:03:34 GMT -8
Yeah, I understand what you mean about the syntax, that must be hard. Anyways, I already did that, I went to two excel forums to see if someone could help me with the drag sequence XD thank you , thanks to your plugin the encounters will look awesome XD
|
|
inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Apr 28, 2015 14:30:44 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ after understanding the way to make it "faster" in excel (even though anyways took me a few hours), I finished one part of the code, and the way I did (including also stats of the pokemon), takes 253544 characters only for some pokemon of the first generation (This would mean around 8 plugins just for this part) I split the code as you suggested me, so each pokemon I have to do it 4 times. 1 female 1 male 1 female shiny 1 male shiny Here is an example of the code: Encuentro\1-73\<center>¡<span style="font-size: 16px;"><b>Abra </b> ha aparecido!</span><br><a href="http://pokemondb.net/pokedex/abra" target="_blank"><img src="http://play.pokemonshowdown.com/sprites/xyani/abra.gif" ></a><br><br> Psíquico </b><br><b><font color="#5882FA">Masculino</font> <img src="http://img255.imageshack.us/img255/3568/malebz.png" width="20px" height="20px"></b><br><br><b><span style="font-size: 16px;">STATS BASE</span></b><br><font color="#e74841"><b>HP</b></font> / <font color="#f1a83a"><b>Atq</b></font> / <font color="#FFBF00"><b>Def</b></font> / <font color="#719af1"><b>Atq. Es</b></font> / <font color="#94d38c"><b>Def. Es</b></font> / <font color="#916db3"><b>Vel</b></font><br> <font color="#e74841"><b>25</b></font> / <font color="#f1a83a"><b>20</b></font> / <font color="#FFBF00"><b>15</b></font> / <font color="#719af1"><b>105</b></font> / <font color="#94d38c"><b>55</b></font> / <font color="#916db3"><b>90</b></font> <br><b>Total:</b> 310\92 To every pokemon takes about 4 codes like the previous one, some take 2. Each pokemon takes about 1060 character per gender/shiny, that means around 4240 characters per pokemon. Excluding some pokemons with only 1 genre or genderless, that would take half (only 1 genderless and 1 genderless shiny) So my question is, is there anyway you provide support to "embedded" content so Icould for example, upload the full code on a different "hosting" or website or something, that way it would only take 1 line for example on the plugin. I mean a code like this one (which is part of the view-source of proboards) <link rel="stylesheet" type="text/css" media="screen" href="//storage.proboards.com/f/css/0/forum_base_250.css" /> You know?, like embedding a css style sheet or a .js code I hope this is possible, otherwise I will have to use maybe hundreds of extra storage, which might be expensive and will be hard to maintain organized, thank you!
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Apr 28, 2015 18:44:44 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ after understanding the way to make it "faster" in excel (even though anyways took me a few hours), I finished one part of the code, and the way I did (including also stats of the pokemon), takes 253544 characters only for some pokemon of the first generation (This would mean around 8 plugins just for this part) I split the code as you suggested me, so each pokemon I have to do it 4 times. 1 female 1 male 1 female shiny 1 male shiny Here is an example of the code: Encuentro\1-73\<center>¡<span style="font-size: 16px;"><b>Abra </b> ha aparecido!</span><br><a href="http://pokemondb.net/pokedex/abra" target="_blank"><img src="http://play.pokemonshowdown.com/sprites/xyani/abra.gif" ></a><br><br> Psíquico </b><br><b><font color="#5882FA">Masculino</font> <img src="http://img255.imageshack.us/img255/3568/malebz.png" width="20px" height="20px"></b><br><br><b><span style="font-size: 16px;">STATS BASE</span></b><br><font color="#e74841"><b>HP</b></font> / <font color="#f1a83a"><b>Atq</b></font> / <font color="#FFBF00"><b>Def</b></font> / <font color="#719af1"><b>Atq. Es</b></font> / <font color="#94d38c"><b>Def. Es</b></font> / <font color="#916db3"><b>Vel</b></font><br> <font color="#e74841"><b>25</b></font> / <font color="#f1a83a"><b>20</b></font> / <font color="#FFBF00"><b>15</b></font> / <font color="#719af1"><b>105</b></font> / <font color="#94d38c"><b>55</b></font> / <font color="#916db3"><b>90</b></font> <br><b>Total:</b> 310\92 To every pokemon takes about 4 codes like the previous one, some take 2. Each pokemon takes about 1060 character per gender/shiny, that means around 4240 characters per pokemon. Excluding some pokemons with only 1 genre or genderless, that would take half (only 1 genderless and 1 genderless shiny) So my question is, is there anyway you provide support to "embedded" content so Icould for example, upload the full code on a different "hosting" or website or something, that way it would only take 1 line for example on the plugin. I mean a code like this one (which is part of the view-source of proboards) <link rel="stylesheet" type="text/css" media="screen" href="//storage.proboards.com/f/css/0/forum_base_250.css" /> You know?, like embedding a css style sheet or a .js code I hope this is possible, otherwise I will have to use maybe hundreds of extra storage, which might be expensive and will be hard to maintain organized, thank you! I understand that the 60,000 character limit is frustrating and I've looked into embedding from paste sites and such. The only way would be importing from an iframe. And that would require accessing content from that iframe and that is something I do not want to add into my plugin because it gets messy real quick trying to access iframe content across all browsers. Plus the loading time.
|
|
inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Apr 28, 2015 19:12:21 GMT -8
The thing is, I would use it if I know it's going to be 1 million character total, but with the sub, it's going to take me probably more than 6 million characters and that means money and desorganization. I'm trying to think in another solution, but nothing comes to my mind. I thought something similar as linking style sheets could work. I'm not sure about the iframe, I don't even knowwhat an iframe is except for the tags XD, but if you think this would be too problematic... I mean, if it's something optional and you explain me what the errors and inconveniences could be, I wouldn't mind to be careful using the plugin. I really would love a solution for this. By the way, what is it that limits the plugins to 60,000 characters?, is it proboards?, in case it is, why is this? P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ Thank you
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Apr 29, 2015 5:13:59 GMT -8
The thing is, I would use it if I know it's going to be 1 million character total, but with the sub, it's going to take me probably more than 6 million characters and that means money and desorganization. I'm trying to think in another solution, but nothing comes to my mind. I thought something similar as linking style sheets could work. I'm not sure about the iframe, I don't even knowwhat an iframe is except for the tags XD, but if you think this would be too problematic... I mean, if it's something optional and you explain me what the errors and inconveniences could be, I wouldn't mind to be careful using the plugin. I really would love a solution for this. By the way, what is it that limits the plugins to 60,000 characters?, is it proboards?, in case it is, why is this? P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ Thank you Yeah it's proboards. Each component has a limit to 60,000 characters. It must be a physical limit, because when me, peter, and a couple other developers asked for more space, they ended up adding a second Javascript Component for code instead of increasing the 60,000 character limit. So essentially they might be able to double the manage plugin component. But that wouldn't help the issue very much.
|
|
inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Apr 29, 2015 5:57:39 GMT -8
The thing is, I would use it if I know it's going to be 1 million character total, but with the sub, it's going to take me probably more than 6 million characters and that means money and desorganization. I'm trying to think in another solution, but nothing comes to my mind. I thought something similar as linking style sheets could work. I'm not sure about the iframe, I don't even knowwhat an iframe is except for the tags XD, but if you think this would be too problematic... I mean, if it's something optional and you explain me what the errors and inconveniences could be, I wouldn't mind to be careful using the plugin. I really would love a solution for this. By the way, what is it that limits the plugins to 60,000 characters?, is it proboards?, in case it is, why is this? P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ Thank you Yeah it's proboards. Each component has a limit to 60,000 characters. It must be a physical limit, because when me, peter, and a couple other developers asked for more space, they ended up adding a second Javascript Component for code instead of increasing the 60,000 character limit. So essentially they might be able to double the manage plugin component. But that wouldn't help the issue very much. Hmm well, I'll have to do it without the stats, genre and non shiny image, otherwise is too much xD. It's a shame that t Data set inside the code don't work and split it it's too much space If in the future you find an alternative, tha'd be awesome. I'm still trying to think on how to do it. EDIT (POSSIBLE SOLUTION?)You think it's possible you could add multiple ranges for a single item? (not adding the same item multiple times, because this would end up taking space as well. I mean something like this: Genre\1-1\3-3\5-5\7-7\Male Do you think this could be added? What I was thinking is adding this tag to a pokemon, and since this tag would also detect the dice for the pokemon, maybe this would work. What I mean is this Encuentro\1-30\Abra [Genre] So if I get 3, I would get a male abra. This is the only solution I think might work, but not sure anyways, it's not the best solution, but it would help me to maintain part of the code. This way I'll have to publish each pokemon twice, instead of four times. I still want to do it only once, I might be doing it if the multiple range it's possible (without having to do it like this) Genre\1-1\Male Genre\3-3\Male The less content it needs to be input on the codebox, the better. I'm not sure if this is possible but I don't think this should be an issue, but I mean, you already know my knowledge on all this is close to 0 xD, so I hope this is possible, it would help me a lot! So at the end, recopilating the last suggestions for the code, which would be awesome in my opinion and also save space no having to split and make multiple ranges: - Multiple ranges recognize by a single item - Multiple boards id for a single item - The thing about the background color (optional, this part at least for me it's not really important and actually, with the multiple ranges this could be done, and also save space of characters ) And well, when you got time, the storages reuploaded it would be great! Thank you P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
|
|
inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Apr 29, 2015 13:14:16 GMT -8
Ohh, I forgot to ask you a question. The thing about the results not appearing on the search, is this because of proboards itself?, like, why don't the searches get the posts with the content transformed?, if admins of proboards wanted, they could add the transformation to the search? P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓Thank you!
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Apr 29, 2015 16:48:20 GMT -8
Ohh, I forgot to ask you a question. The thing about the results not appearing on the search, is this because of proboards itself?, like, why don't the searches get the posts with the content transformed?, if admins of proboards wanted, they could add the transformation to the search? P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓Thank you! Not because of proboards. Could not fix if they wanted to. Data does not physically exist on the posts. Vdice Replacer places it on top of the posts, like a hat on a person. Proboards cannot look at the hat.
|
|