Hola, tengo un portal web que he ido haciendo con Drupal 6.
Ahora, mi necesidad es hacer que mis usuarios puedan conectar a sus cuentas de Openfire desde mi sitio y asi comunicarse y entre ellos sin necesidad de tener que usar un cliente binario para el servidor Openfire.
OK, this is probably something very simple!
I've imported a CSV file with Feeds and it worked fine. I can see all the new nodes in admin/content. But they're not visible until I edit them and click save. I'm running cron but still nothing... Am I missing something here?
Thanks!
I have the upcoming events View set up to show 5 at a time but its only showing 3. I'm assuming there's some sort of lock where it only pulls events from the next 12 days. Thats what its doing right now, only showing events from the next 12 days. Is there a way for me to change this?
Its sorted by "Event: Event Start" and the filter is "Node: Published"
Fields: "Event: Event Start" and "Node:Body" No arguments, no relationships.
Good Afternoon,
I installed and enabled the Google Analytics module onto my Drupal 6 site. However, when I go under Site Configuration there is nothing listed for GA. Any ideas?
Thank you
Hello
I am trying to create my first Drupal module forD6, D7 and D8, actually this is my first time using Drupal (so far I am impressed). Here is what I would like to do.. I have to show custom HTML code generated by PHP that will appear on content edit page (all nodes types).
For example: When user is viewing node/add/article to create new node or node/1#overlay-context=&overlay=node/1/edit to edit an article the HTML code should appear. Also, how would I be able to get content data and title data in a php variable.