MyBB Community Forums

Full Version: Duende V3
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
Nice Theme.

I am changing the logo size but that blue header is messing it up. Can you tell me how to change that blue header size ?
(2022-05-13, 11:27 PM)danger89 Wrote: [ -> ]
(2022-05-13, 10:17 PM)DrXotick Wrote: [ -> ]Demo site?

https://mybbdemo.melroy.org

This site returns

"Forbidden" (see image)

Plus if I attempt to upload the file I get

The following errors were encountered:
  • MyBB could not find the theme with the file you uploaded. Please check the file is the correct and is not corrupt.

...regardless of whether of not I set Default or MyBB Master Style

and regardless of whether I upload from  Local or URL
How can I adjust the size so that it is no longer distorted?

[attachment=46116]

Edit:

I found it

Home » Template Sets » Duende v3 (Local) Templates » Edit Template: header

<div class="headercontainer">
<div class="userrow3" style="padding-left: 5px">
	<div class="float_left logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" width="64" height="64" /></a></div>	
</div>
(2023-06-26, 12:16 AM)mako Wrote: [ -> ]https://mybbdemo.melroy.org

This site returns "Forbidden"

Sorry about that, I deployed the theme demo site again: https://mybbdemo.melroy.org, should be up and running again.
Hi, it's a great theme, thanks for the work!

Is there any possibility to get the smilies back? I managed to get the Smilieinserter in the right place, but it doesn't work as expected (in fact, it doesn't work at all). 

Regards
(2023-07-19, 03:42 PM)Reccios Wrote: [ -> ]Hi, it's a great theme, thanks for the work!

Is there any possibility to get the smilies back? I managed to get the Smilieinserter in the right place, but it doesn't work as expected (in fact, it doesn't work at all). 

Regards

Thanks.

Here the similes insert do work? See attachment.
(2023-07-19, 06:55 PM)danger89 Wrote: [ -> ]Here the similes insert do work? See attachment.

Thanks for your answer, because of your screenshot I found the problem, and it was my fault: I still had an old editor plugin active. Now deactivated, the smilies work as expected with the inserter!
I'm loving this Duende V3 theme. I've been trying to modify the header template, to gain the exact look that I want. I'm really not good at HTML, and I'm horrible at css. Even still, I've made some progress, but would like to know how to get the {$welcomeblock} centered near the top of the page.

The forum site is: https://kingdomsofarcania.net/forum/

Basically, I want that one line centered, which I've circled in yellow.

[attachment=46225]

Below, I am going to paste the header template, and I am open and receptive to suggestions for making it cleaner code, if anyone has suggestions.

Know that I really do appreciate your help. If you see any other problems, let me know. Thanks!



<div class="fadeInRight box topforum"><i class="fa fa-angle-double-up fa-1x"></i></div>

<div style="margin-top: 0px;" id="mainwidth">
<center>
<div id="cssmenu">

  <ul>
      <li><a href="{$mybb->settings['bburl']}"><span><i style="font-size: 14px;" class="fa fa-home fa-fw"></i> Home </span></a></li>
      <li><a href="{$mybb->settings['bburl']}/portal.php"><i style="font-size: 14px;" class="fa fa-tachometer fa-fw"></i>  Portal </a></li>
      <li><a href="{$mybb->settings['bburl']}/search.php"><i style="font-size: 14px;" class="fa fa-search fa-fw"></i>  Search </a></li>
  <li><a href="{$mybb->settings['bburl']}/memberlist.php"><i style="font-size: 14px;" class="fa fa-user fa-fw"></i> Members </a></li>
      <li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily&days=50000"><i style="font-size: 14px;" class="fa fa-bell fa-fw"></i> Latest Threads </a></li>
      <li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily"><i style="font-size: 14px;" class="fa fa-star fa-fw"></i> Threads from Today </a></li>
    <li><a href="http://fallofromegame.com/alamazeorders/downloads/4th_Cycle_Consolidated_Rulebook.pdf"><i style="font-size: 14px;" class="fa fa-book fa-fw"></i> Rule Book</a></li>
<li><a href="http://fallofromegame.com/alamazeorders/login.php"  target="_blank"><i style="font-size: 14px;" class="fa fa-pencil fa-fw"></i>Order Entry</a></li>
  </ul>
</div>
</center>






<div class="headercontainer">
<div class="userrow4" style="padding: 5px">
<div class="float_right smalltext" style="height: 100%; display: flex; align-items: flex-end;">{$welcomeblock}</div>
</div>
</div>







<center>
<img src="https://kingdomsofarcania.net/forum/images/duende_v3_local/logo.png" alt="Nature" class="responsive" width="100%" height="auto">
</center>





<center>

<big><big>
Follow This Easy 4-Step Process To Get Started Playing Alamaze
</big>
</big>
</b>
</b>
<br>
Step #1 - <a href="https://kingdomsofarcania.net/forum/member.php?action=register"  target="_blank"><i style="font-size: 14px;" class="fa fa-pencil fa-fw"></i>Register for Forum Account</a></li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Step #2 - <a href="http://fallofromegame.com/alamazeorders/createplayeracct.html"  target="_blank"><i style="font-size: 14px;" class="fa fa-pencil fa-fw"></i>Create New Player Account</a></li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Step #3 - <a href="http://fallofromegame.com/alamazeorders/gamecreator.html"  target="_blank"><i style="font-size: 14px;" class="fa fa-pencil fa-fw"></i>Join Game</a></li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Step #4 - <a href="http://fallofromegame.com/alamazeorders/"  target="_blank"><i style="font-size: 14px;" class="fa fa-pencil fa-fw"></i>Sign In</a></li>&nbsp; (to issue turn orders)
</center>





<div class="container">
<div id="content">
<div class="wrapper">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
{$awaitingusers}
<navigation>
<br />
Can you tell me how to remove the hover from this menu.

[Image: 76df1bbba6.png]
Default install of Duende v3 in MyBB 1.8.36.

There is white text on a semi-white background at the top right.  How is this fixed?  (See attached image. Only edits to image were two red blocks to cover username and user avatar image.)

Where are the Mod CP and Admin CP links?

The hover at the top nav menu does not have the blue background.  Is this customizable?  It is also not "hovering" if a user scrolls.  Is it supposed to stick when a user scrolls?

*** EDIT: I think this may be related to the images.  Images are located in "/images/duende_v3_local/".

*** EDIT To The EDIT: Uninstalled, reinstalled several times. It eventually took.  I am not sure why the image files were not being properly called.  But it works now.  Also, because the theme works, I can see the Mod and Admin CP links.  The top nav menu is not a "hover" menu, but it seems to be working as advertised.
Pages: 1 2 3 4 5 6