Getting Frustrated With Drupal

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #11) by sherifmayika on Jun 22 2008, 10:37 AM. (Line Breaks Removed)
Now it is very easy to create theme in dupal using dreamweaver extension http://dreamweaverdrupalthemeextension.blogspot.com
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Free Web Hosting > Computers & Tech > Software > Content Management Systems (CMS) & Blogs > Drupal

Getting Frustrated With Drupal

doudou
I haven’t made any progress on Drupal since I installed Xampp. I guess one of the challenges is that there are so little templates out there for Drupal (php driven). And writing one is more challenging than I thought. I have the xhtml part down, and I know some basic php, so why is putting both together so hard? Should I general some more contents for my website before I go crazy with design?

But then there is the whole taxonomy model. Would I mess everything up if I don’t categorize everything up front? Anyways, just getting very frustrated with Drupal. I am sure a lot of people get to this stage, and hopefully I will see an out soon.

Reply

Mark420
Ive installed Joomla this week and had a lot of fun playing with it..it seems a lot easier than Drupal...I would suggest you give it a go...theres millions of templates out there as well as modules mambots and plug ins to do just about anything really easly...


Reply

doudou
Thanks for the suggestion. If I can’t get past this, I might give it a try. One of the reason I chose Drupal over Joomla is that Drupal offers control over what different users have access to. You can categorize your users and allow them different privileges.

Reply

Mark420
Ofc Joomla has this feature also ...the ability to create different access via user accounts is what a CMS is about wink.gif

Reply

unimatrix
I moved to Xoops from Drupel. Drupel is designed to be more programmer friendly, but has some bass ackwards ways of doing thing, like how you add new content to the menu.

Joombla/Mamba has a lot more features and is designed for power hungry sites with a lot of users and content posters. I only deploy that CMS on large sites, however there are a lot of modules and templates for Joombla/Mamba.

Personally I like Xoops. A lot of templates, most every module I need, easy to use and install new modules into the system. Xoops is not as powerful as Joombla, but it gets the job done nicely. www.transfigurationchurch.org is one site I created based on Xoops and they love it.

Reply

SP Rao
QUOTE(unimatrix @ Sep 16 2006, 12:39 PM) *

I moved to Xoops from Drupel. Drupel is designed to be more programmer friendly, but has some bass ackwards ways of doing thing, like how you add new content to the menu.

I'm a novice in the field of content management systems. I too am getting frustrated with Drupal. The same problem quoted above I'm facing. Placing menu items has become a real trouble for me.

Any place where I can get more info about Xoops? Let's say a sort of comparison kinda stuff. I just checked Xoops site. It does sound exciting. How about the bandwidth utilization and spped?

Reply

Vyoma
Yes, I belive it can get a bit frustrating at using Drupal as opposed to other content manangement systems for one particular reason. The design philosophy is a bit different in Drupal.

In Drupal, a module does not necessarily mean having a complete setup plugged into your site. It just means that it would provide one feature - that is all. I have used the other CMS a bit, and I saw that they were really great at providing out of the box solutions. You need a shoutbox? Just enable, and it will appear somewhere on the page - some even let you control where you want it.

Drupal, on the other hand is more of a framework (now that I have started to understand it) than a out of the box solution. If one needs something specific out of it, it needs to be tailored and customized. Now, one may ask, why the hell would some one go for such a pain in the *** (pardon me there) setup just to get a website administration/content management setup. Well, such do-only-one-thing-but-do-it-best design philosophy would help in continued support to be provided for the code base.

Say, you have a feature X being used in feature Y and Z? If the feature X needs to be upgraded, then you just need to edit that module code. If this particular code happened to be coded into Y and Z itself, then for that upgrade of feature, one would need to edit the code of module Y and module Z. Viewing it in terms of just 3 modules might seem trivial, but a live CMS contains numerous features, that need to work in tandem.

The Drupal creators did not want to restrict any kind of customizations, and that I think is the reason for this hard to master code base. But I think, it is possible to do almost anything with Drupal, and customize it to your needs. And when the Drupal upgrades to a newer version, one need not worry much about porting it, because of the framework being designed the way it is.

Now, let us get to specific problems.

