hello dear raven i am using your powerfull nuke ,,, but the forums are not modded , i am also not a profi nuker to make mods b self ,, so is it possibel that you make some premoded bbtonuke to download and upload it to existing raven nuke installed ?
some mods like . thanks , users profile , age , location , gender , activities and mods like these ...
it will be very usefull because i am not going to use the other nukes only for a nice moded forum ,
how to use the premoded bbtonuke from the other nukes on raven nuke ?
Joined: Aug 27, 2002 Posts: 15024 Location: Kansas
Posted:
Wed Apr 30, 2008 10:56 pm
Thank you for your notes of encouragement! We are planning to add more mods with the next release v2.30.00 expected to be released in August. This is not an easy thing to do as everyone's wants/needs differ. But we will be offering some choices with the next release.
[Edited May 1, 2008] Correction to expected release date.
Last edited by Raven on Thu May 01, 2008 6:06 pm; edited 1 time in total
One wish for the BBtoNuke forum (I know lots of users that supports me on this one) is to make it capable of handling (the fact is that many countries have) summer-/vintertime. It's rather confusing that RavenNuke (as well as other Nukes) supports this, whilst the forums doesn't...
Would of be great to get the right time for all postings (forums ans PM's)
Maybe a variable that could be triggered via a eg. checkboks in the forum Profile?
Joined: Dec 19, 2004 Posts: 2170 Location: Germany:Moderator German NukeSentinel Support
Posted:
Thu May 01, 2008 2:37 pm
You can use a code snippet so that your forums will automatically change the time from winter- to summertime. Isn´t that great ?
Maybe I can find it again.Saw it long time ago at phpBB.de but beneed this I don´t see a problem within my forum and the time.
Thanks alot, Susann, for pointing me in the right direction...
I found several MOD's and code snippets at the German phpBB site.
I will test some of them (one at a time), and see what happens to the forum posts and PM's timestamps.
Hopefully I will find a MOD or code that don't also affects members in timezones that don't use summer-/vintertime...
Joined: Dec 19, 2004 Posts: 2170 Location: Germany:Moderator German NukeSentinel Support
Posted:
Fri May 02, 2008 5:55 am
kenwood whenever you delete a user within that forum post it sets automatically the name to anonymous.So I guess you only need to rename the name to persona_non_grata.
Bu I´m looking for a mod wich sets automatically the rank name of a user to locked. Not sure something exist already.
Beneed this every upgrade with a modded forum is a pain and thats the reason why I limited all mods and use only a few wich I really need to manage my community and for seo.
Joined: Aug 29, 2004 Posts: 7327 Location: Arizona
Posted:
Fri May 02, 2008 6:13 am
kenwood, BTW, "persona_non_grata" has special meaning here on these forums and is "custom". Just didn't want you to think this was some phpBB feature. That is all I'll say about this subject so don't ask.
Joined: May 18, 2005 Posts: 119 Location: SVCDPlaza
Posted:
Fri May 02, 2008 11:04 am
montego wrote:
kenwood, BTW, "persona_non_grata" has special meaning here on these forums and is "custom". Just didn't want you to think this was some phpBB feature. That is all I'll say about this subject so don't ask.
Joined: Aug 27, 2002 Posts: 15024 Location: Kansas
Posted:
Fri May 02, 2008 9:26 pm
And here is an English translation, via Babel, for those that can't understand German
Quote:
Automatic conversion to summer time/winter time
phpBB contains according to standard no code for automatic changing over between summer/winter time. Here is described, as one re-tools this functionality.
Note: The eingedeutschte version of
Only registered users can see links on this board! Get registered or login to the forums!
contains the improved code already.
Open includes/functions.php, look for (approx. line 329)
Explanation:
The function date("I") supplies 0 as result 1 with summer time, otherwise. Thus the time which can be indicated is affected directly.
Thus the indicated time tunes must in the board configuration and in the profile the correct time belt be adjusted (for Deutschland:"GMT + 1 hour"). The clock on the server must naturally also be correct.
There only the summer time an adjustment required changes the announcement after the change also only in the summer.
Around the time belt in the profile for all users to change one uses this SQL Query:
Quote:
UPDATE `phpbb_ users` SET ` user_timezone` = ' 1 ' WHERE ` user_id` > 0;
That table prefix must be adapted possibly still to that of the own tables.
I want to leave the value of the user_timezone field "as is" for all users (since this is set individually by each user).
What I prefer is to make changes to the posting timestamps only.
I found this code at
Only registered users can see links on this board! Get registered or login to the forums!
which does exactly what I want:
Code:
##############################################################
## MOD Title: Daytime changer summertime / wintertime
## MOD Version: 1.0.0
## MOD Author: WebmasterX,
##
Only registered users can see links on this board! Get registered or login to the forums!
,
## Sander Hoekman,
## http://www.zutfun.nl
## MOD Description: This modification automaticly changes the
## winter time and summertime as known in Europe, The Netherlands
##
## Installation Level: easy
## Installation Time: 1 Minutes
## Files To Edit: includes/functions.php
## Included Files: n/a
##############################################################
#
#-----[ OPEN includes/functions.php ]------------------------------------------
#
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum