MyBB Community Forums

Full Version: Flow Theme Free Release
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
That looks nice, you may get the social icons place smaller i guess..
I have the square theme and it is nothing like this.. I am going to dl it now.. thank you. beautiful theme
Hello,
On the user profile page there is an image whic I believe cannot be cusomizable by each user. Is there a way to make it customizable by each user? Like make it a custom profile field?


Thank you,
Pmx.pt   Smile
that's the work of a plugin.
I might create a plugin for that in its next version.

Thanks for the feedback.
Alright thanks.

I have one more question: how can I add a "more" tab in the website menu which has a dropdown menu?
(2016-09-02, 03:51 PM)pmx.pt Wrote: [ -> ]Alright thanks.

I have one more question: how can I add a "more" tab in the website menu which has a dropdown menu?

Sorry for Late,
for adding extra option to this drop down menu:
[Image: 92605358a8.png]
go to Home » Template Sets » Flow Templates » header_welcomeblock_member
and add this on 7th line:
<li><a href="Extralink"<i class="fa fa-user"></i> Extra</a></li>
(replace Extra with your option name and Extralink with your extra option link)
so the out put would be something like this:
<!-- Continuation of div(class="upper") as opened in the header template -->
	<div class="enavigation"><div class="enmenuwrap">
    <a class="enmenu" href="#"><i class="fa fa-angle-down"></i> {$mybb->user['username']}</a>
<div class="ensettings">
    <ul>
        <li><a href="{$mybb->settings['bburl']}/usercp.php"><i class="fa fa-user"></i> User CP</a></li>
		<li><a href="Extralink"<i class="fa fa-user"></i> Extra</a></li>
		<li style="display: none;" class="show-540px">{$modcplink}</li>
(2016-09-03, 12:08 PM)HMR Wrote: [ -> ]
(2016-09-02, 03:51 PM)pmx.pt Wrote: [ -> ]Alright thanks.

I have one more question: how can I add a "more" tab in the website menu which has a dropdown menu?

Sorry for Late,
for adding extra option to this drop down menu:
[Image: 92605358a8.png]
go to Home » Template Sets » Flow Templates » header_welcomeblock_member
and add this on 7th line:
<li><a href="Extralink"<i class="fa fa-user"></i> Extra</a></li>
(replace Extra with your option name and Extralink with your extra option link)
so the out put would be something like this:
<!-- Continuation of div(class="upper") as opened in the header template -->
	<div class="enavigation"><div class="enmenuwrap">
    <a class="enmenu" href="#"><i class="fa fa-angle-down"></i> {$mybb->user['username']}</a>
<div class="ensettings">
    <ul>
        <li><a href="{$mybb->settings['bburl']}/usercp.php"><i class="fa fa-user"></i> User CP</a></li>
		<li><a href="Extralink"<i class="fa fa-user"></i> Extra</a></li>
		<li style="display: none;" class="show-540px">{$modcplink}</li>

No I mean. How can I add a "More" tab on the main menu (which includes "portal","search" and other 3 tabs) which displays a dropdown menu?
(2016-09-03, 02:51 PM)pmx.pt Wrote: [ -> ]
(2016-09-03, 12:08 PM)HMR Wrote: [ -> ]
(2016-09-02, 03:51 PM)pmx.pt Wrote: [ -> ]Alright thanks.

I have one more question: how can I add a "more" tab in the website menu which has a dropdown menu?

Sorry for Late,
for adding extra option to this drop down menu:
[Image: 92605358a8.png]
go to Home » Template Sets » Flow Templates » header_welcomeblock_member
and add this on 7th line:
<li><a href="Extralink"<i class="fa fa-user"></i> Extra</a></li>
(replace Extra with your option name and Extralink with your extra option link)
so the out put would be something like this:
<!-- Continuation of div(class="upper") as opened in the header template -->
	<div class="enavigation"><div class="enmenuwrap">
    <a class="enmenu" href="#"><i class="fa fa-angle-down"></i> {$mybb->user['username']}</a>
<div class="ensettings">
    <ul>
        <li><a href="{$mybb->settings['bburl']}/usercp.php"><i class="fa fa-user"></i> User CP</a></li>
		<li><a href="Extralink"<i class="fa fa-user"></i> Extra</a></li>
		<li style="display: none;" class="show-540px">{$modcplink}</li>

No I mean. How can I add a "More" tab on the main menu (which includes "portal","search" and other 3 tabs) which displays a dropdown menu?

currently its not available, but i might add in next version if you tell me which type of dropdown menu design you want for toplinks..

feedbacks always welcomed.
(2016-09-03, 03:54 PM)HMR Wrote: [ -> ]
(2016-09-03, 02:51 PM)pmx.pt Wrote: [ -> ]
(2016-09-03, 12:08 PM)HMR Wrote: [ -> ]
(2016-09-02, 03:51 PM)pmx.pt Wrote: [ -> ]Alright thanks.

I have one more question: how can I add a "more" tab in the website menu which has a dropdown menu?

Sorry for Late,
for adding extra option to this drop down menu:
[Image: 92605358a8.png]
go to Home » Template Sets » Flow Templates » header_welcomeblock_member
and add this on 7th line:
<li><a href="Extralink"<i class="fa fa-user"></i> Extra</a></li>
(replace Extra with your option name and Extralink with your extra option link)
so the out put would be something like this:
<!-- Continuation of div(class="upper") as opened in the header template -->
	<div class="enavigation"><div class="enmenuwrap">
    <a class="enmenu" href="#"><i class="fa fa-angle-down"></i> {$mybb->user['username']}</a>
<div class="ensettings">
    <ul>
        <li><a href="{$mybb->settings['bburl']}/usercp.php"><i class="fa fa-user"></i> User CP</a></li>
		<li><a href="Extralink"<i class="fa fa-user"></i> Extra</a></li>
		<li style="display: none;" class="show-540px">{$modcplink}</li>

No I mean. How can I add a "More" tab on the main menu (which includes "portal","search" and other 3 tabs) which displays a dropdown menu?

currently its not available, but i might add in next version if you tell me which type of dropdown menu design you want for toplinks..

feedbacks always welcomed.

Alright! When do you think the next update will be released?

Also, I forgot to mention in my earlier posts: this theme is simple but amazing at the same time. It is clean, responsive, and it creates a stronger "connection" between users and the interface, which is what I want!
Awesome job, for your first theme!
Very nice share, keep up the good work, HMR.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22