[RC] Buttons menu MOD 2.1.1 + drop down

Post your MODs, receive and provide feedback!
Topics in this forum are not for MOD support, they are for giving the author feedback.
Forum rules
The topics in this forum are not for general MOD support, they are for giving the MOD author some feedback, ideas and bug reports.
Lyrol
New member
New member
Posts: 1
Joined: 03 Apr 2009, 07:24

Re: [RC] Buttons menu 1.0.2

Post by Lyrol »

Under the installation guide, you write I should edit: includes/constants.php

I don't have the file constants.php in my prosilver forum. What do I do?
hdhieu
New member
New member
Posts: 3
Joined: 04 Apr 2009, 17:42

Re: [RC] Buttons menu 1.0.2

Post by hdhieu »

I followed all step, and it worked, there were no errors, already saw a MODS in ACP, but the menu bar did not show up. I also uploaded the image for button into another host, and changed the url, but nothing changed. Please check it, and help me to make it right. Thank you

One more thing: In the folder, I saw the file name: "modx.prosilver.en.xsl", what is it supposed to do? I did not see it in the tutorial.

http://forum.mhd-hdhieu.com/aaa/index.php
Drugs
New member
New member
Posts: 5
Joined: 03 Apr 2009, 17:31
Real name: Tripp
Contact:

Re: [RC] Buttons menu 1.0.2

Post by Drugs »

hdhieu wrote:I followed all step, and it worked, there were no errors, already saw a MODS in ACP, but the menu bar did not show up. I also uploaded the image for button into another host, and changed the url, but nothing changed. Please check it, and help me to make it right. Thank you

One more thing: In the folder, I saw the file name: "modx.prosilver.en.xsl", what is it supposed to do? I did not see it in the tutorial.

http://forum.mhd-hdhieu.com/aaa/index.php


That file is the code layout or whatever for the actual install.xml file, you don't need to worry about it. Just leave it there
User avatar
Kamahl
Member
Member
Posts: 135
Joined: 02 Jan 2008, 13:08
Real name: Martin
Location: Slovakia
Contact:

Re: [RC] Buttons menu 1.0.2

Post by Kamahl »

working on Buttons menu MOD 1.1.0 without image buttons. it will be in text form
User avatar
Kamahl
Member
Member
Posts: 135
Joined: 02 Jan 2008, 13:08
Real name: Martin
Location: Slovakia
Contact:

Re: [RC] Buttons menu 1.1.0 (prosilver + subsilver)

Post by Kamahl »

New version released :)

- added subsilver
- rewrited whole MOD
- a lot of options in acp
- buttons are not in image form but in text form
douza
New member
New member
Posts: 1
Joined: 15 Jul 2009, 19:27

Re: [RC] Buttons menu 1.1.0 (prosilver + subsilver)

Post by douza »

Hi I keep getting this error when I try to install.

Fatal error: in /home/lasemar1/public_html/forum/includes/db/dbal.php on line 654
User avatar
Kamahl
Member
Member
Posts: 135
Joined: 02 Jan 2008, 13:08
Real name: Martin
Location: Slovakia
Contact:

Re: [RC] Buttons menu 1.1.0 (prosilver + subsilver)

Post by Kamahl »

Did you find any bug in this MOD? I am thinking how to improve this MOD, because I was pleased by [url=http://www.phpbb.com/community/viewtopic.php?f=70&t=1116985&start=585#p10487375]Mixstar[/url] and inspirit to release new and better version :) do you have any ideas? :) i was thinking about dropdown menu, but there would by problem with adding values for it, i cant imagine how to do it in ACP :)
User avatar
Kamahl
Member
Member
Posts: 135
Joined: 02 Jan 2008, 13:08
Real name: Martin
Location: Slovakia
Contact:

Re: [RC] Buttons menu MOD 2.1.0 + drop down

Post by Kamahl »

Version 2.1.0 released. I have added also dropdown menu and possibility to order buttons via ACP. More changes in install instructions
User avatar
Kamahl
Member
Member
Posts: 135
Joined: 02 Jan 2008, 13:08
Real name: Martin
Location: Slovakia
Contact:

Re: [RC] Buttons menu MOD 2.1.1 + drop down

Post by Kamahl »

Version 2.1.1 released

Changelog:
- return to parent button after reordering, editing and deleting the submenu
- fixed language mistake "parrent" :)
- added explanation that If you want to manage subbutton please click on its parent button
CodexVideos
New member
New member
Posts: 7
Joined: 18 Aug 2011, 14:24

Re: [RC] Buttons menu MOD 2.1.1 + drop down

Post by CodexVideos »

This is a really good mod, i have been using it long time.
It would be nice to have drop down menu inside the drop down menu.

Thank you for creating this MOD.
cafweb
New member
New member
Posts: 1
Joined: 23 Oct 2012, 13:08

Re: [RC] Buttons menu MOD 2.1.1 + drop down

Post by cafweb »

Hello,

