CK Editor

I have reinstalled my drupal for my website. I am not able to configure CK Editor. The page comes up, but I cannot get the dropdowns for the various settings. I have the latest WYSIWYG version and the latest CK Editor module and library. I have loaded them in the correct subdirectories. Any ideas?

Social media dashboard

Hi,
I'm wondring if anyone know about a module that consolidates a number of Facebook accounts and displays stats on Drupal dashboard. Something like Facebook Insights but developed for Drupal :)

Thanks for reading my post!

dropdown menu in Zen theme Drupal7

Hi,

I am developing a website base on Zen theme. I am stuck at dropdown menu. Whenever the menu drops down, it push down the whole div tag below. How can I fix this problem?

Please see the links below to see the problem.

How i can hide autor info from submitted

Hello all,
how i can remove autor info from submitted?
I want to be displayed only a data in submitted, how i can do this

I know that I can turn off autor and data info for different content type, but i don't know how may i turn off only a autor information.

If anyone know how do this?

Failure reading XFBML in Views fields (Facebook Social Plugins)

Hey all,

Curious why my Facebook Social Plugins don't work when I use XFBML in "Global: Custom text" field in Views?

Looking for some clarity, solutions, and/or if other people suffer the same issue. Any ideas?

DETAILS:
I am using Views (7.x-3.0-beta3) with Fields to display my Blog content (http://devdr7.benrenschen.com/blog). My "Global: Custom text" fields (containing XFBML) are not being read bc I am not seeing my FB Social Plugins. However, when I use XFBML in the body of my "Blog" content type (using my "No Restrictions HTML"), my FB Social Plugins activate just fine.

I'm also using Drupal for Facebook (7.x-3.x-dev)

I have the following fields displaying on my Blog View (page):

Content: Title
Content: Post date
Content: Image
Content: Body
Global: Custom text
<fb:like href="" layout="button_count" show_faces="false"></fb:like>
Global: Custom text
<fb:comments href="http://devdr7.benrenschen.com/blog/test-1"></fb:comments>
Content: Delete link
Content: Edit link

It also appears that my FB Social Plugins are being called after my Footer block based on the following Source Code from (http://devdr7.benrenschen.com/blog):

   <div id="footer"><div class="section">
          </div></div> <!-- /.section, /#footer -->  

Disabling Error Notifications Concerning an Unwritable files Directory

A bit of a niche-interest request, but I was hoping someone might have run into this snag themselves:

Drupal 7.x requires that the sites/some.host.com/files/ directory for an installation to be have both writable permissions and that the user PHP is running as can create files in that directory (e.g. autogenerated .htaccess files)

Given departmental policies concerning a shared hosting environment, PHP runs as an unprivileged user without the quota to be able to write files. This causes Drupal to report the following error on multiple admin screens:

One or more problems were detected with your Drupal installation. Check the status report for more information.
-and-
The directory sites/some.host.com/files is not writable. You may need to set the correct directory at the file system settings page or change the current directory's permissions so that it is writable.

There was a 4.x work around described here: http://drupal.org/node/65261

I would think that the 7.x workaround in this vein would be to edit modules/system/system.module:2140 and modify system_check_directory() to be quiet. That doesn't appear to help any.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x