Style:  Aqua  Graphite  Dark 
    TabSRMM
*
   
Please login or register. Forgot your password?
linktree TabSRMM  >  General Forums  >  Board news and announcements
linktree Topic: Welcome
Members: 2164  •  Posts: 10295  •  Topics: 1735
Please welcome louiscoffman, our newest member.
0 Members and 1 Guest are viewing this topic.
 
Topic: Welcome, Started by Nightwish  (Read 3678 times) Search this topic *
Pages: [1] |   Go Down
Administrator
Forum Member
*****

Karma: 114
Gender: Male
Posts: 2640
Developer
[align="justify"]About the board software

The forum is running with phpmyforum, one of the lesser known packages. But it's very powerful, and best of all, it's open source and completely free. It also contains a RSS feed, to which you can subscribe using any RSS reader (for example, the Miranda RSS plugin) to get fast updates about new topics here.

The only drawback: The forum is developed in german language. I did most of the english translation myself, but it is not complete yet, so you may find some areas which are not yet translated - that should not happen too often though, but if you find some please report them.

Registration

Registration is required to post on any of the boards. The process has been made as simple as possible, and there is no need to activate your account after it has been created. You need to supply a valid email address to get your password mailed.

Avatars

If you are a registered user, you can upload an Avatar using your personal profile page (Profile -> Edit avatar settings). Avatars may be up to 100 x 100 pixels in size and only valid image types (.gif, .jpg, .png) are allowed.

Styles

There are 2 styles available on this board - The default style has a rather dark background and a red-ish theme. If you don't like dark backgrounds at all, you may change your style using your personal profile page. The "Light colors" style is using a light grey background.
Both styles are using the same template set, so the layout will not change, only the color schemes are different.


And now...
[smilie]Have fun[/smilie]
[/align]

---------------------------
Miranda@AT blog
Instant Messaging (Jabber preferred): JID  silvercircle _at_ gmail _dot_ com
--
And the cause for the problem is:
You must've hit the wrong any key.
Forum Member
*****

Karma: 4
Gender: Male
Posts: 129
Urban Rider...
Quote from: "Nightwish"
[align="justify"]
The only drawback: The forum is developed in german language. I did most of the english translation myself, but it is not complete yet, so you may find some areas which are not yet translated - that should not happen too often though, but if you find some please report them.
[/align]


While I was making my own css style for this forum I noticed some untranslated strings and some misspellings, so here it is:

1. After logging in the whole text is in German:



2. After changing profile preferences also everything is in German:



3. When an unregistered user tries to do something he is not authorised to, a login request appears which has highlighted typing errors:



3. There are untranslated strings in "Edit Profile ":



4. There are also some untranslated strings while you post a reply:



5. After posting - another German only strings ;) :
Forum Member
*****

Karma: 4
Gender: Male
Posts: 129
Urban Rider...
Hmm... I tried to edit my previous post, but somhow I couldn't...:confused: Anyway, here is one more:

6. On every forum, at the bottom there is a row where you can sort topics, and the button is not translated:



Administrator
Forum Member
*****

Karma: 114
Gender: Male
Posts: 2640
Developer
Quote from: "nowotny"
Hmm... I tried to edit my previous post, but somhow I couldn't... Anyway, here is one more:
I was playing with the WYSIWYG editor a bit, and editing was disabled for a while.

---------------------------
Miranda@AT blog
Instant Messaging (Jabber preferred): JID  silvercircle _at_ gmail _dot_ com
--
And the cause for the problem is:
You must've hit the wrong any key.
Administrator
Forum Member
*****

Karma: 114
Gender: Male
Posts: 2640
Developer
Quote from: "nowotny"
While I was making my own css style for this forum I noticed some untranslated strings and some misspellings, so here it is:

1. After logging in the whole text is in German:

2. After changing profile preferences also everything is in German:

