Posts: 207
Threads: 67
Joined: Aug 2011
Reputation:
6
2011-11-27, 02:21 PM
Hello, as some of you may know I requested assistance with removing the default forum icons on my forums page, but whenever Jason L successfully explained how to remove them and I went through with it all, I noticed that it had pulled everything closer to the left hand side of the page rather than where it originally was positioned.
Here's what I mean,
Where it says 'Threads and Posts:' it should be underneath where it says Forum Stats, I would like some assistance on moving it back to the correct place on the right hand side. It looks very untidy if I have it all positioned the way it is right now.
Here's my website if you would like to look for yourself,
http://troll-forums.x10.mx/
Don't comment regarding the domain website URL, it's a temporary domain for the moment until I would on adding my other one.
Thanks a lot,
Regards,
Uzi.
Posts: 866
Threads: 101
Joined: May 2011
Reputation:
56
2011-11-27, 02:29 PM
I think that you're using a template that is incompatible with 1.6.5 / 1.6.4 (depending on the version you're using)
Rasmus Lerdorf Wrote:If eval() is the answer, you're almost certainly asking the wrong question. - Rasmus Lerdorf
Posts: 207
Threads: 67
Joined: Aug 2011
Reputation:
6
2011-11-27, 02:33 PM
(2011-11-27, 02:29 PM)TheGarfield Wrote: I think that you're using a template that is incompatible with 1.6.5 / 1.6.4 (depending on the version you're using)
I'm not sure, Jason L gave me a replacement code for the template which kind of fixed it up a little bit although some of the stuff he told me to locate and edit wasn't even on the template to begin with. I removed the default forum icons so I could use Labrocca's Ficons_v2 plugin and have my own custom icons instead, after going through the procedures to remove the default ones I think it pulled in the Forum Stats information by accident, it may be possible to resolve although I don't know which part of the Template to edit.
I know the name of the template though and if necessary I will post the code which is inside it so you can see what's available to edit yourself.
Thank you.
Posts: 5,871
Threads: 10
Joined: May 2009
Reputation:
625
2011-11-27, 03:01 PM
you have to adjust colspan & add an empty td cell {forumbit_depth1_cat template}
Posts: 207
Threads: 67
Joined: Aug 2011
Reputation:
6
2011-11-27, 04:47 PM
(2011-11-27, 03:01 PM)ranjani Wrote: you have to adjust colspan & add an empty td cell {forumbit_depth1_cat template}
I'm not entirely sure on what I need to edit and everything, would you possibly guide me through it quickly? Thanks a lot.
Posts: 5,871
Threads: 10
Joined: May 2009
Reputation:
625
2011-11-27, 05:43 PM
you have to find how many columns you need and adjust td class thead's colspan .
td class tcat's colspan might also need a change . AND for correct table structure
you may have to add an empty td with required width ...
see Custom Forum Icons for guidance ...
Posts: 5,866
Threads: 96
Joined: Nov 2009
Reputation:
311
2011-11-27, 05:59 PM
In the forumbit_depth1_cat template, find:
colspan="3"
Replace with:
colspan="2"
Posts: 207
Threads: 67
Joined: Aug 2011
Reputation:
6
Posts: 5,871
Threads: 10
Joined: May 2009
Reputation:
625
2011-11-27, 06:30 PM
that should be <td class="thead" colspan="5">
Posts: 207
Threads: 67
Joined: Aug 2011
Reputation:
6
2011-11-27, 06:34 PM
Thanks ranjani but it still didn't make a difference.
|