3.1.x Extensions Database 3.1 / 3.2Link menu

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
Post Reply Previous topicNext topic
User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Link menu

Post by dmzx »

Extension Name: Link menu
Author: dmzx special thanks to martin

Extension Description:

This extension will add a simple link menu to header and place the search box in navbar.



Screenshots:
Image

Image

Extension Download:
Download-link
Link menu v1.0.0
Installation:
  1. Download the latest release.
  2. Unzip the downloaded release, and change the name of the folder to `linkmenu`.
  3. In the `ext` directory of your phpBB board, create a new directory named `dmzx` (if it does not already exist).
  4. Copy the `linkmenu` folder to `/ext/dmzx/` if done correctly, you'll have the main extension class at (your forum root)/ext/dmzx/linkmenu/composer.json
  5. Navigate in the ACP to `Customise -> Manage extensions`
  6. Look for `Link menu` under the Disabled Extensions list, and click its `Enable` link.

User avatar

cece74
Users
Users
Posts: 42
Joined: 14 Jan 2015, 18:04
    Windows 8.1 Chrome

Re: Link menu

Post by cece74 »

Language IT
it.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Sorry for my English, I'm Italian!
https://forum.scartoff.it

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Windows 8 Chrome

Re: Link menu

Post by martin »

Small fix open styles/prosilver/theme/linkmenu.css
Find This may be a partial find and not the whole line

Code: Select all

background-image: url("./images/bg_header.gif");
Delete Remove the preceding lines

Code: Select all

background-image: url("./images/bg_header.gif");
gives an error site url/ext/dmzx/linkmenu/styles/prosilver/theme/images/bg_header.gif Failed to load resource: the server responded with a status of 404 (Not Found)

the image is not needed.
Image

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: Link menu

Post by dmzx »

martin wrote:Small fix open styles/prosilver/theme/linkmenu.css
Find This may be a partial find and not the whole line

Code: Select all

background-image: url("./images/bg_header.gif");
Delete Remove the preceding lines

Code: Select all

background-image: url("./images/bg_header.gif");
gives an error site url/ext/dmzx/linkmenu/styles/prosilver/theme/images/bg_header.gif Failed to load resource: the server responded with a status of 404 (Not Found)

the image is not needed.
update · dmzx/Link-menu@9149d2f · GitHub

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Windows 8 Chrome

Link menu open in new tab

Post by martin »

Open your links in a new tab.

/ext/dmzx/linkmenu/styles/prosilver/template/event/overall_header_searchbox_before.html

Replace the entire code in the above file with this

Code: Select all

<!-- IF LINKMENU_ENABLE -->
<div class="menu-block" style="float: {S_CONTENT_FLOW_END}; width: 8%;">
<!-- IF LINKMENU_ENABLE_FIRST --><div class="menu-row-first responsive-hide"><a class="left menu-link" href="{LINKMENU_TEXT_FIELD_FIRST}" target="_blank" title="">{LINKMENU_NAME_FIELD_FIRST}</a></div><!-- ENDIF -->
<!-- IF LINKMENU_ENABLE_SECOND --><div class="menu-row responsive-hide"><a class="left menu-link" href="{LINKMENU_TEXT_FIELD_SECOND}" target="_blank" title="">{LINKMENU_NAME_FIELD_SECOND}</a></div><!-- ENDIF -->
<!-- IF LINKMENU_ENABLE_THIRD --><div class="menu-row-last responsive-hide"><a class="left menu-link" href="{LINKMENU_TEXT_FIELD_THIRD}" target="_blank"  title="">{LINKMENU_NAME_FIELD_THIRD}</a></div><!-- ENDIF -->
</div>
<div style="float: {S_CONTENT_FLOW_BEGIN}; width: 79.5%;"></div>
<!-- ENDIF -->
if you want to display a tittle then edit this part title="" to title="YOUR TITLE HERE"

Demo Martins-Place.dyndns.info - Index page

User avatar

nelflucifer
Users
Users
Posts: 70
Joined: 03 Jan 2016, 12:24
    Windows 7 Opera

Re: Link menu

Post by nelflucifer »

Hello everyone! As I promised, post the translation(s):
ru.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Image
Learn to read people's thoughts, not forgetting about their.
The extension translate from English to Russian...
English Forums
Available 251 extension with translation into Russian language...

Post Reply Previous topicNext topic