Tagged Questions
0
votes
0answers
18 views
Avoid twitter replies from twitter widget
I am using twitter_profile_widget with drupal 6. This block listing retweets and replies. Is there any way to remove/avoid replies for tweets
1
vote
1answer
26 views
Site wide information data
I'm using many information data on my site. I have some blocks with the main informations like address and phone numbers, but also I have some blocks with Quick Response code, geolocations (latitude, ...
1
vote
1answer
25 views
Form Block module usage in multiple sections
While working a project i came across an issue with "Form Block" module. I used this block on a basic page in content section. Now my client also wants this same block in the right sidebar on the home ...
1
vote
0answers
49 views
Saving form data and running custom queries in mysql
I'm new to drupal and although I've researched and asked some questions I'm still stuck on how I can achieve my end result.
I have built a php/html/mysql website (www.gbpokerclub.co.uk) but I now want ...
2
votes
3answers
74 views
Can you create a new block region using just a module?
I am writing a module that will, using javascript, create a slide down container at the top of the page. (modelled on the login here http://xenforo.com/community/).
Rather than hardcode the content ...
0
votes
2answers
41 views
Trouble getting block to display after module enabled
I've created a drupal module, it's info file, and a tpl.php for the block all in the same module directory. When I enable the module, I can see the block listed and assign it to a region. However ...
0
votes
1answer
71 views
How to get url path info into a form variable
I am creating a module for Drupal 7 that has form that will appear in a block. What I would like to do is get the url for the page that the block appears on (when displayed to the user) and store it ...
0
votes
2answers
78 views
How to give meaningful id names to blocks?
Instead of styling with ids/classes such as block-block-3 which may be deleted and then recreated, how would I go about giving my blocks meaningful names?
0
votes
1answer
37 views
PDOException does not show my sql table
Hello Every body I have an SQL Query to DB
function darkSiteContent($delta){
switch ($delta) {
//SQL Query to find the title , nid of the node and its body
case 'popup_dark_screen':
...
0
votes
0answers
159 views
Vertical sliding panel module for Drupal 7
Has anyone written a contrib module to place a block inside a sliding panel like this: http://spyrestudios.com/demos/sliding-panel-left/ . So i do not need to reinvent the wheel.
If not, i will ...
0
votes
2answers
63 views
menus as a block in drupal7
i have created a navigation menu like
home, services, about us, so on and then contact us .. each parent has many child and their own child . it was created sucessfully.
Now what i want to show ...
1
vote
2answers
55 views
How to create Block configuration form
I am new to drupal. I have created a block from module using hook_block_info() and hook_block_view(). This block will be used as front page image slideshow. So I want to provide text fields in the ...
0
votes
2answers
44 views
Creating a block in own module
I am using Drupal 6.27, created my own module, used hook_perm() in my module. Now the question is - did i do that in the right way?
/**
* Implementation of hook_block().
*/
function ...
0
votes
1answer
87 views
Module Block does not show up [duplicate]
Possible Duplicate:
Block not showing up in drupal
For some odd reason, This very simple module block does not show up in structure
under the list of viable blocks. Am I doing something ...
0
votes
1answer
29 views
Adjusting the month being viewed on the Calendar Block to match the month of the Day being viewed
So, I am using Drupal 7 with the Calendar Module. I am using the calendar block as the primary calendar for viewing events daily events. Everything works great, except the calendar block doesn't ...