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 - File attachment solutions?
-
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
Is there a solution for users to post attachments to topics and replies? -
- Rank: Softmore
- Registered: Nov 03, 2003
- Last visit: Nov 22, 2009
- Posts: 154
MediaAttach can be a solution -
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
Can be, but there's still a work to do on the Permissions definitions and a pretty friendly way to add them.
Log a ticket and ideas about how it may work on its Cozi space please
we're progressively solving this stuff in the Third Party Modules. News 2.5 will rock BTW.
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
The problem with third party modules is that major revisions of of the core usually break them. IMHO, it would be better for the Dizkus core to have file attach built in. This is something that is useful to a LOT of users.
IMHO, I also believe bbsmile, bbcode should be built into the Dizkus core.
News 2.5: Is there somewhere we can get a preview or download? -
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
nestormateo
Can be, but there's still a work to do on the Permissions definitions and a pretty friendly way to add them.
Log a ticket and ideas about how it may work on its Cozi space please
we're progressively solving this stuff in the Third Party Modules. News 2.5 will rock BTW.
I just downloaded and installed 2.5 on my development site. Looks nice. What I was wondering is; Is there a side block that will display like x number of the latest news articles, listing each, with a condensed title and date posted?
edited by: mesteele101, datetimebrief -
- Rank: Developer
- Registered: Jun 16, 2003
- Last visit: May 29, 2010
- Posts: 1966
mesteele101
...it would be better for the Dizkus core to have file attach built in...IMHO, I also believe bbsmile, bbcode should be built into the Dizkus core.
the problem with large monolithic packages is that they are harder to maintain and upgrade. smaller, modular packages are better IMO and more inline with the philosophy of Zikula.
Quote
The problem with third party modules is that major revisions of of the core usually break them.
This is only the case when a module developer doesn't keep up with the Zikula API (or never attempted in the first place). For the most part, the API has remained pretty stable for some time. -
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
The problem is that some of the developers that program these hooks sometimes don't hang around from one major upgrade to the next, or they just don't take the time to make updates in a timely manner. This is not a good thing for the core program. I think that something is used by a majority of the people should be incorporated into the core. I know it's more work for the core programming team, but it's better for Zikula.
I was happy for a long time using PNphpBB2 but that module is failing. There are reasons behind this, but IMHO, this is hurting Zikula. The big save, IMHO, is Dizkus. It's being actively developed, and it's progressing, unlike Zafenio (phpbb3), which, on the user side, we've seen nothing, and it's been years in the development stages. At that rate of development we could see phpbb4 before seeing any release of Zafenio.
The bottom line, IMHO, is that hopefully the Zikula project will bring a lot of the modules back into the core project, and that major modules like Dizkus will try and build as many hooks into the core, that a majority of the users use. This is a win for everyone, and it's a better way to have control over the core project.
edited by: mesteele101, datetimebrief -
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
IMHO it's demonstrated that a modular structure is pretty more powerful than a all-in-one package. In fact, that have been our work all this time, to decouple stuff and make it clean to have a good base. Currently, Drak is introducing a EventManager for Zikula 1.3. With it, I guess we'll able to rock the "Hooks" concept to its maximum expression.
Sure, as always, it just need template customization to look in the way you want. There are the simple stories block, and the storiesext (Extended) introduced by Erik SpaanQuote
What I was wondering is; Is there a side block that will display like x number of the latest news articles, listing each, with a condensed title and date posted?
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
nestormateo
IMHO it's demonstrated that a modular structure is pretty more powerful than a all-in-one package. In fact, that have been our work all this time, to decouple stuff and make it clean to have a good base. Currently, Drak is introducing a EventManager for Zikula 1.3. With it, I guess we'll able to rock the "Hooks" concept to its maximum expression.
Sure, as always, it just need template customization to look in the way you want. There are the simple stories block, and the storiesext (Extended) introduced by Erik SpaanQuote
What I was wondering is; Is there a side block that will display like x number of the latest news articles, listing each, with a condensed title and date posted?
I'm not condoning all in one modules, but my thoughts are that building certian core features into the modules could only help preserve the core module form one update to the next. I always thougt that attaching a file to a post was a core feature of any forum, and with most it is. I do understand that the cores are built like race cars.
I did find the block for the news module.
Thanks... -
- Rank: Freshman
- Registered: Nov 30, 2003
- Last visit: May 15, 2010
- Posts: 54
myths
MediaAttach can be a solution
Last time I tried, MediaAttach linked attachments to a TOPIC and not to a POST. So if multiple people post attachments in the same topic, they are all displayed bunched up at the bottom. Not only does this look ugly, it's pretty bad for usability (try figuring out which attachment belongs to which user/post!).
Is this still the case? I flagged this before but there seemed no interest in fixing this basic problem.
Stefaan -
- Rank: Freshman
- Registered: Nov 30, 2003
- Last visit: May 15, 2010
- Posts: 54
Just wanted to add that the feature request in Cozi has been marked "Nice to have" for 1.2
http://code.zikula.org/mediaattach/ticket/114
In my humble opinion, this is a very basic feature that would make Diskus a lot more usable for non-tech forums (where you typically don't need attachments).
Currently running a PNphpBB2 forum with 160K posts, and the attachment issue is stopping me from switching to Dizkus
Stefaan -
- Rank: Team Member
- Registered: Jan 19, 2003
- Last visit: Apr 06, 2010
- Posts: 442
marsu
Last time I tried, MediaAttach linked attachments to a TOPIC and not to a POST.
This is the problem of Dizkus. There should be an option whether hooks are called per topic and/or per post.
MediaAttach can work fine with Dizkus in general and it *can* also be used per post.
--
Guite | ModuleStudio -
- Rank: Softmore
- Registered: Jan 24, 2006
- Last visit: Apr 19, 2010
- Posts: 150
OK you are right. It seems that the Dizkus guys are aware of that. The title of the ticket wasn't enough clear to me.
http://code.zikula.org/dizkus/ticket/158
Thanks,
Philippe -
- Rank: Helper
- Registered: Sep 19, 2003
- Last visit: May 25, 2010
- Posts: 612
Is there an running example of this somewhere that we can look at? What bothers me is "MediaAttach can work fine with Dizkus in general". I think there are enough of these programs that hook into Zikula that work in "General".
marsu
Currently running a PNphpBB2 forum with 160K posts, and the attachment issue is stopping me from switching to Dizkus
Stefaan
My data is smaller then yours and at 160k posts you might reconsider upgrading to Dizkus, at least until there is a reliable conversion script that will take PNphpBB2 data and fully convert it to Dizkus, which there is none right now. For me the attachment issue is not the problem, it's the data conversion. -
- Rank: Freshman
- Registered: Nov 30, 2003
- Last visit: May 15, 2010
- Posts: 54
Guite
marsu
Last time I tried, MediaAttach linked attachments to a TOPIC and not to a POST.
This is the problem of Dizkus. There should be an option whether hooks are called per topic and/or per post.
MediaAttach can work fine with Dizkus in general and it *can* also be used per post.
You are right of course, this is a problem of Dizkus. I was a bit careless in my reply - apologies.
Stefaan
- Moderated by:
- Support
