BangBang - ThemesCorp

xF1 Style BangBang - ThemesCorp 1.6.0.4

No permission to download
New release 1.6..0.4

- Support for XenForo 1.5.14

If you wish to update your style manually, here is the process:

For all styles
  • Go to navigation template, find:
Code:
[/INDENT]
[INDENT=1]<xen:if is="{$canViewProfilePosts}"><li><a href="{xen:link find-new/profile-posts}">{xen:phrase new_profile_posts}</a></li></xen:if>[/INDENT]
[INDENT=1]
  • Replace by:
Code:
[/INDENT]
[INDENT=1]<xen:if is="{$canViewProfilePosts}"><li><a href="{xen:link find-new/profile-posts}" rel="nofollow">{xen:phrase new_profile_posts}</a></li></xen:if>[/INDENT]
[INDENT=1]
Only for Dazzle, xenFracture, xenFracture Ligth, Jasper, Mega, Overhead, Razor Blade
  • Go to thread_view template and find:
Code:
[/INDENT]
<div class="linkGroup">
					<xen:if is="{$canReply}">
						<a href="{xen:link 'threads/reply', $thread}" class="callToAction"><span>{xen:phrase reply_to_thread}</span></a>
					<xen:elseif is="{$visitor.user_id}" />
						<span class="element">({xen:phrase no_permission_to_reply})</span>
					<xen:else />
						<label for="LoginControl"><a href="{xen:link login}" class="concealed element">({xen:phrase log_in_or_sign_up_to_reply})</a></label>
					</xen:if>
				</div>
			</xen:if>
[INDENT=1]
Code:
[/INDENT]
<xen:if is="{$canReply}">
					<div class="linkGroup">
						<a href="{xen:link 'threads/reply', $thread}" class="callToAction"><span>{xen:phrase reply_to_thread}</span></a>
					</div>
				<xen:elseif is="{$thread.discussion_state} == 'visible' AND {$thread.discussion_open}" />
					<div class="linkGroup">
						<xen:if is="{$visitor.user_id}">
							<span class="element">({xen:phrase no_permission_to_reply})</span>
						<xen:else />
							<label for="LoginControl"><a href="{xen:link login}" class="concealed element">({xen:phrase log_in_or_sign_up_to_reply})</a></label>
						</xen:if>
					</div>
				</xen:if>
			</xen:if>
[INDENT=1]
  1. New release 1.6.0.3
    • New option: add a bounce effect to logo every time the page is loaded
    Install: Just upgrade with the xml file


    xenforo_com_community_attachments_bounce_effect_png_153073__.png




    xenforo_com_community_attachments_bounce_logo_gif_153074__.gif
    Allan, Today at 2:57 PM
  2. Support Chat Siropu and Unread Post add-on and styling fixes - 1.6.0.2

    New release 1.6.0.2

    - Styling to attachment system
    - Support Chat Siropu -> https://www.null-scripts.net/resources/chat-by-siropu.458
    - Support Unread Post Count -> https://www.null-scripts.net/resources/unread-post-count.1341
    - Styling thread poll

    xenforo_com_community_attachments_siropu_png_149448__.png


    xenforo_com_community_attachments_bangbang_unread_gif_149447__.gif
New release 1.6.0.1

- Add style property for position the title to block 1 on custom footer
- Add many style properties for customize the UserBox
- Add 4 new options in style properties (UserBox) for hide Avatar, Likes or/and points block
- Add Avatar Circle in membercard
- FontAwesome has been updated to latest version (4.7.0)
- Sticky Navigation for Internet Explorer fixed
- Fix error with helper to avatar for Last Posts block

xenforo_com_community_attachments_upgrade_png_146663__.png
New release 1.6.0.0
__________________


Slider Responsive is included now !

You can add 10 images.

You have 2 choices of locations, one just above the Forums List and one which will take the total width of the forum which will be placed below the navigation bar

A Usergroup permission allows you to set who can see the Slider Responsive.

There are 2 types of loader:
- Pie (cercle)
- Bar

We have created style properties (in our XenCore Framework) that allow you to easily customize the wrapper of sliders!

For each image, you can:
- Add url image
- Add Caption
- Add link (with option for open link in new window)

  • Slider above the forums list
xenforo_com_community_attachments_slider1_png_144176__.png



  • Slider use total width of the forum
xenforo_com_community_attachments_slider2_png_144177__.png



  • Slider Options
xenforo_com_community_attachments_slider3_png_144178__.png



  • Permission
themescorp_com_attachments_slider4_png_4224__.png


  • Style Properties
xenforo_com_community_attachments_slider4_png_144179__.png



  • BanBang with XenCore Framework

xenforo_com_community_attachments_slider5_png_144180__.png
  • Like
Reactions: marius lagesen
New release 1.5.8.0
- Support XenForo 1.5.8
- Add avatar (user last comment) in Node Last Post block (on forum list)
- Add avatar in Last Message column (on thread list)
- Custom footer has been written
- Standardization css