Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- 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
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. 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?
-
- Rank: Helper
- Registered: Dec 31, 1969
- Last visit: May 07, 2010
- Posts: 507
Yes, that works thanks. I was expecting to see video too, but I guess that doesn't make sense in this context (uploads listed on a page). -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: May 31, 2010
- Posts: 303
So I recently updated my SVN version of Dizkus from r1034 to r1039. r1034 worked completely being able to post - though the templates were a little wanky. In r1039, I was happy to initially see the new templates. I immediately started to play with the CSS color values to get the theme to conform to my theme.
I noticed the main color definitions (dzk_colorX, dzk_border_colorX etc) were no longer in the module CSS. I had them in my theme still from the prior r1034. Some worked some didn't. SVN is all about transition alongside revision. :)
I was disappointed to find that Ajax posting seems to be broken or that it is not fully loaded some how. I am not sure what the issue is. but i noticed also the rounding corners graphics did not load on the right hand side, top and bottom in the posting form - though they loaded fine for the navbar/menu.
my question is how to read the tickets for the revisions/version. :)
--
Paul
____________________________________________________
"...Humor, ITs just a state of mind"
TakeIT2.CoM :: Open Destination
...my site is a perfect example of why doctors do not operate on them self :) -
- Rank: Team Member
- Registered: Dec 07, 2003
- Last visit: May 09, 2010
- Posts: 2703
http://code.zikula.org/dizkus/report/2
If you need to post a bug, just do it the best you can, and provide the exact revision or version. The devs will move/edit the tickets and provide you with any questions if something becomes unclear.
Tickets can be tricky, as to what information is relevant. The more the better.
--
David Pahl
Zikula Support Team -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: May 31, 2010
- Posts: 303
AmmoDump
http://code.zikula.org/dizkus/report/2
If you need to post a bug, just do it the best you can, and provide the exact revision or version. The devs will move/edit the tickets and provide you with any questions if something becomes unclear.
Tickets can be tricky, as to what information is relevant. The more the better.
Thanks David
--
Paul
____________________________________________________
"...Humor, ITs just a state of mind"
TakeIT2.CoM :: Open Destination
...my site is a perfect example of why doctors do not operate on them self :) -
- Rank: Team Member
- Registered: Jul 15, 2004
- Last visit: May 27, 2010
- Posts: 277
@David: Is it possible to see you SVN-installation live on a server?
I saw your ticket (http://code.zikula.org/dizkus/ticket/128) but I can't reproduce you problem at the moment. -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: May 31, 2010
- Posts: 303
Carsten - yea, that would be mine - I'll PM you with a link
--
Paul
____________________________________________________
"...Humor, ITs just a state of mind"
TakeIT2.CoM :: Open Destination
...my site is a perfect example of why doctors do not operate on them self :) -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: May 31, 2010
- Posts: 303
hmm it is the "New Topic" Form hanging for me
--
Paul
____________________________________________________
"...Humor, ITs just a state of mind"
TakeIT2.CoM :: Open Destination
...my site is a perfect example of why doctors do not operate on them self :) -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: May 31, 2010
- Posts: 303
Thanks Carsten r1071 got the new topic posting working for me.
--
Paul
____________________________________________________
"...Humor, ITs just a state of mind"
TakeIT2.CoM :: Open Destination
...my site is a perfect example of why doctors do not operate on them self :) -
- Rank: Team Member
- Registered: Jul 15, 2004
- Last visit: May 27, 2010
- Posts: 277
-
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: May 31, 2010
- Posts: 303
The New templates in Dizkus seem to imply that threaded topics are out. It seems there are no more "reply" options in a topic, other than "Quick Reply".
How will we modify a Topic Subject Line, for a support forum so that issues can be "Solved" or "Resolved" ?
--
Paul
____________________________________________________
"...Humor, ITs just a state of mind"
TakeIT2.CoM :: Open Destination
...my site is a perfect example of why doctors do not operate on them self :) -
- Rank: Helper
- Registered: Dec 31, 1969
- Last visit: May 07, 2010
- Posts: 507
It's the same as always, it never really supported threads even in pnForum because there isn't a place in the data for a comment to note which comment it was in reply to. If it can't do that, it can't truly thread.
However the bbcode "quote" option can fake this as it always has. install bbcode, hook it to Dizkus, and it should work. -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
TakeIT2
How will we modify a Topic Subject Line, for a support forum so that issues can be "Solved" or "Resolved" ?
Same way I've been doing it, double click on the title and change it.
--
Home Page | Find on Facebook | Follow on Twitter
-
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: May 31, 2010
- Posts: 303
bronto
It's the same as always, it never really supported threads even in pnForum because there isn't a place in the data for a comment to note which comment it was in reply to. If it can't do that, it can't truly thread.
However the bbcode "quote" option can fake this as it always has. install bbcode, hook it to Dizkus, and it should work.
Interesting , Thanks.
Quote
Same way I've been doing it, double click on the title and change it.
Thanks Matt. I had not noticed that.
--
Paul
____________________________________________________
"...Humor, ITs just a state of mind"
TakeIT2.CoM :: Open Destination
...my site is a perfect example of why doctors do not operate on them self :)
- Moderated by:
- Support
Users on-line
- 0 users
This list is based on users active over the last 60 minutes.
