I have a module with some variables that i need to catch in a external template in php.
I create an array to travel all the variables like this:
$campos_mostrables=array('title','biblio_year','other_fields','biblio_authors_field','biblio_contributors','biblio_secondary_authors_field',....)Then i use a foreach($campos_mostrables as $campo_m)
My problem is when for example 'biblio_contributors' is an array, not a simple string. This variable has this estructure in Devel -> Load:
Posting here because this was a problem for me for over a year and there is a pretty straightforward solution. Hope it helps someone else.
The problem was that my Drupal sites were unable to send email to registered users who had AOL or Comcast email addresses. I would get a notification that my email couldn't be delivered (various messages indicating it was refused by the recipient server). I reported this each time to the support folks at my ISP (DreamHost) and each time they said they would have their email team look at it, but they never offered a solution.
Hello, I need to upgrade my PHP to 5.6 min to get tablefield module back up and running. I can't seem to work out how to do this? I upgrade the core to 7.56 2 months ago.
Is there a way to create a feed from an existing Google Docs Spreadsheet? I have everything mapped, and was going to create the feed from a server copy of the spreadsheet but it would be nice to simply schedule updates from the source.
I just ran a Views 7.1.x-3.18 update from 7.1x-3.13 for a Drupal 7 site.
The site is now just a white screen, when I check errors I get the following
PHP Fatal error: Cannot redeclare drupal_build_form() (previously declared in /home/soulands/public_html/includes/form.inc:314) in /home/soulands/public_html/sites/all/modules/views/views.module on line 1142, referer: http://breakableactorgig.Anticprofiter@www.soulandsurvival.org/
I just want to ask, how do you style your views? I use custom text in views and then add classes there. This did the work and it is easier, but I saw some post in google about templates. Would you help me understand when to use a custom template for your views?