I try to install this mod but my overall_header.html dosen`t have this lines (pretty change):

Code: Select all

<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->

Code: Select all

            </fieldset>
            </form>
         </div>
      <!-- ENDIF -->

Code: Select all

            <li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>

What ca i do in this case?


My overal_header.html:

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xmlns:fb="http://ogp.me/ns/fb#" xml:lang="{S_USER_LANG}">
<head>

<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="keywords" content="" />
<meta name="description" content="" />
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>

<!-- IF S_ENABLE_FEEDS -->
   <!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF -->
   <!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
   <!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
   <!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
   <!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF -->
   <!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->
   <!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&amp;t={S_TOPIC_ID}" /><!-- ENDIF -->
<!-- ENDIF -->

<!--
   phpBB style name: prosilver
   Based on style:   prosilver (this is the default phpBB3 style)
   Original author:  Tom Beddard ( http://www.subBlue.com/ )
   Modified by:

   NOTE: This page was generated by phpBB, the free open-source bulletin board package.
         The phpBB Group is not responsible for the content of this page and forum. For more information
         about phpBB please visit http://www.phpbb.com
-->

<script type="text/javascript">
// <![CDATA[
   var jump_page = '{LA_JUMP_PAGE}:';
   var on_page = '{ON_PAGE}';
   var per_page = '{PER_PAGE}';
   var base_url = '{A_BASE_URL}';
   var style_cookie = 'phpBBstyle';
   var style_cookie_settings = '{A_COOKIE_SETTINGS}';
   var onload_functions = new Array();
   var onunload_functions = new Array();

   <!-- IF S_USER_PM_POPUP and S_NEW_PM -->
      var url = '{UA_POPUP_PM}';
      window.open(url.replace(/&amp;/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
   <!-- ENDIF -->

   /**
   * Find a member
   */
   function find_username(url)
   {
      popup(url, 760, 570, '_usersearch');
      return false;
   }

   /**
   * New function for handling multiple calls to window.onload and window.unload by pentapenguin
   */
   window.onload = function()
   {
      for (var i = 0; i < onload_functions.length; i++)
      {
         eval(onload_functions[i]);
      }
   }

   window.onunload = function()
   {
      for (var i = 0; i < onunload_functions.length; i++)
      {
         eval(onunload_functions[i]);
      }
   }

// ]]>
</script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>

<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />

<meta name="viewport" content="width=device-width" />
<link href="{T_THEME_PATH}/resolutions/1920.css" media="only screen and (max-width: 1920px), only screen and (max-device-width: 1920px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/1680.css" media="only screen and (max-width: 1680px), only screen and (max-device-width: 1680px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/1600.css" media="only screen and (max-width: 1600px), only screen and (max-device-width: 1600px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/1440.css" media="only screen and (max-width: 1440px), only screen and (max-device-width: 1440px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/1400.css" media="only screen and (max-width: 1400px), only screen and (max-device-width: 1400px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/1366.css" media="only screen and (max-width: 1366px), only screen and (max-device-width: 1366px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/1360.css" media="only screen and (max-width: 1360px), only screen and (max-device-width: 1360px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/1280.css" media="only screen and (max-width: 1280px), only screen and (max-device-width: 1280px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/1152.css" media="only screen and (max-width: 1152px), only screen and (max-device-width: 1152px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/1024.css" media="only screen and (max-width: 1024px), only screen and (max-device-width: 1024px)" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/resolutions/800.css" media="only screen and (max-width: 800px), only screen and (max-device-width: 800px)" rel="stylesheet" type="text/css" />

<link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />

<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
   <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->

<!-- INCLUDE gallery/plugins_header.html -->
<!-- INCLUDE mods/reimg_content.html -->
</head>

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">

<div id="fb-root"></div>
<script type="text/javascript">(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/ro_RO/all.js#xfbml=1&appId=274211209364915";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<div id="wrap">
   <a id="top" name="top" accesskey="t"></a>
   <div id="page-header">
      <div class="headerbar">
         <div class="inner"><span class="corners-top"><span></span></span>


         <span class="corners-bottom"><span></span></span></div>

   </div>
<!--<div>
<center><div class="code-example">
<p style="font-family:fantasy, cursive, Serif;font-size:12pt;color:gray91;font-weight:bold;">Ne cerem scuze pentru caderile site-ului din ultima perioada.</p>
<p style="font-family:fantasy, cursive, Serif;font-size:12pt;color:gray91;font-weight:bold;">Pentru a afla motivul si detalii, click <a href="http://www.detectiemetal.com/viewtopic.php?f=19&t=2851">AICI</a>.</p>

</div></center>
</div>-->

<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
      <div class="navbar">
         <div class="inner"><span class="corners-top"><span></span></span>

         <ul class="linklist navlinks">            
<li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --><!-- BEGIN meeting_nav --> <strong>&#8249;</strong> <!-- IF meeting_nav.U_LINK --><a href="{meeting_nav.U_LINK}">{meeting_nav.NAME}</a><!-- ELSE -->{meeting_nav.NAME}<!-- ENDIF --><!-- END meeting_nav --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>

            <li class="rightside"><a href="#" onclick="fontsizeup(); return false;" onkeypress="return fontsizeup(event);" class="fontsize" title="{L_CHANGE_FONT_SIZE}">{L_CHANGE_FONT_SIZE}</a></li>

            <!-- IF U_EMAIL_TOPIC --><li class="rightside"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}" class="sendemail">{L_EMAIL_TOPIC}</a></li><!-- ENDIF -->
            <!-- IF U_EMAIL_PM --><li class="rightside"><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}" class="sendemail">{L_EMAIL_PM}</a></li><!-- ENDIF -->
            <!-- IF U_PRINT_TOPIC --><li class="rightside"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p" class="print">{L_PRINT_TOPIC}</a></li><!-- ENDIF -->
            <!-- IF U_PRINT_PM --><li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF -->
         </ul>

         <span class="corners-bottom"><span></span></span></div>
      </div>
<!-- ENDIF -->

   </div>

   <a name="start_here"></a>
   <div id="page-body">
      <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
      <div id="information" class="rules">
         <div class="inner"><span class="corners-top"><span></span></span>
            <strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
         <span class="corners-bottom"><span></span></span></div>
      </div>
      <!-- ENDIF -->
<!-- INCLUDE portal/portal_header.html -->


Thanks guys,
Alex
Post Reply