Is this the Drupal Forum module? - drupal

Could somebody tell me which drupal module is this site using: http://gallery.menalto.com/forum
Also could somebody tell me how it'd be if I use it on my new site for forum discussion for 2000 people daily? I'm looking for simple discussion forum with following functionality:
Easy maintenance
I should be able to easily remove spammy user posts
Some sort of spam prevention.
I'd be using Drupal-6 and not 7.

Yes, the link you provide is the Drupal forum.
Drupal isn't exactly famous for its forum - some sites even use third party forums which are bridged to Drupal.
Nonetheless, the most "direct" and easy-to-maintain forum for Drupal would probably be Drupal itself.
You can use Mollum for spam prevention.
The third-party forums primarily distinguish themselves in offering granular privileges to moderators of specific forums. If you don't need this, I'd stick with the Drupal forum module.
Notice also Erik Ahlswede's answer here - in addition to the standard Drupal Forum, it appears to be running the Advanced Forum module, which provides some of the extra functionalities - however, as Michele notes, it this isn't actually the Advanced Forum module, it's some hacks which provide similar functionalities.

No, they aren't using Advanced Forum. They are using Drupal's forum but heavily customized. They customized their forum before AF even existed, back in D5. If their changelog is accurate, they haven't upgraded.
That said, if you want a site that looks like that, AF will get you pretty close. With 2K people daily, do you mean visitors or active posters? One thing you need to watch out for is performance as Drupal's forum has a couple nasty queries and AF has them as well since it builds on top.
For a bit of trivia... I actually came to Drupal when looking for something to let me add text to my Gallery 2 site and their forum was an inspiration for AF in the early days. :)
Michelle

That may be the Advanced Forum module. It extends Drupals core module and adds ways to create forum themes.

Related

AMP Stories along AMP Wordpress Plugin, is it available now?

I was trying out AMP and wanted to make it work with Wordpress. I found the https://amp-wp.org plugin. I primarily want to explore AMP Stories, so when I read the plugin documentation here - https://amp-wp.org/documentation/amp-stories/ it says that AMP Stories are coming out as a separate plugin. So I checked https://wordpress.org/plugins/search/amp+stories/ but I couldn't find a plugin by the - AMP Project Contributors . So is this plugin still in pipeline?
Thanks
As an engineer working on both the official AMP plugin and on Stories, I am happy to answer your question.
First of all, it's great that you're interested in Stories! I'd be curious to learn more about the specific project you're envisioning to use Stories on. Would you mind sharing some more details about this?
To answer your question: Yes, this plugin is actively being worked on and it's coming soon! We want to make sure we create a captivating solution for visual storytelling that WordPress users will love, that's why you can't find it yet on WordPress.org. It'll take at least another month until we feel comfortable sharing the new Stories plugin with the community.
Once it's ready, we will make sure to announce it on various channels and update the https://amp-wp.org/ website accordingly. Until then, you might want to follow development progress on GitHub.

advice on cms + e-commerce

