I know this is prob. not the right forum, but maybe someone will be kind enough to help me out.
I have installed Acidfree and transfered my whole site (including lots of path aliases)
A specific album is called like this
mysite.com/subfolder1/subfolder2/index.html
The next page of the album is called like this:
mysite.com/subfolder1/subfolder2/index.html?from=9
My original site had :
mysite.com/subfolder1/subfolder2/index2.html
I wrote this rewrite rule:
RewriteRule ^/index2\.html$ /index\.html?from=9 [R=301]
when submitting a story, by default drupal will format $submit with something like the following:
"Submitted by username on 30 November, 2005 - 4:03pm."
i'd like to keep the date but remove the "submitted by username" stuff prepended to it, but doing a full search of the source, i can't seem to see the phrase "Submitted by" showing up anywhere?
if anybody can point me to the appropriate file name, and even better, the line number, that'd be super :]
Could someone take a look at this forum post [ http://7cworldwide.com/node/123 ] on my site and give me some idea of what's breaking the style? The right block is being pushed out on page 1. In a couple of the comments on pages 2 and 3, some content ends up outside the comment block.
Any help you can offer would be greatly appreciated.
This module would interact with the google mapping software to display the location of the user (location pulled from profile). In addition, it would be cool to overlay the map with dots on the location of their buddies (clicking the dot could pop up their picture and a link to their profile). I also think it would be cool to have a 3rd overlay that displays the locations of the visitors to that page (based off IP address).
So I'm in the process of upgrading a site from Drupal 4.5 to 4.6 and was using Taxononmy_dhtml to create a taxonomy block. I wanted some top level terms to be bolded so I had previously put in a bold tag around the item so that it would display bold... although kind of cheating, it worked. Now in 4.6 the term shows up with the tag and not rendered as proper HTML. Did something change in 4.6 that rendered my "cheat" useless.? If So, does anyone know if a good work around or perhaps some kind of configuration setting I'm missing to make this work again.