doudou, could you be a little specific as to exactly what you want to do with the template? (You want to display 'ABC' at 'DEF' block, or something like that?) And also, I did not get the your doubt on Taxonomy module. Here again, could you be a little more specific about your doubt? But as far as I understand, here is what I have to say: Do not worry much about Taxonomy module. Just let it be there and let the content get created or you put them (a handful of them). You can use the Taxonomy module to create any further Categories you want, and assign to the content. (Remember, all contents are induvidual nodes in Drupal). If I have not clarified your doubt, please ask again, with few more details.

Ah SP Rao, my friend. Which menu items are you talking about? The primary and secondary menu items (that comes on the top bar in the default theme) or the ones that appear along with the navigation links (left or right depending on the theme, again)?

 

 

 


Reply

doudou
I had no idea that Joomla let’s you define roles to users and assign privileges accordingly. I definitely have to check that out.

To be honest, I just wanted a new look for my site. Creating a new template from scratch is no small task and I guess I haven’t really taken the time to sit down and really go at it. It’s just the templates out there currently are not what I wanted. I’ve not really had any problems with menu items or any of the modules. I just need to hang in there and take thing one at a time. Although I’ve complained a lot about Drupal, I am not one to give up easily. Thanks for everyone’s support.

Reply

SP Rao
Well Vyoma, I was talking about the primary links. I never wanted all the primary links on the top right corner. So I contemplated on putting them all in the center. (Makes mote sense and things look pretty neat that way) So I chose a layout which places the primary links on the center of the page.

Now, I don't want to have logout at the center of the window. I prefer it to be on the top right corner. At the same time I want all my other primary links at the center. Or may be, I want home to be on the lefthand side part. The problem is, the options shown to me are limited. Even if I do change the "home" link from primary and put it to seconday or may be even navigation, the flexibility to place my link - though present - is limited. I can only place it at header,footer,left or right side bars. Of course I can assign a weight and make the link float or sink. But then again, it is limited, Ain't it?

Ideally speaking, I need a theme which will place either primary or secondary on the top right corner and the other at the center of the screen. I was unable to find such themes.

Other option was to understand Drupal architecture and create my own code to costomize it. I wanted a simpler road;-) But now, I've decided to try understanding the design and learn coding with Drupal. Wish me luck and time, mate;-)

For discussing other problems I'm facing this is not the forum. I'll post it at the right place biggrin.gif

Well, rest assured, I too haven't given up on Drupal yet! biggrin.gif

Reply

Vyoma
Hmmm. I get your part about where you want to place the links. The source of the problem (or we may say it to be the limitation), is due to the theme and not Drupal itself. If placing of a particular group of icons is the problem, then I would suggest you take a look at the theme templates. It is pretty much in HTML with some php code in it. Locate the code that puts the groups of links under question in that theme code and then you should be able to place it anywhere you want. Now, to do that, there would be two possible soltuion depending on what way the theme is designed - table oriented or CSS layouting.

With Drupal, there are two sets/groups of links - primary and secondary. Other than this, you would be able to create your own set of links. I would suggest, placing the Logout link in the primary and place it at the top right (or whereever you want), and for the rest of the navigation or other links (including home), place it in the secondary links; left align the secondary links.

Reply

Latest Entries

sherifmayika
Now it is very easy to create theme in dupal using dreamweaver extension

http://dreamweaverdrupalthemeextension.blogspot.com

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Pages: 1, 2
Recent Queries:-
  1. drupal signing out problem - 246.68 hr back. (1)
  2. center primary links drupal - 132.65 hr back. (2)
  3. drupal taxonomy secondary links - 355.59 hr back. (1)
  4. user has no logout link and drupal - 369.04 hr back. (1)
  5. drupal restrict access to primary links - 396.40 hr back. (1)
  6. why do i not see my primary links when logged out drupal - 422.30 hr back. (1)
  7. drupal restricting sign ups - 496.57 hr back. (1)
  8. drupal logout link - 542.08 hr back. (1)
  9. no primary links after log out in drupal - 614.26 hr back. (1)
Similar Topics

