#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Sept 6, 2017 13:00:00 GMT -8
No worries..
|
|
inherit
223366
0
Jun 20, 2024 5:38:45 GMT -8
mikemcd
176
July 2015
mikemcd
|
Post by mikemcd on Oct 8, 2017 14:18:46 GMT -8
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Oct 8, 2017 14:49:31 GMT -8
Some of your creatures, the Dullahammer included, do not have a hit ratio. This creature currently has an HP of 2000-2000 with no success ratio.. You need another number.. Eg: 2000-2000 5050 being the success rate in %.
|
|
inherit
250870
0
Jun 12, 2018 2:09:56 GMT -8
abraxas42
4
November 2017
abraxas42
|
Post by abraxas42 on Nov 25, 2017 14:35:05 GMT -8
Can you please post a link to your creature board so I can take a look.. Thanks. Don't worry about it, it's my custom theme messing everything up xD I can call things manually by looking at the code. Annoying but oh well xD amazing plugin you have! I am having the same issue. How did you fix this problem? Thanks in advance for the consideration.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Nov 26, 2017 4:57:05 GMT -8
Could you please leave a link to your forum and ensure that it is open to guests so we can try to work out the problem.
Thank you.
|
|
inherit
250870
0
Jun 12, 2018 2:09:56 GMT -8
abraxas42
4
November 2017
abraxas42
|
Post by abraxas42 on Nov 26, 2017 6:48:09 GMT -8
I was hoping to speak with remnantique I think I am having the same problem he is was having and he has a solution. I cannot send him a pm on this board, I do not have access to that privilege so I posted here. Thanks though.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Nov 26, 2017 8:29:04 GMT -8
I was hoping to speak with remnantique I think I am having the same problem he is was having and he has a solution. I cannot send him a pm on this board, I do not have access to that privilege so I posted here. Thanks though. Fare enough.. remnantique still seems to be a regular visitor to this forum, so hopefully, with a couple tags, he'll reply to you. Fingers crossed...
|
|
inherit
250870
0
Jun 12, 2018 2:09:56 GMT -8
abraxas42
4
November 2017
abraxas42
|
Post by abraxas42 on Nov 26, 2017 9:09:13 GMT -8
Thank you, kindly!
|
|
inherit
231004
0
Apr 14, 2016 14:05:22 GMT -8
flyingcats
7
April 2016
flyingcats
|
Post by flyingcats on Nov 27, 2017 10:37:37 GMT -8
Hello! Is there any way to edit this game so it says on your profile, instead of "Total Kills", "Total Captures" or something other than kills? c: I want to use this as a forum game but with the theme in mind "kill" isn't fitting, but I don't see anything for this. cx Thanks! If I just missed something already answered my apologies. cx
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Nov 27, 2017 11:06:39 GMT -8
Hello! Is there any way to edit this game so it says on your profile, instead of "Total Kills", "Total Captures" or something other than kills? c: I want to use this as a forum game but with the theme in mind "kill" isn't fitting, but I don't see anything for this. cx Thanks! If I just missed something already answered my apologies. cx Put this in your Global Footer... <script type="text/javascript"> $(document).ready(function(){ $('#CH_Kills').html('Total Captures'); }); </script>
|
|
inherit
236377
0
Aug 14, 2019 6:17:01 GMT -8
remnantique
Come join our animal crossing forum!
316
August 2016
remnantique
|
Post by remnantique on Nov 27, 2017 23:53:30 GMT -8
I was hoping to speak with remnantique I think I am having the same problem he is was having and he has a solution. I cannot send him a pm on this board, I do not have access to that privilege so I posted here. Thanks though. I didn't get a solution in the end, I just didn't use the plugin. I have no intentions of re-adding it anytime soon either sorry! It's a great plugin by the looks of it, I just had alot of other tasks I had like changing my entire theme that toke over for a while so it hit the back burner xD
|
|
inherit
236377
0
Aug 14, 2019 6:17:01 GMT -8
remnantique
Come join our animal crossing forum!
316
August 2016
remnantique
|
Post by remnantique on Nov 27, 2017 23:56:55 GMT -8
The best advice I can give is look at how the code is for your layout templates for the default proboards theme and then compare it to your custom one. Which classes are missing? Experiment with those.
It seems alot of plugin creators utilise the classes proboards have already set in the default theme (it's a global default for all) so when you install a custom theme alot of them are missing and the plugin doesn't get called.
|
|
inherit
231004
0
Apr 14, 2016 14:05:22 GMT -8
flyingcats
7
April 2016
flyingcats
|
Post by flyingcats on Nov 28, 2017 1:44:14 GMT -8
Hello! Is there any way to edit this game so it says on your profile, instead of "Total Kills", "Total Captures" or something other than kills? c: I want to use this as a forum game but with the theme in mind "kill" isn't fitting, but I don't see anything for this. cx Thanks! If I just missed something already answered my apologies. cx Put this in your Global Footer... <script type="text/javascript"> $(document).ready(function(){ $('#CH_Kills').html('Total Captures'); }); </script>
Did so and it didn't work. Does it not with with Firefox, as I think javascript is disabled? With the code also be used to edit the other places, such as swapping "#CH_Kills" to "HP" or whatever and replacing it with another word? In addition to this, can you alter the deceased images?
|
|
inherit
250870
0
Jun 12, 2018 2:09:56 GMT -8
abraxas42
4
November 2017
abraxas42
|
Post by abraxas42 on Nov 28, 2017 4:24:36 GMT -8
I was hoping to speak with remnantique I think I am having the same problem he is was having and he has a solution. I cannot send him a pm on this board, I do not have access to that privilege so I posted here. Thanks though. I didn't get a solution in the end, I just didn't use the plugin. I have no intentions of re-adding it anytime soon either sorry! It's a great plugin by the looks of it, I just had alot of other tasks I had like changing my entire theme that toke over for a while so it hit the back burner xD Thanks for the consideration! I appreciate it.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Nov 28, 2017 14:01:03 GMT -8
Put this in your Global Footer... <script type="text/javascript"> $(document).ready(function(){ $('#CH_Kills').html('Total Captures'); }); </script>
Did so and it didn't work. Does it not with with Firefox, as I think javascript is disabled? With the code also be used to edit the other places, such as swapping "#CH_Kills" to "HP" or whatever and replacing it with another word? In addition to this, can you alter the deceased images? It should work... Make sure the code is in your Global Footer, and yes, you can change the other attributes by changing '~CH_Kills' to '#CH_HP' etc. If JavaScript is disabled, then the plugins wouldn't work either.
|
|