PDA

View Full Version : Few questions...


Trasion
02-07-2010, 01:42 AM
I have a few questions that I need answered...

1) I want to be able to display the thread tags in the first post of all threads, and if there are none, simply show the word "None".

2) I have a 5px padding in the alt1 class. But I have one specific div in the alt1 class in the postbit that I want to ignore that rule. (I want it to completely touch the edges of the page)

3) How can I make the "What's going on?" box have only one collapse button? I don't want one for the active users, and one for the statistics, I want one for the whole thing. How can I do this?

4) On the forumhome, how can I make it show a specific section moderators, and if there are none, simple show the word "None".

Can anyone please answer any of these for me?

deadlySniper
02-07-2010, 03:19 AM
1) I want to be able to display the thread tags in the first post of all threads, and if there are none, simply show the word "None".

Let me tinker with the code a little and I might have a solution, but I have to see if my idea works before I give it out.

2) I have a 5px padding in the alt1 class. But I have one specific div in the alt1 class in the postbit that I want to ignore that rule. (I want it to completely touch the edges of the page)

For this you would have to change the CSS values.

3) How can I make the "What's going on?" box have only one collapse button? I don't want one for the active users, and one for the statistics, I want one for the whole thing. How can I do this?

This possibly could be done by putting all the markup for each under one tag but still be divided in their sections. Again I would have to mess with it. It also depends on the theme you are using. Certain themes have some mark up missing.

4) On the forumhome, how can I make it show a specific section moderators, and if there are none, simple show the word "None".

For this I dont think you can do it unless a mod/hack is made. This could be something that someone could work on. I myself haven't been that great at making mods.

Trasion
02-07-2010, 01:48 PM
Let me tinker with the code a little and I might have a solution, but I have to see if my idea works before I give it out.

Thanks, this really is the most important one here. I'd love a solution.

For this you would have to change the CSS values.

What would I change in the CSS part?

This possibly could be done by putting all the markup for each under one tag but still be divided in their sections. Again I would have to mess with it. It also depends on the theme you are using. Certain themes have some mark up missing.

It's my own custom theme, it was made from the default style.

For this I dont think you can do it unless a mod/hack is made. This could be something that someone could work on. I myself haven't been that great at making mods.

But I can already get it to show the moderators, now I just need a if condition to make it show them if there are some, else show the word "None".

deadlySniper
02-07-2010, 03:33 PM
Thanks, this really is the most important one here. I'd love a solution.

Ight I am working on it now.

What would I change in the CSS part?

There is padding and other values you need change. Let me get some screen shots of what it looks like.

It's my own custom theme, it was made from the default style.

OK, good. That means hopefully everything is there.


But I can already get it to show the moderators, now I just need a if condition to make it show them if there are some, else show the word "None".[/quote]