inherit
167709
0
Sept 25, 2018 7:21:22 GMT -8
SailorEffinMoon
I think it's really cool how the word "OK" is a sideways person!
244
June 2011
cameronnat
|
Post by SailorEffinMoon on Jul 19, 2014 3:09:25 GMT -8
What I meant was, is there someway to stop all the tabs from loading automatically in the tables code? I know you can stop the first tab loading but I'd like that one to load and the rest to load when their tab is clicked on.
Right now I'm doing them manually and it's taking me forever.
Example:
[PTabbedContent=] <!-- FIREDRIVE NORMAL START--> [PTab=[img src="http://i48./f217/cameronnat1/Banners/Firedrive.png"]]<iframe src="http://www.firedrive.com/embed/780F4F7879A95B01" scrolling="no" frameborder="0" height="400" width="600"></iframe>[/PTab={color:#000000; font-weight: bold;}] <!-- FIREDRIVE NORMAL END -->
<!-- YouTube NOLOAD START--> [PTab=<a href="//www.youtube.com/embed/mWGGKLi-F1k" target="frame" class="click_iframe">[img src="http://i48./f217/cameronnat1/Banners/youtube.png"]</a>]<div class="frame_div"><iframe name="frame" src="#" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="600" height="400"></iframe></div>[/PTab={color:#000000; font-weight: bold;}] <!-- YouTube NOLOAD END--> [/PTabbedContent={background-color:#000000; width:500px;}]
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 19, 2014 9:42:16 GMT -8
when the plugin runs, all the content in the post has already been loaded. or in other words, the plugin doesnt stop the message from loading anything, it just re-organizes it after the fact.
|
|
inherit
167709
0
Sept 25, 2018 7:21:22 GMT -8
SailorEffinMoon
I think it's really cool how the word "OK" is a sideways person!
244
June 2011
cameronnat
|
Post by SailorEffinMoon on Jul 19, 2014 16:39:37 GMT -8
Ah okay, so no then lol. Thanks
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 19, 2014 19:34:34 GMT -8
sorry man. as I said, its already there. Dynamically loading new content would have to use a different method.
|
|
inherit
140505
0
Jul 22, 2018 15:41:46 GMT -8
Nahara46
234
May 2009
nahara
|
Post by Nahara46 on Aug 5, 2014 7:31:51 GMT -8
Hi, I'm having a problem in THIS thread. What I'm trying to do is just add in a row of the top post to update for new members, but I'm encountering difficulties. Whenever I add the new row, which is currently just resting in the third post of that thread, I get the error message 'Infinite Loop Again' which I think comes from Tabbed posts. They all work just fine when in separate posts, but putting them together destroys the world. BTW, the 2nd post of that thread, the 'everybody' one, is supposed to go below everything else in the same top posts, I just removed it until I fix the top one. Thank you for any help!
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 5, 2014 8:03:32 GMT -8
The "Infinite Loop Again" dialog happens when recusrsion goes over 20 attempts. its to keep the code from failing and going into an infinite loop and locking up your board. this is typically caused by something not closed or not getting parsed correctly and still being there when the next iteration comes around. recheck that all the closing tags are in there.
|
|
inherit
140505
0
Jul 22, 2018 15:41:46 GMT -8
Nahara46
234
May 2009
nahara
|
Post by Nahara46 on Aug 5, 2014 9:18:08 GMT -8
Yeah, I've looked through the code to try and find something like that, but I can't seem to? And with them working find when in separate posts, it's really confusing me XD.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 5, 2014 14:10:53 GMT -8
well the other possibility is you legitimately went over the 25 number with actual content. I have to debug your post to see where the number is going. If that is indeed the case, I will need to raise up that number.
|
|
inherit
140505
0
Jul 22, 2018 15:41:46 GMT -8
Nahara46
234
May 2009
nahara
|
Post by Nahara46 on Aug 5, 2014 21:47:41 GMT -8
Over the number 25?
Sorry, I'm not quite sure what that means?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 6, 2014 0:10:49 GMT -8
I have a loopbreaker in there in case someone does something weird and causes the engine to not remove the embedded tags and see them again on the next loop. this will cause an infinite loop and make the page just sit there for a few minutes while it runs. eventually the browser will think the page isnt responding and ask if you want to stop the script. so I put a breaker in there that says if the loop goes more then 25 times, assume something went wrong and stop the loop on its own so it doesnt break the rest of the page.
looking at what you are posting, you might have actually gone over the limit with actual content. so I need to raise the number higher to allow your post to work, but still not cause an infinte loop.
|
|
inherit
140505
0
Jul 22, 2018 15:41:46 GMT -8
Nahara46
234
May 2009
nahara
|
Post by Nahara46 on Aug 6, 2014 7:04:10 GMT -8
So as I am understanding it, it's just too many tabs/boxes?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 6, 2014 11:22:26 GMT -8
I don't know for sure but I suspect it.
Try this: divide the number in half and put half of them in one post and half in another. If both posts still work, then I am right about the limit.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Aug 7, 2014 16:12:26 GMT -8
I dont know where I got the number 25, its actually set to 10. but I just raised it to 50. see if the new version lets you combine those posts.
|
|
inherit
77130
0
Nov 24, 2019 16:18:05 GMT -8
ashycat!
Probably playing in Illustrator.
2,482
April 2006
adampiro
ashycat's Mini-Profile
|
Post by ashycat! on Aug 15, 2014 13:29:20 GMT -8
So I read the "Css Stuff" which I assume is where this problem is coming from. Wormopolislifeofahero.proboards.com/thread/101/more-testing - is the template I am working on this for. I need the border to go away, and I assume it has to do with the CSS stuff section, specificily ".post .message table.PT_table {width: 90%; border: #000000 1px solid;} /* Overall table default */" I just need to know if I need to find said line of code, or just add it at the end of the css.
|
|
inherit
201162
0
Jun 19, 2020 19:26:01 GMT -8
wanderingjedi
Jedi Master Artist
138
October 2013
shakiah
|
Post by wanderingjedi on Aug 18, 2014 8:04:32 GMT -8
|
|