FYI : Using drupal 7.23 on Mac OS X 10.7
Database is MySQL
WYSWIG Editor is CKEditor 3.6.5.7647 and images are inserted
using the Media Browser plugin.
For this particular website it is my preference to to my
changes on my desktop and then 'push' to server.
I'm new to drupal but I have been a programmer since 1987.
Familiar with command *nix command line...
Problem :
Using media browser without any tweaking and I have an
image URL that will look something like this:
http://localhost:8080/drupal/sites/default/files/styles/large/public/sod-ho…
Obviously, that isn't going to work on a server.
What is the proper way to make the image displayable on other
machines?
TIA
--
Tim
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com
Hi,
I have an uncommon environment,I am using pound and varnish in front
of Apache (thanks to former site in Plone).
I want to have all the authentication/log in run through SSL.
Securepage module cannot do, because it detects that the Apache server
is not ding SSL. I tried to enable securepage by hand in settings.php
but it resulted in a loop: I am afraid securepage is too intelligent
and doing too much testing rather than simply changing from http to
https.
Any idea how I can solve my problem (beside rewritting any <form that
deals with user login)?
Eventually, pages displayed with https do not load the CSS. I could do
with some help on that too. You could see that at
https://www.cs.ait.ac.th/drupal7/
I apologize if my questions are naive, but it'd my first day at Drupal.
Best regards,
Olivier
Dear all,
Is there a way in D6 to delay user registration until it has been
approved? Something similar to the D7 Visitors can create accounts but
administrator approval is required?
Thanks!
Shérab.
Hello mates,
I am basically new at drupal, and I really like it, I have made a few forms
to save and display data to authenticated users so they can print the forms.
Now, my question is:
If there a way I can change the default print layout on drupal?
To be more specific: When I click under "Print view" and it generates me on
a new tab. It generates me the whole content on two pages, so I want to
move the fields to my desired position because I have a specific layout for
it.
Just to so you know: I have tested display suite, and I can make it three
or four columns, which is OK. But I cannot move for example a picture on
the header and those kind of things, so I want to do something that I can
control it.
I don't mind to do my own layout if I can have some guidance from any of
you mates, I don't expect to tell me from A to Z, just the guidelines to
complete or get this done.
If there any plugin/module available to do this it would be nice and better.
Thanks
--
Carlos Sura.-
www.carlossura.comwww.carlossura.com/blog
I have an existing drupal 6 website that I need to migrate the data into a
new drupal 7 website.
What are are the possible ways of implementing this?
--
John J. Mitchell
I'd like to build a page similar to Drupal Planet,
http://drupal.org/planet
using Drupal 7. I tried to do this with the Drupal 7 Core aggregator
module and views.
Aggregator is working fine and obtaining data from the feeds.
However, the views module doesn't seem to be able to easily create
teasers and things like it does for normal blog items, and it just
prints a list of field values.
I came across this, but the repository appears to be broken:
https://drupal.org/project/planet
Can anybody tell me which module is used to build the real Drupal Planet
or how to create the same effect with Views?