Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- rgasch created topic »Using PageUtil::addVar() to load script code« 11:48 AM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Dizkus datetimebrief...
-
- Rank: Developer
- Registered: Jun 16, 2003
- Last visit: May 29, 2010
- Posts: 1966
ok - I just upgraded to 1.2.1 (from 1.1.2) and dizkus now has 'datetimebrief' all over the place (just like here). how do I fix it? -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
-
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
there's another thread where the issue is discussed
and Carsten posts that he already changed the use of the pnfdate_format modifier to the core one: pndate_format in the SVN templates. Now, I hope that the templates be in charge of the Edit note too, where the issue is present too.
We all need to do a hard work testing the Dizkus upgrade to 3.1 and search for bugs, is the only manner we'll get it out of the door soon
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Registered User
- Registered: Feb 12, 2010
- Last visit: Mar 30, 2010
- Posts: 25
Tested the upgrade...
repairs the datetimebrief in most places except as said, in the edited by... but all seems to run smoothly.
Current stopper is the /' problem. no other server changes, and magic quotes are off.... I've not made any other server changes.
Jon -
- Rank: Registered User
- Registered: Feb 12, 2010
- Last visit: Mar 30, 2010
- Posts: 25
I changed the following files in V3.0 so far to eradicate the datetimebrief problem, in all cases changing it from pnfdate_format to pndate_format
dizkus_statisticsblock_display.html
dizkus_user_viewforum.html
dizkus_centerblock_display.html
dizkus_centerblock_display2.html
dizkus_user_main.html
dizkus_user_latestposts.html
The "Editied by" is still a problem, but probably fixable if I knew more....
Also - not sure whether it's anything caused by these changes but my site now shows [.quote] [./quote] instead of the quote style (without the . marks i put in to make this message work).
Any ideas as to what I may have done wrong, or where I would find the quote definition/design?
Jon -
- Rank: Softmore
- Registered: Apr 23, 2005
- Last visit: May 15, 2010
- Posts: 130
As I've heared, the gettext version of dizkus is available soon. I expect it until end of February or some days later.
--
webmaster of gvoh.de and pggo.de
project manager of new module media repository -
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 665
See also datetimebrief in thi…d on one of my site
--
-- Teb
-- Dutch Zikula Community
Support questions in a Personal Message will be ignored. Use the forums at all times! -
- Rank: Registered User
- Registered: Feb 12, 2010
- Last visit: Mar 30, 2010
- Posts: 25
rallek
As I've heared, the gettext version of dizkus is available soon. I expect it until end of February or some days later.
any more heard on this??
really ooking forward to getting rid of the "Edited by : Datetimebrief" error
Jon/Baph -
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 665
With a simple plugin override it can be solved too (ticket 203). Look at the files and descriptions in that ticket.
I guess though that (with the current changes, or with the new Dizkus version), all occurences of 'datetimebrief' that are already in the database, will still remain (as the edit-time is not stored anywhere else, so the information of updated-time is gone I think).
--
-- Teb
-- Dutch Zikula Community
Support questions in a Personal Message will be ignored. Use the forums at all times! -
- Rank: Registered User
- Registered: Feb 12, 2010
- Last visit: Mar 30, 2010
- Posts: 25
Thanks Teb,
however, the edited by problem is not solved by the plugin.
I had corrected the usual problem with pnfdate..., but this is to do with the "edited by" function, from line 1782 of pnuserapi.php
Code
<!-- editby --><br /><br /><em>' . __f('Edited by %1$s on %2$s.', array($edit_name, $edit_date), $dom) . '</em><!-- end editby -->
This is the bit that controls the edited by.... still looking for the datetimebrief in the emails that are sent out to people who have subscribed to topic.
Jon/Baph -
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 665
If you use all four attachments in that ticket, it fixes both the 'edited by'-issue as well as the date-issue in the emails.
Just read the comments I've written with the files, on how to use them.
--
-- Teb
-- Dutch Zikula Community
Support questions in a Personal Message will be ignored. Use the forums at all times! -
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 665
FYI: I realize that the title and description of that ticket makes one think that only the plugin-file solves it. I added the other three files later on, with the following comment: "I also modified three more files, which solves any other datetimebrief issues. Just wanted to upload them here for archive reasons (and link to them from support-questions) rather then to wait."
--
-- Teb
-- Dutch Zikula Community
Support questions in a Personal Message will be ignored. Use the forums at all times! -
- Rank: Registered User
- Registered: Feb 25, 2009
- Last visit: May 04, 2010
- Posts: 22
did this move or is there some other problem going on? Following the link above about ticket 203 I get this;
Trac Error
TracError: The Trac Environment needs to be upgraded.
Run "trac-admin /home/trac/www/projects/dizkus upgrade" -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
- Moderated by:
- Support
