Drupal
Views Question
Hi, I'm using views to display a number of photos which are attached to a node for a photo gallery type thing. The thing is, I want to display an "edit this node" type link at the top of the page only once but when I add the link as a field it displays the link above every photo instead of just once at the top. So what I'm getting is about 5 links when I need only one at the very top.
I would just add the link to the views header but it needs to have the node ID in it so that the link will edit the correct node and I can't use field variables in the header.
So how can I link to the node edit page only once at the top of a view?
Here is a link to what is being displayed now, with multiple "Edit Pictures" links instead of just one at the top like I need: http://chrisvc.com/viewsQuestion.jpg
Thanks!
Emerging consensus on rich text editors?
So I've set up a small site that I hope will encourage a great deal of forum use, but I'd like to enable a wysiwyg editor for the user interface so folks can post photos and just find the whole experience a little more manageable. There seem to be a few options, but is there one that works better in the forum environment? Thanks,
Andrew
My theme's background color is making it difficult to read and see forum post I need to change the forum post bg color output
My theme's background color is making it difficult to read and see forum post due to the color fonts. I need to change the forum post background color. How should I go about doing this?
is there a module to prevent users from logging in with the same account?
is there a module to prevent users from logging in with the same account?
thank u
Syndicat icon in same block with Twitter, Facebook, etc icons?
Does anyone know of a "Follow me on (fill in social web app of choice)" type of module that also incorporates a Drupal Syndicate icon?
I've looked at "On The Web" (http://drupal.org/project/on_the_web) and "Follow" (http://drupal.org/project/follow), which are great, but I'd like to toss the Drupal Syndicate icon in the same block.
Thanks!
Views block into panels and their arguments
Hello everyone,
I've got the following situation: I build a view, which show some node titles. In the footer of that view I added some letters (from A to Z) to filter the view. So when I click on A, only the node titles that starts with an A shows up. This is completly working when I added an views page (display) with URL to the view and test the URL.
Then when I add a block display to the view and add this block to a panel page, the argument won't work anymore. How is this possible and can I solve this problem.
Thank you.
Hidden content - how to set ot up properly
I guess you can use the cck and set the cck field to a special role right?
But how can I prevent users to see the hidden content, does google and yahoo still index that content, if yes the users can easily see the content from cached pages.
How to set this thing up properly, I want that Gooogle indexed the hidden content, so I get hits.
How the subscription thing works
Is it possible to make a subscription website so the users will have to pay, for example, 15 % every month to see content, and how can this be made, and who will change the password for that user when he stops paying so he will not be able to view the content anymore?
How can I have parts of the content of a node to appear inside a block
Hi,
What I'm trying to do is to create a content type with some extra cck fields, like size/color/weight of
a product and when published the main content and title should appear inside the node but the three custom
content elements should appear inside a block instead of the node.
What is the best way to achieve this? Views? or do I have to create my own module?
Thanks alot!
Can't Enable JS and CSS Optimizations
I previously had JS and CSS optimizations enabled on admin/settings/performance
My host recently had problems and had to mess around with a whole bunch of stuff on the server. Now I see that I cannot enable JS or CSS optimizations. It says "These options are disabled if you have not set up your files directory, or if your download method is set to private."
What does that mean and how can I fix this?
UPS Shipping Very High
I've configured the Ubercart UPS shipping using the UPS Shipping Method. I've configured everything on the UPS config page (XML access keys, Shipper #, no markup percentage, All-in-one Product Packages). However, my shipping is way too high! Where do I start looking to correct the shipping?
Smart Contact Module
What I want is a contact module that does the following:
offers 6 fields to be filled in:
1) First Name
2) Second Name
3) Question Subject
4) Question
5) Challenge
6) email address
3) is the subject line on an email
4) is the question the site visitor has
5) is a challenge-response question, set uniquely for the site. For example "How many wheels does a bicycle have? Answer options 4,3,2,1,or 0.
Process:
1) if Challenge answer = 2 proceed, else, forget it
2) create an account for person Account Name = Fname [space] Lname
3) enter Fname and Lname as values to profile fields
4) send email citing email address as the sending email address (so we can click reply and get the reply done)
Benefits
1) challenge - answer questions seem a great way to curtail junk account registrations which designed to attack all like software installations. And a well phrased question can instill a sense of humour at just the right moment.
2) if someone asks us to communicate with us, of course we want a user account created and the email address saved
3) links to mailchimp are automatic so every contactor gets an email later inviting to update details, decline or accept newsletters etc.
This seems pretty straightforward, so I must be missing something. Can it be done with existing modules, or should I offer a bounty for it?
Node access very slow for anonymous users
I don't log out as much as I should to test stuff, but loading nodes while anonymous is taking a really long time, over a minute. Authenticated users seems just fine though. Right now I have all caching disabled. Browsing Views seems to be very quick.
Any help would be awesome, I'm a bit disturbed by what's going on.
Imagx not working
I installed Imagex module from drupal.org to multiple upload image and attach it to another node. This module is not working in my project. I am not able to upload multiple image. when I am trying this module in another sample application, it is working. But when I am trying this in my live project, then I am facing problem and can not save the multiple images.
Please help me as soon as possible.
Edited by: VM; Moved to appropriate forum
Graphviz Noderef
Graphviz Noderef displays nodes as a Graphviz graph/map, with NodeReference fields as edges between nodes. This module is being actively developed, and is currrently pre-alpha. Feel free to use it on a production site, but don't be surprised if it breaks.
UsageInstall the module as normal. A new tab will appear on every node, which will include a map with options allowing you to change display settings. Currently, the module only displays node-centric recursive graphs (ie. graphs that start with one node, and work out from there, to a given depth).
The Graphviz Noderef Field sub-module provides a CCK field that shows basically the same map as the graph page.
DependenciesTo run this module, you need Graphviz Filter and CCK. The module also currently supports Node Referrer, but requires this patch: http://drupal.org/node/726450#comment-2668832.
Drupal 6, access denied problem with new install
After a fresh install of drupal and the mysql database, I create Page content, publish to front page and anonymous users get:
"Access denied
You are not authorized to access this page. ".
I've installed drupal from Fedora packages, currently drupal 6.16, php 5.3.1, mysql 5.1.42. Anonymous has "Access Content" permission enabled.
select * from node_access;
+-----+-----+-------+------------+--------------+--------------+
| nid | gid | realm | grant_view | grant_update | grant_delete |
+-----+-----+-------+------------+--------------+--------------+
| 0 | 0 | all | 1 | 0 | 0 |
+-----+-----+-------+------------+--------------+--------------+
select * from permission;
+-----+-----+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----+
| pid | rid | perm | tid |
I'm building a book download system using views, cck and taxonomy, any advice? enjoy A Princess of Mars while you are at it :)
Heya,
I'm working on building a book download system using views cck and taxonomy. I am using views to display the main library, and using cck to hold the book name as the node title and general book info. I am using taxonomy fields to hold info like author, genre, any series the book belongs to. I went with taxonomy for the author name instead of book title so multiple books can be added by the same author, and can be grouped together more easily.
I have reached the end of my knowledge of views cck and taxonomy however. I have a ton of content to add, but i don't want to really start with that bit of work until I have the framework for books to be as close to perfect as it can be.
So, anyone have any advice about any improvements I can make to the system? I found one problem already, the author name. I'm not sure how to go about having the author name be easily readable, but also be sortable by last name...
Also, I've begun looking into adding audiobooks as well, both as links to the zina module, and as an embed from archive.org.
Here is a link to the book A Princess of Mars, with both the zina jukebox module and the embed from archive.org:
http://beta.moonbooks.net/download-book/edgar-rice-burroughs/a-princess-...
Here is a link to the main book download page, which is a 'view':
http://beta.moonbooks.net/download-book.html
Brandon
Reference Links
"Reference Links" allows custom Urls to be attached to nodes. Its use is seen basically for documentation pages on a site.
This module allows users to add links (internal or external) to nodes, that can provide further information about the current node. The important thing is that Users need NOT have edit permissions for the node. You can allow users with non-edit permissions to add/attach new links to nodes, when the page is being viewed normally.
Moreover, authorized users can also rate the links (this module uses Voting API for the rating part), and links are always shown in decreasing order of their average rating. All actions are performed via Ajax, and no page refresh is required.
If I try to summarize it, this module can provide a References/See also/Bibliography kind of links for nodes. You can control which content types you want the urls to be attached to.
New to Drupal
Hello everyone,
I am new to Drupal, but I need to build website with Drupal! I installed drupal 6.14 (using Fantastico delux software)
But I dont know how to proceed further.....!!!! and I have a question like whether PHP and MySQL are mandatory for using Drupal?
Please help me about what should I do to go ahead with this..
Thank you.
Change "Add new comment" message of a specific node type
Hi, I need to change the "Add new comment" message node post for a particular node type. How will I do it? Its like if the node type is "Question" then instead of "Add new comment" message I will change it to "Answer question" message. The process will be the same as if you are commenting to a post.