I'm building an estimate for a potential client. I'll do some more research if I get the project, but need some ideas for now. I'm trying to figure out a good solution that won't take several months to develop but will still provide good flexibility for future enhancements.
My options I believe are:
cms+e-commerce plugin (e.g. drupal+ubercart)
e-commerce platform that is extendable (e.g. magento)
framework+e-commerce platform (e.g. ci+magento)
cms+e-commerce (e.g. wordpress+magento)
The site will be similar to etsy where users can have items that they sell with their own portfolio page. The client wants to add many custom features as well. Also, the site will serve up a lot of images and audio.
I'm concerned that using strictly a e-commerce platform will give me a lot of obstacles to overcome rather than use just a cart+framework. I know Magento is written on Zend, but while I have used Magento, I'm not very familiar with Zend and it seems to take quite a while to learn.
I have never used ubercart,wp e-commerce, or virtuemart, so I'm not sure of the limitations. The products will not need to be configurable. But we will need to store financial information. I'm thinking braintree's vault or authorize.net cim.
I'd like to do the framework+ecommerce platform route. But the client would also like a lower price option, I'm leaning towards drupal+ubercart.
Just would like some opinions from personal experience.
Thanks!
If you use drupal and ubercart in future please read the book http://www.usingdrupal.com/ Using drupal by reading its chapter of ubercart you can easily create e-commerce website after reading this book ubercart chapter within a day . There is a book which is completely wriiten on ubercart https://www.packtpub.com/drupal-e-commerce-ubercart-2x/book. These both books will be very helpful to you for ubercart.
I've just created an e-commerce store with Wordpress and using the plugin Jigoshop for the ecommerce.
We use Wordpress as our CMS for all our clients and we've also branded it via plugins so there's no mention of Wordpress, it just acts like OUR cms.
Jigoshop is very easy to incorporate, it can be used very easily straight out of the box but as our site was very bespoke we tailored a lot of it just by using CSS. Very easy to use and comes complete with everything you need.
I tried various other ecommerce plugins for WP but they were quite difficult to tailor.
All really straightforward providing you have a basic grasp of HTML, CSS and PHP.
I worked with wordpress and some free open source commerce plug-ins. This was really a pain! I ended up programming my own low scale solution. Later I also worked with ubercart and drupal. The latter was one of my most motivating experiences with drupal. I found that drupal with ubercart can do everything what i and my customer wanted. I strongly recommend drupal...but i've never worked with magento...
I think wordpress is enough because wordpress is now a biggest platform in wordpress with millions of plugins oops sorry not millions, billions of plugins you just have to find a plugin which suits to you and your site content well for e commerce i recommend e-shop 5.0 its a great plugin.

Can drupal do this?

I am a php developer using mostly CakePHP, magento, and wordpress. I want to create a community driven website aimed at the volunteering community that will let users sign up, create profiles, add previous voluntary positions, let organisations sign up and post jobs, etc. Is this something that drupal can handle? Is this what drupal was built to do?
I'm just wondering how drupal deals with custom methods. Say I wanted to have a user request a reference from someone, I'd have to write methods that did this. Would that be possible in drupal?
I'd love to hear from anyone doing something similar!
Thanks,
Jonesy
Can Drupal do this?
Yes.
You may want to take a look at drupal commons a distribution of drupal with a lot of community features built in.
My answer is exactly the same as Jeremy... I have never done a project that has not benefited from drupal and its highly extendible nature.
It sounds like your project is quite large and is going to require a fair few modules to get going. I would have an extensive google for the different spec points you need to meet (for example: "drupal user profile module") and be sure to look at the related modules down the side.
I'm just wondering how drupal deals
with custom methods. Say I wanted to
have a user request a reference from
someone, I'd have to write methods
that did this. Would that be possible
in drupal?in drupal?
Drupal provides hooks which allow you to interact with most aspects of it. Custom functionality goes into modules and pretty much everything you will deal with is a module.
Lastly I can't find any examples, but I know that projects like yours have successfully been done using drupal!
Yes.
And If you are going to use the drupal 7 then it can be done very easily. You just have to manage some fields and just to assign a proper permissions to the users.
These tasks can be done with drupal. There are already module exists for User Profile, User Relationships, Groups etc. All post can be handled as node concept. User registration, user sign up all are available at the installation of Drupal. And it is extensible.
Thanks
-Rinku

Using Wordpress as more than just a blog?

