Skip to main content

Home/ Drupal for Developers/ Group items matching "for" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Felipp Crawly

Amazing Customer Service - 1 views

I would like to thank Onward Process Solutions for greatly helping me with my need for assistance in a Customer service outsourcing project. They provided me with 24/7 phone/ email answering serv...

started by Felipp Crawly on 31 Oct 12 no follow-up yet
Justin Pierce

Tested And Trusted Bookkeeping Service - 1 views

When I opened my mini grocery last year, I immediately asked Bookkeepers On Call to do the bookkeeping services for me because I know it from my sister that they provide the most trusted bookkeeper...

started by Justin Pierce on 29 Oct 12 no follow-up yet
specbee

Some guiding light in Drupal to WordPress migration | Specbee - 0 views

  •  
    If you have made your decision on Drupal to WordPress migration for your website, here is a brief guide to help you through with this with lesser hassles
mesbah095

Guest Post Online - 0 views

  •  
    Article Writing & Guestpost You Can Join this Site for Your Article & guest post, Just Easy way to join this site & total free Article site. This site article post to totally free Way. Guest Post & Article Post live to Life time only for Current & this time new User. http://guestpostonline.com
Megan Lloyd

Apple Allows Pebble's Apps to Reach App Store - 0 views

  •  
    Apple took a bit more time to approve the latest smart watch apps from Pebble which was really essential for the launch of Pebble's new timeline.Read more at:http://edinburgh.fortuneinnovations.com/news/apple-allows-pebble%E2%80%99s-apps-reach-app-store
amelia_joe

Slacker Radio Android Music App - 0 views

  •  
    Google has additionally collaborated with OEMs keeping in mind the end goal to make reseller's exchange answers for convey Android Auto to more seasoned autos too.Read more at:http://losangeles.fortuneinnovations.com/news/android-auto-support-stretches-slacker-radio-ultimate-music-app
Daniel Gregoire

Ubuntu 10.04 and Drupal | fen | CivicActions - 4 views

  •  
    Good instructions for getting rid of php5.3 and installing php5.2 under Ubuntu 10.04 (Lucid Lynx)
anonymous

Mercury - 0 views

  •  
    Mercury is a drop-in replacement for your Drupal website hosting service that delivers break-through performance. Mercury can serve two-hundred times more pages per second and generate pages three times faster than standard hosting services.
Hendy Irawan

Social Networking Sites | groups.drupal.org - 0 views

  •  
    "This is the group for people who want to discuss Drupal's social networking tools. These tools include modules like Buddylist, Organic Groups, Invite, FOAF, Private message, and so forth. Sites that currently do successful social networking are: * Orkut * Facebook * MySpace * LinkedIn * Xing The goal of this group is to foster communication between the developers of Drupal's social networking modules, discuss roadmaps, and collect community input."
Hendy Irawan

SELF Social Network | community.featureservers.org - 0 views

  •  
    "This feature was generated from the demonstration site for Isaac Sukin's SouthEast LinuxFest Drupal Day presentation on Social Networking in Drupal on June 13th, 2010. The original demo site is at http://sndemo.dev3.webenabled.net/"
Razvan P

Visual Website Optimizer: Another Way To Run A/B Tests On Your Site - 0 views

  •  
    A/B testing for Drupal nodes.
Hendy Irawan

phplist Integration Module | drupal.org - 0 views

  •  
    This module provides a basic level of integration between Drupal and phplist. one-way synchronisation of user accounts from Drupal to phplist targetting of mailshots using Drupal user profiles users can manage their phplist subscriptions in "My Account" bulk import to phplist for existing Drupal installations anonymous sign-up (via a block), confirm and unsubscribe access to lists based on role NEW in D6-DEV - send mailshots directly from within Drupal (thanks to seutje #449024: future direction) All the functionality of PHPlist is retained - this is just a way of automatically getting Drupal users into the phplist database and incorporating them into any mailshots that get sent.
Bartłomiej Małysz

Drupal 5.x | Drupal Themes, Joomla Templates, PHPKIT Styles - 0 views

  •  
    nice themes for games like wow, guildwars, etc.
Scott Blackburn

Views Help: How to get a field to "Link this field to its user" besides username | drupal.org - 0 views

  • Though one would think the $field object is what we wanted-- the actual object we needed is $row (even though we're only looking at one field in the row). Put the following into the field tpl file to see what the necessary info is: <?phpprint '<pre>';print_r($row);print '</pre>';?> Then, to actually make the link, put the following in your field tpl file: <?php$account = user_load($row->uid);print l($row->profile_values_profile_fullname_value, 'users/' . $account->name);?> Change 'profile_values_profile_fullname_value' to the proper field alias (based on the $row output). Also, be sure to change 'users' to whatever the path is for your user accounts. I also had another thought-- given your use case, you may want to consider the http://drupal.org/project/realname module as well. It will replace usernames with whatever field(s) you designate all over the site. EDIT: I had another thought. I'm not sure of the performance implications of doing a user_load in the template file. Another option is to add the 'User: name' field to the view but exclude it from display. Then you could avoid the user_load and change the code in the tpl file to: <?phpprint l($row->profile_values_profile_fullname_value, 'users/' . $row->users_name);?>
  •  
    theming the field tpl files for Views2
Scott Blackburn

Ingredients for an Album/Track page | groups.drupal.org - 0 views

  •  
    A good start discussion about media players for Drupal
Scott Blackburn

Boost | drupal.org - 0 views

  •  
    For sites that need to completely cache certain pages For anonymous users.
Scott Blackburn

Workflow-ng | drupal.org - 0 views

  •  
    I use this mostly for Intranet sites I develop, but it can be really useful.
Scott Blackburn

date_time() returns timestamp with bogus timezone offset | drupal.org - 0 views

  •  
    fixed the "today" date moving forward one day for date/calendar/views 5.x-1.x-dev
« First ‹ Previous 41 - 60 of 161 Next › Last »
Showing 20 items per page