Need help installing

Discussion in 'Questions' started by mmoore5553, Feb 18, 2012.

  1. mmoore5553 New Member

    I have no issues modifying wordpress code or anything related to wordpress but this mod has got me. I was going to test it with other wordpress scripts but can not even get it past the modify part.

    I have followed the readme but still issues. Is there a video or any documentation for step by step instructions . I have uploaded it to plugin file and activated it but nothing working.

    I would be more than happy to do a tutorial once i get it working.
  2. Jamie Administrator

    Hey,

    I'm a little confused what you mean by the 'modify part'? You shouldn't have to modify anything to get it working. Did you go through the relevant settings page once installing the mod?

    Jamie
  3. mmoore: describe exactly what your problem is !
    Jaime: mmoore can't seem to get the addon installed.
  4. mmoore5553 New Member

    Okay now this is stupid but it was me. I would put in big letters the if it is in /wordpress and /xf ..your example should be much bigger as I did not see the dot .
  5. mmoore5553 New Member

    I am having this issue. I typed a post in wordpress and this is how it shows. It is wordpress 3.1. I thought it would be a real thread ? Is this normal behavior. Once i get this working i will test a couple plugins for shops.

    Attached Files:

  6. Jamie Administrator

    Hi,

    That is a real thread, as far as I can see? Perhaps I am missing something obvious, could you explain what you think is wrong?

    Jamie
  7. mmoore5553 New Member

    Sorry i been sick . Oh i thought when i wrote down in the wordpress post what i wanted that it would show up as normal thread in XF. It is showing up like a quote. Then it has a link to view as the blog ?
  8. Jamie Administrator

    Yes it is, but it is showing up as a quote in a real thread. It's supposed to link the two bits of software together.
  9. mmoore5553 New Member

    Okay i am confused > I thought if you bridge it and then write something it would then post it like a normal post not in quotes ? Also the link to the real thing I just do not understand as I thought it would put it as the real thread if i started one in XF ?

    Sorry I just want to clarify . As I need it to act like opening a new thread in XF. The quotes would confuse people.
  10. Jamie Administrator

    It creates BOTH a real thread in Xenforo AND a real post in Wordpress. If it is literally a matter of removing the [ quote ] ... [ /quote ] tags then that's easy to do, if you want I'll write some instructions?

    Jamie
  11. mmoore5553 New Member

    Oh okay so by default it puts it in quotes ?

    I was going to search in your code and modify it to take it out but if you know how to do that already then that is great.
  12. Jamie Administrator

    xf_thread_creation_system.php

    Roughly lines 80 and 147

    Simply remove the open and close quote bbtags so you're left with just an empty string concatenated (or remove the concatenation operator and the "" as well).
  13. mmoore5553 New Member

    Will this still allow people to do quotes though ?
  14. Jamie Administrator

    Of course, yes. It will only remove quotes from the first post in the automatic generated thread.
  15. mmoore5553 New Member

    Bingo will test it tonight. Thank you.

    also the blog link is that an option to shut off or is that normal ?
  16. Jamie Administrator

    Remove lines 83 and 150 of that same file if you don't want it ^^

Share This Page