3. When an unregistered user tries to do something he is not authorised to, a login request appears which has highlighted typing errors:

3. There are untranslated strings in "Edit Profile ":

4. There are also some untranslated strings while you post a reply:

5. After posting - another German only strings :
Thanks for these reports. The redirection pages are hard to fix, because the do not yet use language variables. Anything else is just a result of the language file beeing incomplete.

---------------------------
Miranda@AT blog
Instant Messaging (Jabber preferred): JID  silvercircle _at_ gmail _dot_ com
--
And the cause for the problem is:
You must've hit the wrong any key.
Forum Member
*****

Karma: 0
Posts: 12
I was going to create a new topic, but it wont be necessary...

when I try to use the "Link to your avatar" function it don't work... I get a german error message... I've translated it on babelfish and it says something about wrong format or size, related about the upload function, even I'm not trying to use it...

that's all...
anyway, concentrate on the plugin, not much in the forum :)
Administrator
Forum Member
*****

Karma: 114
Gender: Male
Posts: 2640
Developer
Quote from: "neooffs"
when I try to use the "Link to your avatar" function it don't work... I get a german error message... I've translated it on babelfish and it says something about wrong format or size, related about the upload funcion, even I'm not trying to use it...

that's all...
anyway, concentrate on the plugin, not much in the forum :)
It's disabled.

Linked avatars are always some kind of security risk, because you could, for example, link to a script which not only generates a valid image but also does some nasty stuff in the background :)

Edit: for some reason, the profile field where you could specify the linked avatar, was still visible.

---------------------------
Miranda@AT blog
Instant Messaging (Jabber preferred): JID  silvercircle _at_ gmail _dot_ com
--
And the cause for the problem is:
You must've hit the wrong any key.
Forum Member
*****

Karma: 0
Posts: 12
Quote from: "Nightwish"
It's disabled.

Linked avatars are always some kind of security risk, because you could, for example, link to a script which not only generates a valid image but also does some nasty stuff in the background :)

Edit: for some reason, the profile field where you could specify the linked avatar, was still visible.

actually, you can't exec a java script or something like that just linking an avatar...
the more it can do is know the ip address and some other browser info from the people who are seeing it... but any site can do that...

I was going to link the avatar I do often use in boards... this one
Administrator
Forum Member
*****

Karma: 114
Gender: Male
Posts: 2640
Developer
[align="left"]
Quote from: "neooffs"
actually, you can't exec a java script or something like that just linking an avatar...
the more it can do is know the ip address and some other browser info from the people who are seeing it... but any site can do that...

I was going to link the avatar I do often use in boards... this one
Its not about javascript. The "avatar" could be a php script for example, which outputs a valid image (easily possible with php) but before sending the image, it could do some other things.

It's also hard to enforce size restriction with linked avatars - the avatar picture could be changed at any time after it has been added to the profile.[/align]

---------------------------
Miranda@AT blog
Instant Messaging (Jabber preferred): JID  silvercircle _at_ gmail _dot_ com
--
And the cause for the problem is:
You must've hit the wrong any key.
Forum Member
*****

Karma: 0
Posts: 12
Quote from: "Nightwish"
[align="left"]Its not about javascript. The "avatar" could be a php script for example, which outputs a valid image (easily possible with php) but before sending the image, it could do some other things.

It's also hard to enforce size restriction with linked avatars - the avatar picture could be changed at any time after it has been added to the profile.[/align]

did you read what I said? did you see my avatar?
I have a PHP avatar... and you can only get some info from the user who are seeing the image, as I said before...

I understand you dont want the avatar linking... I just wanted to make things clear...
bye
Administrator
Forum Member
*****

Karma: 114
Gender: Male
Posts: 2640
Developer
Quote from: "neooffs"
did you read what I said? did you see my avatar?
Yes, and yes.

Quote
I have a PHP avatar... and you can only get some info from the user who are seeing the image, as I said before...
Yes, and thats already a good reason to disable linked avatars.

Quote
I understand you dont want the avatar linking... I just wanted to make things clear...
bye
I don't like it, because I've seen people trying to do stupid things with it, like linking huge images only to screw up the board layout or hiding some stupid flash crap behind them.

I know that most people won't abuse it, but there are always a few...

---------------------------
Miranda@AT blog
Instant Messaging (Jabber preferred): JID  silvercircle _at_ gmail _dot_ com
--
And the cause for the problem is:
You must've hit the wrong any key.
Forum Member
*****

Karma: 0
Posts: 12
just a note: it's not possible to use flash with the tag...

discussion closed
Forum Member
*****

Karma: 0
Posts: 21
true but it is possible to link it to a 600mb file, happy loading ofthe site then -_-
Forum Member
*****

Karma: 0
Posts: 12
aff...

nightwish, I still have only 1 post counted in my profile... strange...
Administrator
Forum Member
*****

Karma: 114
Gender: Male
Posts: 2640
Developer
Quote from: "neooffs"
aff...

nightwish, I still have only 1 post counted in my profile... strange...
Post counter is off for the announcement boards.

---------------------------
Miranda@AT blog
Instant Messaging (Jabber preferred): JID  silvercircle _at_ gmail _dot_ com
--
And the cause for the problem is:
You must've hit the wrong any key.
Forum Member
*****

Karma: 8
Gender: Male
Posts: 207
The user string in the menu should probably be users or members (and not just one user), when i click on it i get to a page called "Member list", that should be with an s too i think and should be the same word as the menu

you can make the "user" page display "Show all Benutzer und Sortiere nach Registrierung in  ascending Reihenfolge.  Los"

In my profile (for example) it says "Standardgruppe für Neuanmeldungen "

When you write a PM, this word is not translated "Überwachung"
The "check message length" option has a typo ("Your message contains X charaters.")

The tooltips of the smileys are not translated

I don't really understand the "Calendar"
Woche? Geb?
there is also Oktober there and Los
if i enter the "Neuen Termin erstellen" option there are
"privater Termin" and "öffentlicher Termin "

"Favorites" has a Los too, and so does the search (and new posts and posts from today and Posts from within the last 24 hours and unanswered topics)


umm... that's it i think :)
Administrator
Forum Member
*****

Karma: 114
Gender: Male
Posts: 2640
Developer
Quote from: "PROGAME"
In my profile (for example) it says "Standardgruppe für Neuanmeldungen " and "sybrscribe"
Unfortunately, the default group names are not translateable w/o deleting the entire group and creating it new, but that would mess up a lot of stuff :)

Quote
I don't really understand the "Calendar"
Woche? Geb?
woche = week
geb = shortened for the german word for birthday

Quote
there is also Oktober there and Los
if i enter the "Neuen Termin erstellen" option there are
"privater Termin" and "öffentlicher Termin "

"Favorites" has a Los too, and so does the search (and new posts and posts from today and Posts from within the last 24 hours and unanswered topics)


umm... that's it i think :)
Thanks...

I will take care about the remaining translation things when I have some time for it :)

---------------------------
Miranda@AT blog
Instant Messaging (Jabber preferred): JID  silvercircle _at_ gmail _dot_ com
--
And the cause for the problem is:
You must've hit the wrong any key.
Forum Member
*****

Karma: 8
Gender: Male
Posts: 207
you have a habit of replying before i edit my post to correct things :D
it should make more sense now
i guess i should use the EDIT: tag from now on ;)
Pages: [1] |   Go Up« previous next »
linktree TabSRMM  >  General Forums  >  Board news and announcements
linktree Topic: Welcome


Tags:

 
Powered by SMF 2 | SMF © 2006–2010, Simple Machines LLC
XHTML RSS WAP2 Theme by Mirana@at, icons courtesy of FamFam and Crystal

Page created in 0.076 seconds with 20 queries.