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

24

Answers

  • peregrineperegrine MVP
    edited April 2012

    Did you read the comment I made about firebug. Are you cpncerned about fixing your program or the trial and travails of firebug??

    copy the view source to an html if you want to test. change the rows to 4 in your test page and display it - and see if it works.

    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 can't find where the css and html for this is. Can anyone help me?

  • peregrineperegrine MVP
    edited April 2012

    grep -ri textarea *

    it will be hardcoded in html/php I bet.

    http://www.w3schools.com/html/showit.asp?filename=tryhtml_textarea

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • what does grep -ri textarea do? I'm kind of new to this.

  • 422422 MVP
    edited April 2012

    Did you set a database up, if not i think the iframe is id'd remotely from vanilla.

    In which case you need to put in support ticket

    The comments are included via id request, presumably you triggered a id for the comments.. Entered a url, and deployed the wormpress plugin.

    If this is how it works, your best getting vanilla to look at the issue.

    There was an error rendering this rich post.

  • Yea, the vanilla forum is hosted by me and not vanilla.

  • So you managed to upload via zip, and unzip within wormpress?

    There was an error rendering this rich post.

  • no, cpanel. My forum is at http://forums.applemonster.co.

  • We are talking about the COMMENTS system arent we? You said it was a plugin.

    There was an error rendering this rich post.

  • peregrineperegrine MVP
    edited April 2012

    .

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Vanilla recently released I believe a comment system, that hooks into the forum system , @Peregrine, I havent played with it.. I am guessing it uses includes to fetch comments based on forum / blog discussions.

    There was an error rendering this rich post.

  • peregrineperegrine MVP
    edited April 2012

    Sorry, I'm running interference. I'm out of my knowledge space here.

    Vanilla Comments is available only to Vanilla’s hosted customers.

    I think you mentioned filing a ticket 422 and that sounds like the thing to do.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • not sure, my son emailed me a vanilla email ( fwd ) last week regarding it.

    Will try n find it...http://vanillaforums.com/blog/news/introducing-vanilla-comments/

    There was an error rendering this rich post.

  • The name is Vanilla Forums and is downloadable on the wordpress.org website at http://wordpress.org/extend/plugins/vanilla-forums/

  • And 422 is absolutely correct.

  • and no, it works with self hosted too, just no support.

  • and I installed the comments through wordpress

  • ok.

    So open the PLUGIn ( your local version of the comment plugin )

    What is in the folder ?

    js / css / html / php etc

    There was an error rendering this rich post.

  • CaioCaio
    edited April 2012

    js, css, and php. names are
    vanilla-forums/plugin.php;
    vanilla-forums/sso.php;
    vanilla-forums/embed.php;
    vanilla-forums/admin.php;
    vanilla-forums/hooks.php;
    vanilla-forums/functions.php;
    vanilla-forums/assets/admin.css;
    vanilla-forums/assets/vanillaforums.js;
    vanilla-forums/assets/vanillaforums.css;
    vanilla-forums/readme.txt;
    vanilla-forums/comments.php;
    vanilla-forums/widgets.php;
    vanilla-forums/templates/embed_template.php;
    vanilla-forums/functions.jsconnect.php;

  • At a guess comments.php may be the culprit

    There was an error rendering this rich post.

Sign In or Register to comment.