Resource icon

IPBforo 1.1.2

No permission to download

mistypants

Well-known member
mistypants submitted a new resource:

IPBforo - Emulate the look of IPB while keeping the Xenforo functionality.

This is a simple, free theme I put together mostly just to test my skills with Xenforo's styling system without having too worry too much about design. I know we definitely have some IPB converts around here who might like a familiar look, or just to build off of one.

Features
  • Responsive: built & packaged from the latest...

Read more about this resource...
 
Last edited:
Hey, Misty.

I noticed that the footer background on overlays doesn't seem to extend to the right all the way.

Is this a simple CSS fix? :)

xOrsAti.png
 
Very nice! Any chance you can fix the nudging that happens as you hover over the header links? (e.g. Mark Forums Read, Search Forums, Watched Forums..)
 
Very nice! Any chance you can fix the nudging that happens as you hover over the header links? (e.g. Mark Forums Read, Search Forums, Watched Forums..)
That should be an easy fix. :) It's probably a padding or margin issue. I've been meaning to update this for 1.2.4 (not that it'd be a hassle), I'll try to release it sometime this week.
 
In this update has not been included the template IPB_style.css. In the footer template is must be corrected this:
PHP:
<div id="copyright">IPBforo created by <a href="http://xenforo.com/community/members/mistypants.21621/">mistypants</a>, inspired by the <a href="http://www.invisionpower.com/">IPS Community Suite</a>. No infringement intended.<BR /> {xen:phrase xenforo_copyright}</div>
for something like this:
PHP:
<div id="copyright">IPBforo created by <a href="http://xenforo.com/community/members/mistypants.21621/">mistypants</a>, inspired by the <a href="http://www.invisionpower.com/">IPS Community Suite</a>. No infringement intended.<BR /> {xen:helper copyright} {xen:phrase extra_copyright}</div>
This is because since XenForo version 1.3 is no longer used the phrase {xen:phrase xenforo_copyright} is now being used a helper {xen:helper copyright} {xen:phrase extra_copyright}

Sorry for my English.

Thanks, Luis[/php]
 
Hi @mistypants

In the new update still missing the template IPB_style.css and it is also necessary to correct again the copyright in the footer template, you has put:
PHP:
<div id="copyright">IPBforo created by <a href="http://xenforo.com/community/members/mistypants.21621/">mistypants</a>, inspired by the <a href="http://www.invisionpower.com/">IPS Community Suite</a>. No infringement intended.<BR /> {xen:helper copyright}</div>
to be equal to XenForo template you need to place the following
PHP:
<div id="copyright">IPBforo created by <a href="http://xenforo.com/community/members/mistypants.21621/">mistypants</a>, inspired by the <a href="http://www.invisionpower.com/">IPS Community Suite</a>. No infringement intended.<BR /> {xen:helper copyright} {xen:phrase extra_copyright}</div>
the difference between them is {xen:phrase extra_copyright}, this new phrase is used by other developers/authors or the site owner for their own copyright.

Sorry for my English.
 
Hi mistypants,

The IPB_style.css template is not included in the file in the latest style updates, and now also missing the new template IPB_copyright.
 
Hi mistypants,

The IPB_style.css template is not included in the file in the latest style updates, and now also missing the new template IPB_copyright.
Wow, messed up the XML there. Updating with the new one in just a few minutes (just waiting for it to export).
 
Top Bottom