I have been making plans to create a site that would contain several different sections, such as several blog feeds for reviews and articals, a forum, and also a stock site where people can sell/buy photos.
I was planning on doing this in PHP, but have recently started using wordpress and found it to be very powerful. is a site like this too "advanced" to be done in wordpress?
WordPress can be used for more than just blogs, having recently won an award for best CMS proves that!
The reviews and articles would just be posts, in different parent categories.
The forum could be implented with bbPress (http://bbpress.org) or SimplePress (http://simplepressforum.com)
The buying/selling photos could be done with a combination of either the built in WordPress gallery or a wordpress plugin such as NextGEN (http://wordpress.org/extend/plugins/nextgen-gallery) and a shopping cart or paypal plugin.
It would take some integration work, but it certainly is all possible with WordPress :-)
This is not the question you should be asking IMO.
The question to ask is: "Does using wordpress make creating this website easier ?"
If the pages you will be creating are related to the blog posts, then yes. For example, with Wordpress, your posts categories can be listed as sub-menu items.
But, if your pages are not related to the "main" blog, why bother using Wordpress?
You mentioned you were gonna do it in PHP but now are thinking about WordPress. I just found that funny because WordPress IS written in PHP ;). Wordpress has been used as a CMS for a while now and I think it's often a great place to start. I love WordPress but it's not the only CMS out there you should look at Drupal, Joomla, Movable Type, or one of many other Open Source or even commercial CMS'. You may also want to look at other products in the Automattic family such as WordPress MU, BuddyPress and BBPress. I would say using someone else code can save you a lot or time but not always. In certain situations writing your own CMS may be faster and better.
Hope this helps.
But, if your pages are not related to
the "main" blog, why bother using
Wordpress?
It's a well known plataform, tested and used by millions of people;
A Huge plugin ecosystem that deals with SEO, Backup, Twitter, E-commerce, you name it;
A great documentation;
A great admin interface with WYSIWYG editors already implemented;
An interesting approach to use "static pages" along with your posts, so you can have a full blown CMS application.
These are just some advantages. I don't recommend Wordpress for huge enterprise portals, but if you're not doing a complete different way of interaction (like stackoverflow, which is unique in it's way of work) for a website, I think it's a better approach then trying to code everything from scratch.
To write plugins you just use php, html and some functions aviable at plataform's core. No useless XML configuration files, no proprietary template languages inside the plataform, nothing. Write a bunch of php inside a directory, put inside "plugins" and you're done.
Here are some sites that I've done with Wordpress that are more than just blogs:
Driia's Dreams, which is blog and online store for my wife's jewelry business. (I take no responsibility for her theme.)
Barking Mad Productions, which is primarily a CMS for an event production company, with a blog.
Ludus, which tracks the games that we play each week (blog), along with information about the games themselves (CMS).
Craig's Chaos Machine, which documents everything I'm learning about Chaos Toy and Chaos Machines. (Still a work in progress.)

Joomla Blog/Wordpress Integration

I'm looking for a wordpress-like blog interface to put inside a Joomla hosted site. The admin interface of Joomla is quirky enough and hard enough to use that daily updates are infeasible.
What I am looking for is an easy-to-use posting interface that supports multiple users with different accounts/names, a tagging scheme, and easy find by date/user/tag functionality.
In particular I'm looking for a relatively easy-to-deploy, out-of-the-box solution, and would prefer not to hack rss feeds together or write too much custom code. I know there are several extensions out there but they all receive largely mixed reviews... Has anyone used any of these? Or has anyone had experience putting something like this together?
Well you could do this - have a wordpress installation. Get the users to post there and then use the RSS feed from it (or the XML RPC Blogging API) to update the Joomla installation. You will have to write the update piece once, but then all the headache is gone.
I'm not trying to be smart here, but if the admin interface of Joomla isn't working for you, aren't you doing yourself a disservice by trying to patch their UI instead of spending your time looking for a CMS that is easier to manage/a better fit for your user base?
Edit: All of the CMS's I've dealt with in ASP.NET are homegrown. However I'm looking into checking out Umbraco based on the recommendations of two well-respected friends. In the case you presented where you already have content in Joomla and a migration out to another CMS is going to be overkill, I think that vaibhav has got it right. You should look into setting up Wordpress or some other blogging engine and then simply have Joomla consume the content and display it in the Joomla site. I've not done it, but from what I remember of Joomla when I was looking at it, I believe that it would support this.
After doing a bit more research I decided to go with the open source MojoBlog. It was quite easy to install and configure and after a few stalls and hang ups that were resolved via perusal of their forums I was up and running. The edit interface is not ideal but it much better than Joomla admin, and it has multi-user-support, tag categorization, modules for viewing by tag, date, etc. Think it will suffice for my needs in the short term.
We at 'corePHP' have successfully integrated the WordPress and WordPress Multi-User blogging platforms into Joomla!. Please visit us to see what these feature-rich components have to offer you. https://www.corephp.com/wordpress/wordpress-integration-for-joomla-1.5.html
Happy Blogging,
Michael Pignataro
VP of Operations
www.corephp.com

Resources