• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[Paid Custom Mod Request] 'Powered by'-buttons on forumhome

twollert

Active member
EDIT: This request has been completed by xfrocks and I highly recommend him.

I need a little template/css modification for the forum home page.

In vB I have for several forums a "powered by" (= "präsentiert von" in German) 88x31 pixel button of the sponsor. You can see it here:

radioforen_buttons.webp

The button is depending on the forum ID, like this:

Code:
<if condition="$forumid == 1">powered by + Button 1</if>
<if condition="$forumid == 2">powered by + Button 2</if>
<if condition="$forumid == 3">powered by + Button 3</if>

Who can smoothly integrate that in XenForo? :)

This is how it should look like (mashup with dark style):

xenforo_buttons_mashup.webp

Please contact me if you can take on this modification.
 
Top Bottom