inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Sept 23, 2014 15:23:49 GMT -8
Add .message to the div that holds the content of the posts and it'll parse them. Did this to another forum of mine but this time it isn't working? itsarevolution.boards.net/Where is it occurring? Despite popular belief, I am not actually a psychic
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Sept 23, 2014 15:25:07 GMT -8
Thought I quoted the correct post... Messages.
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Sept 23, 2014 15:32:25 GMT -8
Thought I quoted the correct post... Messages. I'm not going to be able to diagnose that without having to join, so I suppose I'll have to do that to see what's going on. I'll update this post with my findings. EDIT: You have it on the right div and the code is being run. You've got an edited mini-profile, which conflicts with things. You'll need to add this to your template for the mini-profile: <div class="mini-profile" rel="user-$[user.id]">
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Sept 23, 2014 15:35:46 GMT -8
Okie dokie.
EDIT: My guess is it's the VDice plugin since that's the only one that I have on here that I didn't on the other forum. But I have no idea how to fix it.
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Sept 23, 2014 15:51:38 GMT -8
Thought I quoted the correct post... Messages. I'm not going to be able to diagnose that without having to join, so I suppose I'll have to do that to see what's going on. I'll update this post with my findings. EDIT: You have it on the right div and the code is being run. You've got an edited mini-profile, which conflicts with things. You'll need to add this to your template for the mini-profile: <div class="mini-profile" rel="user-$[user.id]"> Added rel="user-$[user.id]" to the mini profiles but no cigar.
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Sept 23, 2014 16:02:36 GMT -8
Oh wow. Fail. I haven't looked at my code in awhile. Get rid of what I just told you to add! What you need to do is change this in the message template: <div class="item message"> to <div class="item message post"> because it's supposed to be looking at posts (.post class selector), and messages don't have that class.
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Sept 23, 2014 16:10:53 GMT -8
Nope.
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Sept 23, 2014 16:18:38 GMT -8
Nope. I'm sorry, I should have been more specific. It should be the tr that currently has this as it's markup: <tr id="message-10" class="item message post last even"> Add the red.
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Sept 23, 2014 16:21:36 GMT -8
Hrm, well I just see this so where would I post the post? <tr id="$[message.content_id]" class="$[message.content_class]{if $[message.even]} even{/if}">Nvm, got it. Danke!
|
|
inherit
185750
0
Oct 14, 2020 16:45:32 GMT -8
hatty hattington !
13
November 2012
cherryxgrenade
|
Post by hatty hattington ! on Oct 9, 2014 15:06:47 GMT -8
Hey, we've been having a problem on Magical Mayhem where, when we have the style tag plugin enabled, it messes with people's ability to correctly copy and paste codes.
It puts inappropriate line breaks in everything. I don't know what's going on, so we disabled it for the time being.
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Oct 15, 2014 7:38:28 GMT -8
Hey, we've been having a problem on Magical Mayhem where, when we have the style tag plugin enabled, it messes with people's ability to correctly copy and paste codes. It puts inappropriate line breaks in everything. I don't know what's going on, so we disabled it for the time being. I can't troubleshoot if you don't give me an example for me to try and get the same problem
|
|
inherit
185750
0
Oct 14, 2020 16:45:32 GMT -8
hatty hattington !
13
November 2012
cherryxgrenade
|
Post by hatty hattington ! on Oct 18, 2014 16:24:43 GMT -8
here is an example of a biography where there are line breaks where they shouldn't be - the first section should be all neat and tucked up like this. Also the second section in the first bio has line breaks after every section. The code looks like: thisI recently re-enabled the plugin after a test on my test forum where this wasn't happening and it should still be enabled.
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Oct 19, 2014 18:33:39 GMT -8
here is an example of a biography where there are line breaks where they shouldn't be - the first section should be all neat and tucked up like this. Also the second section in the first bio has line breaks after every section. The code looks like: thisI recently re-enabled the plugin after a test on my test forum where this wasn't happening and it should still be enabled. Try putting the Style Tags plugin above all the other plugins, or all the way at the bottom. The only thing I can imagine happening is the VDice plugin interfering, so try it above that.
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Oct 31, 2014 20:04:50 GMT -8
Hey Bennett 🚀! Just realized that this plugin makes it so that when you copy and paste code from code text areas, it removes all the returns within the code/text and placing it all on one line. So far I have only noticed this on FireFox though. Something to look into perhaps?
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Nov 1, 2014 5:29:42 GMT -8
Hey Bennett 🚀! Just realized that this plugin makes it so that when you copy and paste code from code text areas, it removes all the returns within the code/text and placing it all on one line. So far I have only noticed this on FireFox though. Something to look into perhaps? Using my code tag copying plugin? Does the post have a [nospaces] in it?
|
|