The Project
|
News
|
Downloads
|
Mods
|
FAQ
|
Templates
|
Chat
|
Forum
BoardMod Support Forum
[
Home
|
Help
|
Search
|
Login
|
Register
]
24.05.13 at 21:27:38, Welcome, Guest. Please
Login
or
Register
Choose Language:
English
German
German_Du
BoardMod Support Forum
›
YaBB 2 Mods
›
BETA Mods for YaBB 2.5
› Guest Topic View Limit V0.1.1 for YaBB 2.5
(Moderators: Michael Prager, Jeff, Spikecity, qersys)
‹
Previous Topic
|
Next Topic
›
Pages:
1
2
Print
Guest Topic View Limit V0.1.1 for YaBB 2.5 (Read 2067 times)
pyragony
Hacker Wannabe
Offline
Posts: 80
Reply #15 -
10.05.12 at 09:29:34
Quote:
<edit file>
Languages/German/Admin.lng
</edit file>
<search for>
);
%floodtxt = (
</search for>
<add before>
'enable_guest_view_limit' => 'Aktiviert Gast-Themen-Ansicht-Limit?<br /><span class="small">Wenn diese Option gesetzt wird, k
ö
nnen sie die Themen, die G
ä
ste sehen können, begrenzen. Damit werden sie ermutigt, sich zu registrieren. Die Mengen der Themen kann frei gewählt werden.</span>',
'guest_view_limit' => 'Gast-Themen-Ansicht-Limit:<br /><span class="small">Stellen Sie die Menge an Themen ein, die Gäste sehen können, bevor sie dazu ermutigt werden, sich zu registrieren.</span>',
'guest_view_limit_block' => 'Blockiere Gäste von der Themenansicht, nachdem sie das Limit erreicht haben?<br /><span class="small">Wenn diese Option aktiviert ist, werden die Gäste vom betrachten von mehr Themen blockiert, nachdem das Limit erreicht wurde.<br />Unkontrolliert lassen eine freundliche Nachricht am oberen Bereich der Nachricht erscheinen.</span>',
</add before>
<edit file>
Languages/German/Display.lng
</edit file>
<search for>
);
1;
</search for>
<add before>
'guest_message' => 'Besuchernachricht',
'guest_message_block' => "Hallo Besucher,<br /><br />sorry, aber Sie haben die Menge an Themen, die Sie berechtigt sind als Gast zu besichtigen, überschritten. Um möglichst viele Themen anzuzeigen, wie Sie möchten und von vielen weiteren Features zu profitieren, warum <a href=\"$scripturl?action=register\" style=\"font-weight: bold;\">registrieren sie sich nicht bei uns?</a>. Die Registration ist leicht und dauert nur ein paar Minuten.<br /><br />Sie sind bei uns bereits Mitglied, dann können sie sich
<a href=\"$scripturl?action=login\" style=\"font-weight: bold;\">hier einlogen</a> um diese Nachricht zu stoppen.<br /><br />Vielen Dank!<br /><br />Das $mbname Team",
'guest_message_warn' => "Hallo Besucher,<br /><br />wie es aussieht, genießen sie das Lesen in unserem Forum. Also warum <a href=\"$scripturl?action=register\" style=\"font-weight: bold;\">registrieren sie sich nicht bei uns</a> um diese Nachricht zu stoppen und profitieren von den vielen weiteren Features? Die Registrierung ist einfach und dauert nur ein paar Minuten.<br /><br />Wenn sie bereits Mitglied bei uns sind, dann <a href=\"$scripturl?action=login\" style=\"font-weight: bold;\">klicken sie hier zum einlogen.</a><br /><br />Vielen Dank,<br /><br />das $mbname Team",
</add before>
%floodtxt = (
wrong
%floodtxt=(
right
The German characters are corrupted (ä, ö, ü, ß)
A blank is missing, fault of mine.
errors also in German_Du
I'll see if there are more mistakes and make a new package today.
How can I see you've also changed the mod again. I look at this again.
IP Logged
Derek Barnstorm
Hacker God
Offline
Posts: 1113
Reply #16 -
10.05.12 at 14:22:15
Ah, okay. Could you attach them as text files for me instead then please? I've had problems before copying from the browser window...
IP Logged
Demo my Mods for YaBB 2.5
pyragony
Hacker Wannabe
Offline
Posts: 80
Reply #17 -
11.05.12 at 10:46:56
Okay, will it do so. Need more time, because we have problems with a DDoS attack.
IP Logged
pyragony
Hacker Wannabe
Offline
Posts: 80
Reply #18 -
12.05.12 at 12:55:37
Hi Derek,
I've got a problem that I see today for the first time.
If I want to save the German files individually, they can not be installed.
I get the following error message (see picture).
I work them right into the mod, it works without problems. I do not know why.
I find no fault. So here is the full mod, including the German files.
IP Logged
guest_topic_view_limit_011.mod
(13 KB |
76
)
Derek Barnstorm
Hacker God
Offline
Posts: 1113
Reply #19 -
12.05.12 at 13:15:54
Hi pyragony,
I think I must have saved the files in a different character set - hopefully it hasn't affected any of my other mods I've released lately.
I might be a bit busy over the weekend, but I'll take a look at it as soon as I can.
IP Logged
Demo my Mods for YaBB 2.5
pyragony
Hacker Wannabe
Offline
Posts: 80
Reply #20 -
18.05.12 at 21:56:51
Hi Derek,
The blockade, however, has an undesirable side effect. The cookie that is set to remain valid in the long run. The visitors must always delete their cookies to see again the amounts of certain topics. Would not it be better if the cookie is eliminated after a certain period of time by myself? The time should be set by the forum operators. Is such a thing possible?
IP Logged
Derek Barnstorm
Hacker God
Offline
Posts: 1113
Reply #21 -
21.05.12 at 16:36:42
pyragony wrote
on 18.05.12 at 21:56:51:
The blockade, however, has an undesirable side effect. The cookie that is set to remain valid in the long run. The visitors must always delete their cookies to see again the amounts of certain topics.
Isn't that sort of the point though? To stop guests viewing any more topics so they have to login or register...
pyragony wrote
on 18.05.12 at 21:56:51:
The time should be set by the forum operators. Is such a thing possible?
I actually set the cookie to expire in one year, but it would be easy enough to make that an admin option - I'll see about adding it in when I get chance. If you want to change it yourself for now though, in
Display.pl
change the highlighted to the amount of time in minutes you feel is suitable:
Code:
-expires => '+
525600
m');
IP Logged
Demo my Mods for YaBB 2.5
pyragony
Hacker Wannabe
Offline
Posts: 80
Reply #22 -
24.05.12 at 23:08:42
Hi Derek,
IP Logged
Pages:
1
2
Print
‹
Previous Topic
|
Next Topic
›
Forum Jump »
Home
» 10 most recent Posts
» 10 most recent Topics
YaBB & BoardMod
- News
- General Board
- Feedback
- Programming & Coding Board
YaBB 2 Mods
- FINAL Mods for YaBB 2.5
- BETA Mods for YaBB 2.5 ««
- FINAL Mods for YaBB 2.4
- BETA Mods for YaBB 2.4
- FINAL Mods for YaBB 2.3/2.3.1
- BETA Mods for YaBB 2.3/2.3.1
- FINAL Mods for YaBB 2.2/2.2.1/2.2.2/2.2.3
- BETA Mods for YaBB 2.2/2.2.1/2.2.2/2.2.3
- FINAL Mods for YaBB 2/2.1
- BETA Mods for YaBB 2/2.1
YaBB 1 Mods
- FINAL Mods for YaBB 1 SP1.4
- FINAL Mods for YaBB 1 SP1.3/1.3.1/1.3.2
- FINAL Mods for YaBB 1 SP1.2
- FINAL Mods for YaBB 1 SP1/1.1
- FINAL Mods for YaBB 1 Gold
- BETA Mods for YaBB 1
Mod Support
- Mod Troubleshooting
- Mod Bugs
- Mod Ideas, Requests & Feedback
- Tutorials
- Mod Testing
Templates & Graphics
- Template Vault
- Template Help & Troubleshooting
- Template & Graphics Requests
- Graphics
- Showcase Board
BoardMod Support Forum
» Powered by
YaBB 2.3.1
!
YaBB
© 2000-2009. All Rights Reserved.
© 2000-2012 by
Michael Prager
- All rights reserved.
Project website hosting proudly sponsored and provided by
UK2 Hosting
The Project
|
News
|
Downloads
|
Mods
|
FAQ
|
Templates
|
Chat
|
Forum