MyBB Community Forums

Full Version: How do I improve my forums?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
we both are using same template (intoxfusion) Toungue and your forum look is also great can you tell me how you changed that bulb..???

my site is http://studentsuvidha.in/forum/index.php
take a look and tell me what is good and you can ask about editing which i had done in my forum... Smile
Probably because its almost the same as Hackforums just without hacking. These forums won't succeed, go for a specific niche.
(2013-09-23, 01:20 AM)cronhound Wrote: [ -> ]I found this small bug on: http://kawaiiforums.com/forumdisplay.php?fid=22
[Image: bug.PNG]

That 'new thread' bug is also on my forum and it's really annoying

Anyone know how to fix it?
(2013-09-23, 01:26 AM)jayy Wrote: [ -> ]
(2013-09-23, 01:20 AM)cronhound Wrote: [ -> ]I found this small bug on: http://kawaiiforums.com/forumdisplay.php?fid=22
[Image: bug.PNG]

That 'new tab' bug is also on my forum and it's really annoying

Anyone know how to fix it?

In the forumdisplay templates, change
<div class="float_right" style="margin-top: 4px;">
to
<div class="float_right" style="margin-top: 12px;">

And for the button up the top
Change
<div class="float_right">
To
<div class="float_right" style="margin-bottom: 12px">
That seems to fix it.



For the owner of this thread. To fix the button that's playing up.

In the forumdisplay templates:
change
<div class="float_right">
to
<div class="float_right" style="margin-bottom: 15px;">

Obviously only do this on the button that's playing up.
(2013-09-23, 01:29 AM)cronhound Wrote: [ -> ]In the forumdisplay templates, change
<div class="float_right" style="margin-top: 4px;">
to
<div class="float_right" style="margin-top: 12px;">

And for the button up the top
Change
<div class="float_right">
To
<div class="float_right" style="margin-bottom: 12px">
That seems to fix it.

EDIT: Thanks it worked Big Grin

But on threads the 'New reply' is slightly lower than it should be, where would I be able to edit this? and what would I need to replace?
(2013-09-23, 01:48 AM)jayy Wrote: [ -> ]
(2013-09-23, 01:29 AM)cronhound Wrote: [ -> ]In the forumdisplay templates, change
<div class="float_right" style="margin-top: 4px;">
to
<div class="float_right" style="margin-top: 12px;">

And for the button up the top
Change
<div class="float_right">
To
<div class="float_right" style="margin-bottom: 12px">
That seems to fix it.

EDIT: Thanks it worked Big Grin

But on threads the 'New reply' is slightly lower than it should be, where would I be able to edit this? and what would I need to replace?

In the showthread templates
Find (the top one)
<div class="float_right">
and replace with
<div class="float_right" style="margin-bottom: 12px;">
For the bottom one find:
<div style="padding-top: 4px;" class="float_right">
and replace with:
<div class="float_right" style="margin-top:12px">
(2013-09-23, 01:26 AM)jayy Wrote: [ -> ]
(2013-09-23, 01:20 AM)cronhound Wrote: [ -> ]I found this small bug on: http://kawaiiforums.com/forumdisplay.php?fid=22
[Image: bug.PNG]

That 'new thread' bug is also on my forum and it's really annoying

Anyone know how to fix it?

this is because the op is using a forum as a category rather than using a category ... to use a forum as a category (to look good) you will need to edit some templates... however this may also mess up forums in categories just use categories as containers for forums and not a forum
Pages: 1 2