[RC]Slider_Menu-User 1.0.4

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

[RC]Slider_Menu-User 1.0.4

Post by Tigerman75 »

Screenshots:
Image__Image__ Image__ Image__ Image__ Image__ Image__ Image____ Image__Image__Image

Modification Name: Slider Menu Users

Author:
Tigerman75(Tiger)And Luckyluciano(Lucky)

Modification Description:
With this simple mods're going to add a very nice and useful menu 'user side to display:Float left or right,enable disable for admin(ACP) and Users registered (UCP)

Modification Version: 1.0.6
Modification Download:1.0.6
SliderMenu-RC_1.0.6.zip
Modification Download:1.0.5
1.0.5.zip

Modification Download:1.0.4
SliderMenu.R.C.1.0.4.zip
Update 1.0.3/1.0.4 Download:
Download Update 1.0.3-1.0.4

Requirements:
N/A

Important!
Before Installation,remember setting chmod 0755 folder and subfolder cache->files->store and 0775 images!!!!


After Installation,Go to ACP ->Tab System->Module management->user control Panel->Navigate in field Module Select->Select->Slider Menu[ucp_slidermenu_users]/SliderMenu/Add module=yes and enable after module.!

Image
Image
Features:
    Chance 'to switch on and off from ACP Compatible with AutoMod View unanswered posts new posts Unread messages active Posts View your posts Moderator Control Panel Administrator Control Panel private Message Date and time of last visit User avatar (Visualizzabbile in all forum pages) Mark all posts as already 'beds Compatible browsers: Internet Explorer Firefox Chrome Opera Safari You will find instructions for installing the file install.xml Compatible with automd Styles compatible. prosilver/subsilver2 Enable Disable mod ACP Choose to place the menu on the left or the right via ACP
Demo URL:
Demo
Demo Username: test

Demo Password: 123456
You do not have the required permissions to view the files attached to this post.
Last edited by Tigerman75 on 22 Jun 2013, 22:37, edited 4 times in total.

Slider_Menu-User 1.0.3

Post by Tigerman75 »

Hello,is being released the new version (1.0.4), meanwhile, reviewing the instructions in the mod, I do not like the idea of ​​having to delete the native code in the template prosilver and subsilver2, so 'I have decided to bring forward a portion of change that then will 'also added in the new version that will be' released later.

Prosilver:

Open index_body.html:

Find:

Code: Select all

<!-- INCLUDE overall_header.html -->
After add:

Code: Select all

<!-- IF not S_MENUSLIDER_ENABLE and not (S_MENUSLIDER_ENABLE_SX or S_MENUSLIDER_ENABLE_DX ) -->
<p class="{S_CONTENT_FLOW_END}<!-- IF S_USER_LOGGED_IN --> rightside<!-- ENDIF -->"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></p>
<!-- IF U_MCP --><p>{CURRENT_TIME} <br />[&nbsp;<a href="{U_MCP}">{L_MCP}</a>&nbsp;]</p><!-- ELSEIF S_USER_LOGGED_IN --><p>{CURRENT_TIME}</p><!-- ENDIF -->

<!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->
<ul class="linklist">
   <!-- IF S_DISPLAY_SEARCH -->
      <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_LOAD_UNREADS --> &bull; <a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a><!-- ENDIF --><!-- IF S_USER_LOGGED_IN --> &bull; <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> &bull; <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>
   <!-- ENDIF -->
   <!-- IF not S_IS_BOT and U_MARK_FORUMS --><li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
</ul>
<!-- ENDIF -->
<!-- ENDIF -->
Subsilver2:

Open :styles/subsilver2/template/overall_header.html:
Find:

Code: Select all

</div>

<div id="wrapcentre">
Add before:

Code: Select all

<!-- IF not S_MENUSLIDER_ENABLE and not (S_MENUSLIDER_ENABLE_SX or S_MENUSLIDER_ENABLE_DX ) -->
<div id="datebar">
		<table width="100%" cellspacing="0">
		<tr>
			<td class="gensmall"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td>
			<td class="gensmall" align="{S_CONTENT_FLOW_END}">{CURRENT_TIME}<br /></td>
		</tr>
		</table>
	</div>
<!-- ENDIF -->  
Find:

Code: Select all

 <br style="clear: both;" /> 
Add before:

Code: Select all

<!-- IF not S_MENUSLIDER_ENABLE and not (S_MENUSLIDER_ENABLE_SX or S_MENUSLIDER_ENABLE_DX ) -->
<!-- IF S_DISPLAY_SEARCH -->
	<p class="searchbar">
		<span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span>
		<!-- IF S_USER_LOGGED_IN or S_LOAD_UNREADS -->
		<span style="float: {S_CONTENT_FLOW_END};"><!-- IF S_LOAD_UNREADS --><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a><!-- IF S_USER_LOGGED_IN --> | <!-- ENDIF --><!-- ENDIF --><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- ENDIF --></span>
		<!-- ENDIF -->
	</p>
	<!-- ENDIF -->
<!-- ENDIF -->	  
Important!!!
Fix this error:
Prosilver and subsilver2:
open overall_header.html:
find:

Code: Select all

<!-- IF S_MENUSLIDER_ENABLE_DX and S_MENUSLIDER_ENABLE_DX -->
<!-- INCLUDE slider_menudx.html -->
<!-- ENDIF -->
replace wiht:

Code: Select all

<!-- IF S_MENUSLIDER_ENABLE and S_MENUSLIDER_ENABLE_DX -->
<!-- INCLUDE slider_menudx.html -->
<!-- ENDIF -->  
[DEV] New release version (1.0.4)
Add swicht user control panel for user pref enable or disable slider_menu.
Username(id_and color) in display menu
userrank(name,and image) in display menu.
;)

Slider_Menu-User 1.0.3

Post by Tigerman75 »

Update version 1.0.4 see first post in this topic. ;)

[RC]Slider_Menu-User 1.0.4

Post by Tigerman75 »

Update Mod 1.0.5.

See first post this topic. ;)

[RC]Slider_Menu-User 1.0.4

Post by Tigerman75 »

Update version 1.0.6.

See first post this topic.