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.
[Solved] Not working with 2.0.18.1?
dudieboy
New
Just did a conversion over to 2.0.18.1 here: http://www.danbirlew.com/forums/ using the following steps:
- Set up new version in a new directory with a new database.
- Re-styled Vanilla with a custom theme and default.view to match my site design.
- Imported posts and members from old Vanilla forum using Vanilla Porter.
- Activated plugins.
Please have a look at my page and code and advise. Thanks in advance.
0
Best Answers
-
whu606 MVP
I have it working with 2.0.18.1
Think you'll need to provide a dummy account - otherwise it isn't possible to see what is happening with Emotify.
0 -
UnderDog MVP
WHAT is not working? Errors? Images not showing up? Copied images from default to custom theme? Is it working with default theme?
There was an error rendering this rich post.
0
Answers
I have it working with 2.0.18.1
Think you'll need to provide a dummy account - otherwise it isn't possible to see what is happening with Emotify.
WHAT is not working? Errors? Images not showing up? Copied images from default to custom theme? Is it working with default theme?
There was an error rendering this rich post.
@whu606 Registration is open, please sign in. I'd be happy to delete the account afterward.
@Underdog That is actually the default theme with a WP header/footer, and the plugin is not working. Smilies are not replaced, dropdown does not appear in comment boxes.
Possible cause: due to changes to HTML in default.master.view I've replaced the head element with static js references. I imagine that plugins will need to hook into the head, so I'll replace the php from the original head element of the default.master. Will let you know if this fixes the problem, and the other plugin issue I was having.
Hey! I can't edit my posts, or I would merely update my last. Anyway:
I did indeed return
to my default.master.php file and Emotify is now replacing my smilie codes with images. However, in the comment box the Emotify dropdown is not fully appearing, the part called .EmoticonContainer I believe. I see it has a z-index of 1000, should I just try and set it higher? Is there another general fix I need to worry about? Can you look at my code and CSS and see how to fix it?
Also, I want to change the title tag output and favicon to match my site; what file where contains the code for the Head asset?
Admin: please reject the two answers above as they have not answered my question. I originally posted from iPhone and had to tap the links to validate the above answers just to get them out of my way so that I could read what the other posters were saying; might want to reconsider those little black message boxes in your mobile theme.
Since the post above I have been examining the situation further. Have switched back to the default theme and can see the plugin is working fine there. However, in my theme all of the a.EmoticonBox links are for some reason stripped out of the .EmoticonContainer div. In comparing the two I noticed that the a.EmoticonBox links were inheriting certain Css values from other places in the stylesheet, and so I added those to .EmoticonBox, but these were only minor things like margin, padding, text-decoration. Doesn't explain while all links are being stripped out of the .EmoticonContainer div. Any thoughts why custom theme CSS would be doing this?
Solved. Got this working by returning renderasset=foot to my default.master.php view. I don't remember deleting that, but I'm sure it was by accident. :0
Hi, thank you worked for me also! Problem solved! Thanx!