Posts: 1,006
Threads: 232
Joined: Aug 2009
Reputation:
7
Hello...great Wiki! Well done!
One thing I would like to change is moving the authors avatar and info to the bottom of the article instead of up top. Can you tell me where to look to move it?
Thanks!
MyBB 1.8.38
alpharomeo15.org
All about guns, knives and gear!
Posts: 2,833
Threads: 141
Joined: Jan 2012
Reputation:
86
Go to the template "wiki_text" and move "{$user_header}". But attention: The "written on" message is also included in this variable. When you just want to move the avatar etc you have to make more changes.
The Template where the avatar is loaded is "wiki_header".
Support PMs will be ignored!
Posts: 1,006
Threads: 232
Joined: Aug 2009
Reputation:
7
2012-09-24, 07:22 PM
(This post was last modified: 2012-09-24, 07:22 PM by RocketFoot.)
(2012-09-24, 07:14 PM)King Louis Wrote: Go to the template "wiki_text" and move "{$user_header}". But attention: The "written on" message is also included in this variable. When you just want to move the avatar etc you have to make more changes.
The Template where the avatar is loaded is "wiki_header".
No, that looks good although, I am thinking about removing the avatar and everything and just leaving the author's name. This would be done in the wiki_header...correct?
http://www.pa2a.org/wiki.php?wid=2
MyBB 1.8.38
alpharomeo15.org
All about guns, knives and gear!
Posts: 2,833
Threads: 141
Joined: Jan 2012
Reputation:
86
You're correct^^ Remove
<td class="post_avatar" width="1" style="{$user['avatar_padding']}">
{$user['useravatar']}
</td>
and the avatar is gone
Support PMs will be ignored!
Posts: 1,006
Threads: 232
Joined: Aug 2009
Reputation:
7
2012-09-24, 07:37 PM
(This post was last modified: 2012-09-24, 07:41 PM by RocketFoot.)
Excellent! Just one more question! I promise...
Where can I change the color of the bar or the text that has "add new category and the search field? My default text is the same color as the bar and is hidden from view.
The more I look at it, I must have something else going on here:
http://www.7173mustangs.com/wiki.php
MyBB 1.8.38
alpharomeo15.org
All about guns, knives and gear!
Posts: 2,833
Threads: 141
Joined: Jan 2012
Reputation:
86
2012-09-24, 07:46 PM
(This post was last modified: 2012-09-24, 07:51 PM by Jones H.)
The colors are saved in the specific template ("wiki", "wiki_category" and "wiki_text"). It uses his own css attributes and not the mybb default ones so the panel is on the first installation shown in the colors of the default theme.
Support PMs will be ignored!
Posts: 1,006
Threads: 232
Joined: Aug 2009
Reputation:
7
2012-09-24, 07:56 PM
(This post was last modified: 2012-09-24, 07:57 PM by RocketFoot.)
(2012-09-24, 07:46 PM)King Louis Wrote: The colors are saved in the specific template ("wiki", "wiki_category" and "wiki_text"). It uses his own css attributes and not the mybb default ones so the panel is on the first installation shown in the colors of the default theme.
Look at this page and tell me if my layout is messed up? The search box is overtop of some text...
http://www.7173mustangs.com/wiki.php
PS>I am working on 2 forums a the same time...LOL!
MyBB 1.8.38
alpharomeo15.org
All about guns, knives and gear!
Posts: 2,833
Threads: 141
Joined: Jan 2012
Reputation:
86
I can't see any difference to my
wiki The search box is higher than the text and I'm not a designer so the search box isn't in the middle of the panel by default (that's also something I have to change in next version...
)
Support PMs will be ignored!
Posts: 1,006
Threads: 232
Joined: Aug 2009
Reputation:
7
OK! Thanks a lot! I think that solves all my problems!
MyBB 1.8.38
alpharomeo15.org
All about guns, knives and gear!
Posts: 2,833
Threads: 141
Joined: Jan 2012
Reputation:
86
2012-10-03, 08:41 AM
(This post was last modified: 2012-10-03, 08:42 AM by Jones H.)
A little issue with subcategories were found. A PHP warning is shown when you have a subcategory and no articles in your wiki. See
this thread for more information and for a fix
Support PMs will be ignored!