I hath come back to... DMC Forums!

  • Welcome to the Devil May Cry Community Forum!

    We're a group of fans who are passionate about the Devil May Cry series and video gaming.

    Register Log in

Carlos

A powerful demon
Xen-Omni 2020
Feb 19, 2008
1,031
449
5,190
California
Twitter
CarlosX360
So, I registered years ago, when this DMC community was on vB3. I haven't been posting much, but I am a huge Devil May Cry fan.

And then when I came back, I came to a surprise seeing the site is now on xenForo. Why surprising? I now own more than one gaming website, and a few of them are xenForo-powered. I am glad this site changed over because xenForo is a fantastic software. On top of that, I LOVED what you guys did here. I mean forum categories now have their own unique image of DMC. I wanna know how to do that, so I can implement it on my site.

Well, see ya around! :)
 
Welcome back to the forums and thanks for the compliments on the new updates to the site. Nice to see some more people who like and are using Xenforo themselves. Im sure Steve would be happy to give you some help on the images for forum categories issue you mentioned.
 
Welcome back to the forums and thanks for the compliments on the new updates to the site. Nice to see some more people who like and are using Xenforo themselves. Im sure Steve would be happy to give you some help on the images for forum categories issue you mentioned.
Thanks! I have started a conversation with him just now. :)
 
  • Like
Reactions: Dark Drakan
Hi mate! Welcome back. :) Congrats on moving to XenForo! There are probably one or two plugins out there that'll let you specify a unique image per forum 'node', but I've found it easier to just manually insert the necessary HTML code into each forum's 'description' field, within the Admin CP; something like this would do the trick:

Code:
<div class="float:right;margin:0 0 10px 10px;position:relative">
<img src="http://yourwebsite.com/image.png" />
</div>
 
[forum description goes here]
 
  • Like
Reactions: Dark Drakan
Hmm... I didn't know that the descriptions allow HTML!

Nice, and it doesn't look like it'll be hindered by xenforo upgrades or future upgrades! Thanks! :D
 
Hi mate! Welcome back. :) Congrats on moving to XenForo! There are probably one or two plugins out there that'll let you specify a unique image per forum 'node', but I've found it easier to just manually insert the necessary HTML code into each forum's 'description' field, within the Admin CP; something like this would do the trick.
Okay, so I got around to implementing that HTML code you've provided, and it shows the image on the left, rather than the right where I wanted it to be. I went into ACP and tried to disable the hovering descriptions overlay, and it still displays it there.

As frustrating as it was, I'm like "Oh well, at least it works." :/