MyBB Community Forums

Full Version: Afresh for 1.4 [Released]
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 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
I've been using the A Fresh Midnight Theme on my forum since we started. We have several competitive forums, but we are always getting compliments that ours looks the best.

I have made a couple tweaks to the look and layout, but nothing substantial, with the exception of moving many of the member links into a drop down menu.

I just posted a thread with the code edit to create the menu, but it's awaiting approval. You've developed awesome themes Justin! I'm not trying to step on your feet, and I hope you don't mind, but I think some members might like this as well.

Here's a picture of the menu, and a link to the forum, for anyone that wants to take a look: http://pherotruth.com

[Image: unopen.gif]

[Image: open.gif]
where do we go to edit the toplinks? I cannot find them in the standard header template.
(2010-07-01, 08:31 PM)Shemo Wrote: [ -> ]where do we go to edit the toplinks? I cannot find them in the standard header template.

You edit the top links in header_welcomeblock_member and header_welcomeblock_guest (you must make the changes in both templates).
(2010-07-01, 08:50 PM)Justin S. Wrote: [ -> ]
(2010-07-01, 08:31 PM)Shemo Wrote: [ -> ]where do we go to edit the toplinks? I cannot find them in the standard header template.

You edit the top links in header_welcomeblock_member and header_welcomeblock_guest (you must make the changes in both templates).

thanks.

can you take a peak and tell me why the gallery icon is so dang close to the word 'gallery? http://www.7173mustangs.com/

header_welcomeblock_guest
<div class="upper_panel">
	<span class="float_right"><a href="{$mybb->settings['bburl']}/search.php" class="search">{$lang->toplinks_search}</a><a href="{$mybb->settings['bburl']}/ezgallery.php"><img src="{$mybb->settings['bburl']}/images/toplinks/photo.gif" alt="" title="" />{$lang->ezgallery_menu}</a><a href="{$mybb->settings['bburl']}/memberlist.php" class="memberlist">{$lang->toplinks_memberlist}</a><a href="{$mybb->settings['bburl']}/calendar.php" class="calendar">{$lang->toplinks_calendar}</a><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></span>

header_welcomeblock_member
<div class="upper_panel">
	<span class="float_right"><a href="{$mybb->settings['bburl']}/search.php" class="search">{$lang->toplinks_search}</a><a href="{$mybb->settings['bburl']}/ezgallery.php"><img src="{$mybb->settings['bburl']}/images/toplinks/photo.gif" alt="" title="" />{$lang->ezgallery_menu}</a><a href="{$mybb->settings['bburl']}/memberlist.php" class="memberlist">{$lang->toplinks_memberlist}</a><a href="{$mybb->settings['bburl']}/calendar.php" class="calendar">{$lang->toplinks_calendar}</a><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></span>
	<span>{$lang->welcome_back} <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}" class="logout">{$lang->welcome_logout}</a></span>
Awesome theme man! When I am starting a new site I think I am going to use this as base for my theme! You created all the images with GIMP right? You should create a GIMP forum or make GIMP tutorials!
awesome. using midnight Big Grin
One of the best themes for mybb that i have found so far.

I must admit that at first i skipped past because i noticed "last updated: 2008", but i suppose if it works fine it works :d

thanks again.
(2010-07-01, 09:37 PM)Shemo Wrote: [ -> ]
(2010-07-01, 08:50 PM)Justin S. Wrote: [ -> ]
(2010-07-01, 08:31 PM)Shemo Wrote: [ -> ]where do we go to edit the toplinks? I cannot find them in the standard header template.

You edit the top links in header_welcomeblock_member and header_welcomeblock_guest (you must make the changes in both templates).

thanks.

can you take a peak and tell me why the gallery icon is so dang close to the word 'gallery? http://www.7173mustangs.com/

header_welcomeblock_guest
<div class="upper_panel">
	<span class="float_right"><a href="{$mybb->settings['bburl']}/search.php" class="search">{$lang->toplinks_search}</a><a href="{$mybb->settings['bburl']}/ezgallery.php"><img src="{$mybb->settings['bburl']}/images/toplinks/photo.gif" alt="" title="" />{$lang->ezgallery_menu}</a><a href="{$mybb->settings['bburl']}/memberlist.php" class="memberlist">{$lang->toplinks_memberlist}</a><a href="{$mybb->settings['bburl']}/calendar.php" class="calendar">{$lang->toplinks_calendar}</a><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></span>

header_welcomeblock_member
<div class="upper_panel">
	<span class="float_right"><a href="{$mybb->settings['bburl']}/search.php" class="search">{$lang->toplinks_search}</a><a href="{$mybb->settings['bburl']}/ezgallery.php"><img src="{$mybb->settings['bburl']}/images/toplinks/photo.gif" alt="" title="" />{$lang->ezgallery_menu}</a><a href="{$mybb->settings['bburl']}/memberlist.php" class="memberlist">{$lang->toplinks_memberlist}</a><a href="{$mybb->settings['bburl']}/calendar.php" class="calendar">{$lang->toplinks_calendar}</a><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></span>
	<span>{$lang->welcome_back} <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}" class="logout">{$lang->welcome_logout}</a></span>

Server not responding...
Is this supported for 1.6?
(2010-08-06, 11:33 AM)kovato Wrote: [ -> ]Is this supported for 1.6?

Apart is for 1.6.
Afresh is only available for MyBB 1.4. There are no plans to upgrade it to 1.6 at this time. Apart, however, serves as a replacement for Afresh for 1.6. Smile
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45