Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am having a lot of trouble understanding this CiviCRM module.
If I want to use a them like box_grey, will that work with CiviCRM?
I ask because, as I understand it, to use drupal with CiviCRM, I have delete the current installation, download some special thing from openngo, and reinstall that. I suppose that could be a somewhat different drupal.
Hi all! i made my page running on drupal this far: http://advancedesign.org (based on box_gray skin! :))
well, there are still few bugs in design and code to be repaired (for example to have the tracklist in divs, not tables i rewrite the function which creates the tables for traclist to find out that i destroyed all tables even in admin (which have different skin) so administering blocks, modules, menus and other stuff turned to be real adventure for the most patient lol) .... BUT the biggest thorn in my heel is how to track which post belongs to which category - let me explain:
as the point of the page is in posting "pictures" in diferent categories, there is this standart upload form where among other features like title and stuff i can choose in which category in the menu my new post will belong to (those colorfull boxes named "books", "corporate ...", and so). and now - when the i go home (which is set to tracker) and new posts are excerpted i need to find out in which category each of this post was set .... actually as i need it just for css i dont even need to know the name of the category, i just need to differ posts from one category from the others - the goal is to assign different background color for each of the category.
as i am most desperate after searchin thru all the /include directory, any help would be absolutely appreciate (i'm about to kill the bun
In the user's profile, the avitar pics are 200x200. I want to display the avitar pic elsewhere on the site, but smaller. For instance, when a comment is made, I want a 40x40 pic to be displayed. I was able to display the pic at a smaller size by specifying "height: 40px;" in my .comment img CSS. Problem, however, is the the picture gets distorted and unclear. The way I am resizing the avitar pic is probably not the correct way to go about it. How do you suggest I resize pictures on the fly without distortion.
So, I've got front_page going on my site. Thing is, I want to set up a block region so that it displays blocks in horizontal rows, starting a new row when it runs out of space. I've got a thing going right now where I set the blocks for the region with the attribute float: left, but that creates a lot of ... ahem ... interesting permutations across browsers when it comes to display. Any ideas how to make it work?
i want to change the title from "Acidfree Albums" to "Fotos" when i set a link to localhost/acidfree
the same thing with my blog (localhost/blog - "blogs" to "Blog")
the only way i could think of ist to manipulate the theme where the title is display
for example in box_grey: <h2 class="content-title"><?php print $title ?></h2>
if the title ist "Acidfree Albums" change to "Fotos"
but i think it would be better to change the varibale of the title somewhere - but where?