I created a cck content type (say institutename_publications) to enter fields such as the title, authorname, date published, image of the coverpage and publication itself in pdf format. I then excluded everything from view except the coverpage image. I also created a views to display the list of publications and linked the title field to the node. When I click on it, it shows the node displaying the coverpage of the publication as expected.
What I want now, however, is the following: I want to click the titlefield in views and be able to open the node page as well as the publication itself in a lightbox/lightframe. How do i go about modifying the node to do that? All necessary modules have been installed. Sorry for the long question and hope I am clear. Thanks in advance...
Comments
Edit the title field and
Edit the title field and check "Rewrite the output of this field", and put something like this in the textarea:
<a href="[url]" rel="lightframe">[title]</a>See: http://drupal.org/node/363702
- Ryan
Thanks, Ryan, for the prompt
Thanks, Ryan, for the prompt response. Lightbox frame does fire up but inside it is giving me a 403 forbidden error saying:
You don't have permission to access /
on this server.
I have enabled all the necessary permissions and folder access privileges. Will continue working on it tonight...
- yonael