Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Porr

#1
Free Themes / Re: Reseller
November 08, 2014, 05:17:04 AM
Changed the way the menu reacts so now the forum does not changes horizantal. Perfect :D
#2
Free Themes / Re: Reseller
November 07, 2014, 03:40:03 PM
How did you prevent the horizantal scroll bar when opening the menu? I tried it with the general code in the index.css

/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
margin: 0 auto;
width: 90%;
margin-top: 40px;
margin-bottom: 40px;
#3
Free Themes / Re: Reseller
November 07, 2014, 03:22:02 PM
Works :D Looks  as a non SMF forum now ;D and thats a compliment. Just learning a lot by just looking at the code and changing small stuff. And breaking it sometimes hehe...

Greetings,
#4
Free Themes / Re: Reseller
November 07, 2014, 12:32:17 PM
It worked. Thank for the effort you put into it.

Those 2 things where really needed to be fixed before i can make the theme the default :-) The (3th)menu thing is more because of the cool factor. But i can test that later when you had time. I will make some minor changes to colors and then it can be the default :D

Have a nice weekend.
#5
Free Themes / Re: Reseller
November 07, 2014, 09:14:58 AM
Thx :-)

I have some problem with the code for question 1. My forum breaks. Maybe a small error. I am not at home so can not debug.

and awnser 2 works perfect  ;D
#6
Free Themes / Re: Reseller
November 06, 2014, 02:53:52 AM
I have 3 questions

But first i want to complement you on the theme. And that its free. I run a non profit forum and i love it. Mabey in the future we have some more funds. I already made some small alterations to the forum but i am no programmer.

first question:

1 thing that is missing is a warning message about members that are waiting approval. Normaly when i had a theme i could easily put this code:


// Are there any members waiting for approval?
if (!empty($context['unapproved_members']))
echo '
<li>', $context['unapproved_members'] == 1 ? $txt['approve_thereis'] : $txt['approve_thereare'], ' <a href="', $scripturl, '?action=admin;area=viewmembers;sa=browse;type=approve">', $context['unapproved_members'] == 1 ? $txt['approve_member'] : $context['unapproved_members'] . ' ' . $txt['approve_members'], '</a> ', $txt['approve_members_waiting'], '</li>';
  }

in the indextemplate.php. I tried some stuff but nothing worked. The code of this theme is a little different then i am used to

The second. I saw on the SMF tricks site that the green + box was replaced with text (actions for example). I would like to do the same.

And three. I like the menu you use here (on the left). It is almost the same as on reseller when the page is scalled to mobile. I would love to have that menu in all views (mobile and desktop). Preferrable working the sameway as here on SMF tricks.
#7
Free Themes / Re: Reseller
November 06, 2014, 02:43:38 AM
I think the awnser is here http://www.simplemachines.org/community/index.php?topic=525855.60

I tried it..and got the normal stuff back.