need to cycle between nodes/images

i am trying to setup a method for jogging between nodes as a means to create a picture gallery with comments on individual pictures.

i have a view setup which calls articles into play, however the nodes do not have a means to jog to the next picture in line.

how can i setup a way to jog thru nodes/pictures/comments within the same view? will i have to create a block and attach it to the nodes in question? if so, how can i do this?

"Domain Access" module will neither install correctly nor uninstall completely

Greetings:
After successfully installing drupal on my host (lunarpages), I tried to additionally install the "Domain Access" module. It did not appear to install correctly, returning an error message "Domain access failed to load during phase: bootstrap include. Please check your settings.php file and site configuration."
I searched the forum database and fount that, there appeared a forum threat discussing this issue which appeared to resolve with:
""""""""""""""""""""""
Posted by yamenshahin on September 3, 2010 at 3:14pm
Status: active » fixed
The solution is:
Add the following four lines of code to your settings.php file:

/**
* Add the domain module setup routine.
*/
include './sites/all/modules/domain/settings.inc';

Thank you agentrickard.
Those three files INSTALL.txt, INSTALL_QUICKSTART.txt and README.txt are the most Well-written guide for any modules I ever read. They are a little long, but I guess that's what we need.
"""""""""""""""""""
However after some searching I could not find access to any:
"settings.php file:" nor "INSTALL.txt, INSTALL_QUICKSTART.txt and README.txt"

civicrm-4.0.5-drupal.tar.gz does not install in drupal 7.7

Greetings:
I have successfully installed drupal 7.7 onto my server lunarpages.
have successfully installed additional modules such as ubercart, panels, captcha, and others.
when each of the additional modules uploaded from my harddrive to the server/drupal installation through the "Install new module" interface there appears a blue bar near the top of the page that grows longer as the loading proceeds and then there appears a prompt to "Enable newly added modules" or go to administration page, that let me know that the module installed correctly.

Changing default localhost to my new imported site.....????

Hi Everyone...

Please help me!! I have already static IP and I recently purchased my domain which is www.mydomain.com last week ago.. I have already
setup DRUPAL as my own webserver and I imported my new site.. I setup my router with my public static IP address and set Port Forwarding to 80.. and I assigned static IP on my machine which is 192.168.1.8 and I also edit my windows host file and added this line [127.0.0.1 www.mydomain.com] on windows/system32/divers/etc

Linking to private files via theme template

Hi ,

We're trying to set up a simple system for users to download a statement that is relevant for them , considering the way we need to upload the statements (600+ users) I can't just setup a content type for the statement as I'd then need to upload the pdf files manually.

We need to FTP the pdf files into a folder (preferable private as we don't want users to see the file path itself) , then we need to link to those files.

For example , if I store my files in sites/default/files/statements I would want the link to point to the file but not show the path so users can't guess other users usernames (they're all going to be numerical) and change the files names (or actually view the folder via http).

So we need to work out how to link to those files and have that link masked so that the original file path isn't shown.

For example is the file was stored at sites/default/files/statements but the link was system/files/filename.pdf (as seems to be drupals default path for private files)

WE've tried rewriting the URL via various methods but nothing seems to work and we can't setup a file upload field either (so we can set the upload field to use the private file system , plus we also can't upload more than 10 in Drupal 7)

Questions on updating PHP & Apache on Drupal 7.7

My Secunia software inspector has issued the following warnings:
For PHP: "detecting PHP 5.2.17 state: End-of-life." It suggests installation of PHP 5.3.x.
For Apache 2.2.x: "detecting Apache 2.2.17; state: Insecure." It suggests installation of 2.2.18.

I'd appreciate guidance whether it is prudent to update these components and, if so, advice on the best way to do it without wrecking something else.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x