• 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.

Add Partners block on Index page

Allan

Well-known member
Add Partners block on Index page
________________________
This mod add a block for your partners.
I add a link for your futur partners, so they can contact you..
  • In "forum_list" template, add to the end:
Code:
<!-- Partners -->
		<div class="section sectionMain nodeList">
		<div class="nodeInfo categoryNodeInfo categoryStrip">
			<div class="categoryText">
				<h3 class="nodeTitle">Partners<span class="nodeDescription muted baseHtml" style="float: right;"><a href="misc/contact"><i>Become partner ?</i></a></span></h3>
			</div>
		</div>
                <div>
                <li>
		<span class="section">
			<div class="secondaryContent statsList">
                                <img src="@imagePath/xenforo/widgets/link.png" alt="" />
                                  <span class="userTitle">
                                     <a href="http://www.xenfrench.com">XenFrench.com</a><img src="@imagePath/xenforo/widgets/separator.png" alt="" />
				     <a href="http://www.vbulletin-ressources.com">vBulletin-Ressources.com</a><img src="@imagePath/xenforo/widgets/separator.png" alt="" />
                                     <a href="http://www.planethoster.net/">PlanetHoster.net</a><img src="@imagePath/xenforo/widgets/separator.png" alt="" />
                                     <a href="http://www.redheberg.com/">RedHeberg.com</a>
                                   </span>
			</div>
		</span>
                </li>
		</div>
	        </div>
<!-- End Partners -->
  • Uploaded separator.png into "../styles/default/xenforo/widgets/" folder.
  • Edited the links ;)
French thread: http://xenfrench.com/forum/threads/ajouter-un-bloc-partenaires-sur-lindex.393/
 

Attachments

  • Partners.webp
    Partners.webp
    14.9 KB · Views: 130
  • separator.webp
    separator.webp
    228 bytes · Views: 92
Top Bottom