Keywords : frustrated, drupal

  1. Drupal Taxonomy + Heavy Modification = Preference Engine? Thoughts?
    (3)
  2. Drupal 5 Upgrade Anyone?
    Having trouble updating. (2)
    Wondering if anyone has tried to update to drupal 5? I have gone through their instructions on
    updating the install I did off the cPanel (from 4.7). I had to set the settings.php writable but
    now I get a crazy error: CODE ray( 'content' => $content, 'region' => $region,
    'title' => $title )); } /** * Default callback for PHPTemplate. * * Load a template file,
    and pass the variable array to it. * If the suggested file is not found, PHPTemplate will attempt to
    use * a $hook.tpl.php file in the template directory, and failing that a * $hook.tpl.....
  3. Drupal And Forum Integration (phpbb/smf)
    Or creating new module for Drupal (9)
    I have been running a site for couple of months that is powered by Drupal. And I like the way
    Drupal handles everything. It is kind of lean and mean, when compared to the other CMS that I
    checked out at OpenSourceCMS.com. But it has one down side that I must accept. It does not have a
    decent forum. I am sure, if I say this over at Drupal.org, I would be staked and asked what feature
    does Drupal forum not have. If I give few of the features out of the whole list, I would be given a
    module each to substitute for each feature. And in a way, what they say is true. A ....
  4. Drupal Login Problem
    (7)
    I’ve recently discovered a login problem with Drupal. I registered a domain name with
    smartdots.com. All it does is redirect to my real address. Although the url does not change. But
    when I do that, I cannot log in. If I went to my real address directly, I can log in. Does anyone
    know how to fix this? ....
  5. Help Needed In Drupal Page Categerization
    (3)
    Well, I just installed Drupal 5 days ago succesfully. Have also used quite a few modules of Drupal.
    As everyone realizes, not many layouts are present for Drupal. I've hust selected one and
    proceeding with it. (Layout can be changed anytime). Though I had quite some frustrating times with
    Drupal, this one is the most frustarting one. Well, there are modules like Forum, Blog, Book etc
    for putting content up there in the site. Actually my problem is, I want separate pages for these
    and I want my front page to contain only articles. I want to keep liks for Blog, Foru....
  6. How To Test Drupal Themes?
    (14)
    I am writing a Drupal theme and I would like to test it out before using it on my website. Is
    there a way to test it? ....
  7. Installing Drupal Through Cpanel
    Install under root directory (5)
    Most people probably already know this, but it took a little while for me to figure it out.
    1. Configure your Public_html folder Access your files through FTP, Under folder “public_html”
    rename file “.htaccess” to “ORIGNAL.htaccess” Right click on the renamed file “ORIGNAL.htaccess”,
    select “File Attributes” and uncheck “Group Permission” so that the total is 600. 2. Install
    Drupal From your CPanel home, under “Fantastico” click on Drupal (under Content Management) Click
    on “New Installation”, fill in the information except for leave the directory filed empt....
  8. New To Drupal
    Drupal Themes (5)
    Yesterday I had my account setup and the first thing I did was to install Drupal Content
    Management System from my cPanel. But I am at a loss as to what to do next! I looked at the themes
    Drupal offered on their website and didn’t really like any of them. I found some other PHP themes
    on the web, but I don’t know if they will work for Drupal. Are there specific requirement for
    Drupal themes? Their manual and documents are so confusing; I wonder if someone on the forum can
    answer my questions? ....
  9. Drupal Taxonomy Module
    Tips, guides, and pointers please (10)
    I installed Drupal for my website, and am having a walk in the park for almost all the modules. The
    one module that I am finding it hard to understand is the Taxonomy module. It is one of the most
    confusing and hard-to-learn module in the Drupal, but I went through few of their documentation and
    I realized that it is a powerful tool for categorization. Since I am planning on launching a site
    that contains quality articles, and these articles need to be categorized, I understood that I need
    to use this module soon as the artcile-base starts growing. Could some one....
  10. Unable To Log Into The Drupal Cms When Using Parked Domain As Url
    (Can log in when using direct astahost.com subdomain URL) (4)
    Oh boy! Setting up a website even using a CMS does not seem to be straight forward task. I have
    noticed a problem. As stated earlier in another thread , I have already registerd for the domain
    wisetome.com and parked it against kmaheshbhat.astahost.com. Also, for illustrating the problem I
    am facing, I have created a user with the following details for my site: Username: joe Password:
    joe (This is a temporary user that I will be deleting later). Now here is the problem I am facing.
    Let us take the following two cases: Case 1: Go to URL: http://kmaheshbhat.astaho....
  11. Drupal
    A nice little CMS (12)
    After ditching Mambo because it ate too much of my space, I switched to Drupal and MAN is it nice.
    It's a bit unorthodox in its approach, but I really like how all the content is in the same
    basic format, even the forums.....

    1. Looking for frustrated, drupal






*SIMILAR VIDEOS*
Searching Video's for frustrated, drupal
advertisement




Getting Frustrated With Drupal