Edit date
Edit date
Is there a working mod for editing a post date?
I need that because some post with older date I like to show it again on portal!
I need that because some post with older date I like to show it again on portal!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Hm yes I see, this mod is really old 
I'll code a new one, because this mod isn't compatible to phpbb 2.0.11 or plus 1.5.2. Changing into a compatible one will be the same work as creating a new one...
I'll code a new one, because this mod isn't compatible to phpbb 2.0.11 or plus 1.5.2. Changing into a compatible one will be the same work as creating a new one...
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Okay, let's go: http://www.oxpus.de/downloads.php?view= ... =315&cat=1
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Attach your viewtopic.php and viewtopic_body.tpl to take a look.
Here is the error. You can't open the popup until the error there isn't fixed.
Here is the error. You can't open the popup until the error there isn't fixed.
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
::little offtopic::
I use this simple script for it, saved as a single php-file.
The only disadvantage is, you have to change the date in mysqladmin by hand.
I use this simple script for it, saved as a single php-file.
The only disadvantage is, you have to change the date in mysqladmin by hand.
Code: Alles auswählen
<?
echo "<form action=\"$PHP_SELF\" method=\"post\">
<input type=\"text\" name=\"t\" maxlength=\"2\" size=\"2\">.
<input type=\"text\" name=\"mo\" size=\"2\" maxlength=\"2\">.
<input type=\"text\" name=\"j\" size=\"4\" maxlength=\"4\"> -
<input type=\"text\" name=\"h\" size=\"2\" maxlength=\"2\">:
<input type=\"text\" name=\"m\" size=\"2\" maxlength=\"2\">:
<input type=\"text\" name=\"s\" size=\"2\" maxlength=\"2\">
<input type=\"submit\" name=\"Abschicken\" value=\"Umrechnen\">
</form><br><br><br><br>";
if($t || $m || $j) {
$timestamp = mktime($h,$m,$s,$mo,$t,$j);
echo "<b>".date("d.m.Y",$timestamp)."</b>: ". $timestamp;
}
echo "<br><br><hr><br><br>
<form action=\"$PHP_SELF\" method=\"post\">
<input type=\"text\" name=\"ts\" size=\"14\">
<input type=\"submit\" name=\"Abschicken\" value=\"Umrechnen\"></form>
<br><br><br><br>";
if($ts) {
echo "<b>$ts:</b> ".date("d.m.Y - H:i",$ts);
}
?>
Zuletzt geändert von modbo am Fr 11.Feb, 2005 13:37, insgesamt 1-mal geändert.
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Very helpfull for beginnersThe only disadvantage is, you have to change the date in mysqladmin by hand.
But usefull for advanced users, too, sure.
At the otherside my script displays the timeformat like the userformat (as possible) for a better time editing. And the script will not only save the timestring for the post time. It also checks the post edit time and the topic time!
Not easy to find it manually in the database
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Okay. Nothing wrong, you've just insert the code in viewtopic_body.tpl at the wrong place.
Here the fixed file:
Here the fixed file:
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Wau this looks very cool.
Nice to read this ^b
For the error please an example...
The script will read the post id from the url which is created by javascript.
If here are errors on the js you will be get errors. Or the post id will not be set in several topics.
When you have a bug in your viewtopic.php like here: http://www.povej.net/forum/viewtopic.php?t=3165
The post id is here alltimes "0"! Opening the topic with this link: http://www.povej.net/forum/viewtopic.php?p=30245#30245 , the post id will be set.
Here your fixed viewtopic.php...
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
TNX, for fix.
This is really great mod, now I can show on portal some old news.

now I did tested, it is interesting thing.
When I change date, it happends something but at the top of the post, where the edit link is, date doesn't change?
Only when I click Edit date again it is strange date and time which I didn't setted.
This is really great mod, now I can show on portal some old news.
now I did tested, it is interesting thing.
When I change date, it happends something but at the top of the post, where the edit link is, date doesn't change?
Only when I click Edit date again it is strange date and time which I didn't setted.
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Refresh your browser after editing the time.
This should be done automatically by the mod but not all browsers will do it correctly.
This should be done automatically by the mod but not all browsers will do it correctly.
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Okay, I think there's a litte bug in the popup. I think I know where. I just must test it out...
I'll check it as soon as possible.
I'll check it as soon as possible.
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
No, I don't hurry, because the error was to ... {no comment}
Here the fixed file.
The mod also will be fixed.
Here the fixed file.
The mod also will be fixed.
- Dateianhänge
-
- edit_post_time.zip
- (2.56 KiB) 131-mal heruntergeladen
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!