Quote:
Originally Posted by Jabong82
Hello this seems like an interesting product, however I still don't know exactly what it does.
I have visited your commercial site a few times and I just don't get what it does, but everyone seems to love it so I'm curious!
Does this customize the look of your forums? Or is this meant to create wikipedia pages?
|
This allows you to create wikipedia-like pages on your vBulletin site. It doesn't really change the look of your forums. I will try to post some screen shots later today.
Quote:
Originally Posted by Leica.Robbiani
I translated this phrase to:
Keine Weiterleitung erstellen, wenn der Artikel umbenannt wird
in the acp, what I get as result is:
Keine Weiterleitung erstellen, wenn der Seite umbenannt wird
This phrase (maybe any phrases of the tabs):
$vbphrase[ces_discussion]
only gets lower cases.
|
Yes, any tab phrases are automatically lower-cased by the browser. I believe this is due to a
text-transform: lower-case in the CSS somewhere (probably
clientscript/special_important.css).
The replacement phrase you are having problems with is precisely that - part of a text replacement. The following phrases are used for this replacement (old phrase => replacement phrase):
- 'replies' => 'vault_comments',
- 'thread' => 'vault_page',
- 'threads' => 'vault_pages'
I don't think that would affect how your translation appears in the ACP, but it's something to keep in mind.