Code: Select all
{ }
Code: Select all
{ }
Well I actually only use one "css-class" for both user- (overall_header.tpl) and admin(page_header-tpl)-output.afterlife_69 wrote: ... so maybe using a CSS file would be better?
FIND wrote: -->
</style>
Code: Select all
</style>
Code: Select all
<!--
.forum_rules { font-size : {T_FONTSIZE2}px; color : #ff0000; font-weight : bold; }
-->
Well, that's the point ... I'm not a guru at HTML/CSS and the like, but I think that the whole css-definiton needs to be wrapped into HTML-comment-tagsafterlife_69 wrote: heres my idea, ... instead ofFIND wrote:-->
</style>
FindCode: Select all
</style>
Code: Select all
<style type="text/css">
<!--
Your CSS goes here
...
-->
</style>
Code: Select all
</style>
Code: Select all
<style type="text/css">
<!--
.forum_rules { font-size : {T_FONTSIZE2}px; color : #ff0000; font-weight : bold; }
-->
</style>
Well as this is ADMIN-stuff and you can use HTML, I can't see any need for BB-codeAWS wrote: could be great if you added BBCODE tags to the forum rules window in the admin forum panel
<b></b> = Bold
<u></u> = Underline
<i></i> = Italic
<br> = Skip a line
<img src="Picture Link"><img> = [img][/img]
<a href="LINK!">TEXT</a> =
You're right ... it's up to the admin's imagination what he/she wants to do with that INFO-table on top of each forum ...afterlife_69 wrote: this mod just keeps getting better
http://www.meetthe1337.bitedesigns.com/ ... um.php?f=2
check out what i did on my demo forum
drahtbun ... are you still around'some time ago' ... drathbun wrote: Have you considered being able to handle calling append_sid() to any links? In your screenshot I see that you have a link to viewtopic, but without append_sid() folks without cookies will lose their session when they click the link.
I know, I know... folks that disable cookies.But it may be a consideration for some.
mad-manne wrote:Well right now it's only just plain HTML so there's no way to process any append_sid-stuff. I could add the ability to add a number of links, that would have to be entered each on their own, and could then "hand" them out via append_sid.
How many links would the people interested in this, think of as sufficient?
I could setup maybe 3 or 5 links maximum to be entered in the Forum Admin-Screen, OR make it a bit more complicated and setup a new table which would provide the ability to add just as many links as one would like.
Anyway, the proposed feature would come up with a list of links on the bottom part of the rules-table, because "inserting" them into the Rules-text would be beyond my skillsEach link could still consist of its URL and a desribing text of the admin's choice which would come out as
Code: Select all
<a href="URL">LINK-DESCRIPTION</a>
But to make that fully compliant to the idea of a multi-language enabled board .. I'd have to make that a bit more sophisticated.afterlife_69 wrote: i think a good idea would be instand of having 'Forum Rules' have a admin configuable title on each forum
my idea for this feature wrote: There would have to be a new module in ACP, where you would setup "Titles" for the "INFO-table" on top of the fora. All the "titles" you'd setup in here would make a dropdown-list appearing in the forum-ACP, where you'd have to pick one for each forum!
In the new module, you'd have to enter the "title" in all languages installaed on your board!
mad-manne wrote:But to make that fully compliant to the idea of a multi-language enabled board .. I'd have to make that a bit more sophisticated.afterlife_69 wrote:i think a good idea would be instand of having 'Forum Rules' have a admin configuable title on each forum
my idea for this feature wrote: There would have to be a new module in ACP, where you would setup "Titles" for the "INFO-table" on top of the fora. All the "titles" you'd setup in here would make a dropdown-list appearing in the forum-ACP, where you'd have to pick one for each forum!
In the new module, you'd have to enter the "title" in all languages installaed on your board!
Does this make sense to anyone?
If yes .. I might consider implementing this soon.
Cheers,
Manfred.