Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Comment system help
Caio
✭
I need help with the comment system. On my site, Apple Monster, I am using the comment system self hosted. It is Wordpress, but the comment system has a ridicously big iframe. I was wondering if there was a way to fix this and make it self expanding like Cult of Mac's without using the script (I can't code javascript, I tried to learn but couldn't). If there isn't, can someone help me with the script to post to the forum like the plugin?
Tagged:
0
Best Answer
-
422 MVP
lol k sorry your on your own. I havent got the time or indeed patience for replies like that
There was an error rendering this rich post.
1
Answers
The vanilla embed plugin makes it a bit smaller, but doesn't make it the correct size. I was hoping I didn't have to use this plugin because every plugin make the site slower
Looks cool... Can you post pic of what you WANT it to look like
There was an error rendering this rich post.
I want it to look like http://www.freeimagehosting.net/6w3e1, not http://www.freeimagehosting.net/hirex as top and http://www.freeimagehosting.net/pckko as bottom combined.
Clear as mud, please use image tags when posting image, just click the landscape icon on a post.
You want to close the vanilla logo up to underneath your comment box!
There was an error rendering this rich post.
Ok thank you for the info, didn't notice the image tag.
And no, make the iframe smaller. If that's what you meant, sorry didn't understand.
Your iframe is set to a height of 1000px
change to 100%
eg.
iframe id="vanilla92329" width="100%" scrolling="no" height="100%"
There was an error rendering this rich post.
didn't work, the submit button became hidden Edit: I mean the box became so small, the button was gone.
try this:
there are two places to change height:
There was an error rendering this rich post.
Sorry if i'm bothering you, but now it doesn't self expand anymore
did you embed this yourself, or is this STOCK from vanilla...
Because your comments ( replies ) are outside of the iframe... it appears... the iframe itself doesnt look like it is constructed properly.
There was an error rendering this rich post.
I got it from the Wordpress plugin by Vanilla
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Peregrine, didn't work
you changed the css or the html somewhere - where? Is there a statement that you can find that sets the rows.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I didn't change it to go live, I just changed it with firebug.
well! there you go. It won't show in firebug. It's not css - its hard coded into your form html isn't it.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
i'm afraid I'm not following you. Why doesn't it show in firebug? Also, how do I edit it?
Aren't you changing css characteristics in firebug. You are not changing hardcoded html I don't believe firebug can change the rows properly - also sometimes there is a problem in fire bug with frames. your choice to see if it works - change the html or don't, it doesn't matter to me.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I tried it with both firebug and built in firefox inspector and neither worked
Mate.
Firebog makes changes LOCAL to you ONLY !
To see REMOTE changes you need to edit the actual files, and re upload them to your server, so that they may take effect
There was an error rendering this rich post.