width

  1. ENXF NET

    xF2 Add-on [OzzModz] Table BBcode Tweak 2.3.0

    By default all BBcode tables are full width (100%) with XenForo 2.1 / 2.2. This add-on makes it possible to use full or collapse width. Translations English (default) Dutch BBcode Help page: Admin Options: Set forum default to display tables: Add extra spacing between cells if needed:
  2. ENXF NET

    XF 1 Tip HTML for Paris Flag in Header

    The below code will display a flag of France in the top right block of your header. Open the ad_header template in the style(s) you are using and paste the following code. The CSS is included in the code so you can customize to suite your needs (ie: remove the box shadow for dark themes)...
  3. ENXF NET

    XF 1 Tip Navtab ResponsiveNarrow-Only Tab Width Control

    There are times where your tab width's need to be crushed down a bit to make your navbar operate in a more visually appealing way for your users who browse your site's using their devices that utilize ResponsiveNarrow renderings. I found this useful on my site primarily for logged-in users when...
  4. ENXF NET

    XF 1 Tip Xen Product Manager Tiles

    Requirements: Xen Product Manager Add this to your EXTRA.css template: .productListItem { display: inline-block !important; table-layout: initial !important; border-radius: 5px; margin: 10px 0px 0px 0px; width: 260px !important; box-sizing: border-box; vertical-align: top...
  5. ENXF NET

    XF 1 Tip Responsive AdSense

    One of the biggest concerns with 1.2 has been how to activate the responsive design while still using AdSense. Obviously as the various page widths are now totally dynamic, simply adding a Google ad slot in the normal manner won't work. Once the browser width reduces below the width of the...
  6. ENXF NET

    XF 1 Tip Adsense Placement for XenForo Forums - One Way to Do It

    I decided to write out how I do my Adsense placements. This is primarily meant to be a resource to myself for those times that I experiment and forget how to return to my defaults. I'm sharing it here for others who may want to do something similar. The goals of this method are to achieve a...
  7. ENXF NET

    XF 1 Tip Tutorial Query to Reset BB Code Media Sites

    TRUNCATE xf_bb_code_media_site; INSERT INTO xf_bb_code_media_site (media_site_id, site_title, site_url, match_urls, embed_html, match_is_regex) VALUES ('facebook', 'Facebook', 'http://www.facebook.com', 'facebook.com/*video.php?v={$id:digits}\nfacebook.com/*photo.php?v={\$id:digits}', '<iframe...
  8. ENXF NET

    XF 1 Tip Moving xenForo SideBar from Right to Left

    Just add the following CSS to EXTRA.css Admin Control Panel -> Appearance -> Styles & Templates -> Templates ( make you it's the correct style ) -> EXTRA.css Add the contents below and save : .mainContainer { float: right; margin-left: -{xen:calc '@sidebar.width + 10'}px; margin-right: 0px...
Top