The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
17 views

Disable webform_ajax_page on the submission edit page

With the module Webform Ajax Page I want to disable it on submission edit form in the admin section... Is that possible ? and how to achieve that? Thanks
0
votes
0answers
11 views

panelizer panes not displaying

I'm trying to find a solution to my other question on how to give content editors the ability to layout the content. I'm trying out panelizer which I'm hoping will do what I want. Unfortunately I've ...
0
votes
2answers
26 views

Advanced content layout in drupal

I've been evaluating drupal and I'm at a point where I have my header, footer, and sidebar set up properly. I have a basic page node type and I've created a few test pages. My test pages have been ...
0
votes
1answer
12 views

How to change the pagination of related entities displayed on a taxonomy term page?

On a default taxonomy term page, related contents are automatically paginated by 10. Let's say those related contents are always nodes and we always display the default teaser view mode. How can I ...
0
votes
1answer
17 views

change the page title of user page

the html title of the user pages are the user id and the website name. Is there a way to instead change the user id to the user name? ie. [user id] | website name >>> [user: name] | website name
1
vote
1answer
24 views

How can I remove the “Read More” link? [duplicate]

I'm using Drupal 7 and I'd like to remove the "Read More" link in the bottom of the articles summaries. I've already tried a lot of things but it has never workt. Is it possible to remove it or hide ...
0
votes
0answers
24 views

Site reloads after it has been accessed initially

I've noticed an issue on Drupal 7 site, when user, of any role including anonymous, access site initially, page loads and then refreshes (reloads). When user continue navigating through site, there ...
1
vote
0answers
14 views

Whats the difference between a 'page', a 'panel', and a 'handler'?

I am porting a site over and looking through the code, and in a module there are folders for pages, handlers, and plugins/layouts (containing panels layouts) . The pages and handler folders contain ...
2
votes
1answer
39 views

Is there a way to show a page dynamically when hovering on it's link?

Just wondering if there is a module or some way in general to do the following: When hovering on a page link show the content of that page as a tooltip or some kind of small dropdown window. Thanks. ...
0
votes
1answer
21 views

How to determine the source (views/modules/blocks, etc) of content in different URLs?

I am working on re-designing an existing site for which I need to edit the output of each page (i.e. each URL). Is there a good way to determine where the data is coming from? By "where" I mean, is it ...
1
vote
1answer
54 views

Dynamically inject page content

I'm using Drupal 7. I want to set up a dynamic page, which shows expertises' portfolios. I want to have a basic framework for that page and query data dynamically into the page. For example, when ...
0
votes
1answer
23 views

Page body content updated only after second load

I want to programmatically update the HTML contents of a page (a node of bundle type 'page') on my Drupal 7 site, by doing the following: function my_page_generate() { // Find and load the page I ...
1
vote
2answers
36 views

Exposing a single field to users to create new nodes from a page

I am researching if Drupal is the right choice for my project and so far it seems like it fits, except for one issue. I want to give my users ability to create new nodes from a page, let's say it ...
-1
votes
1answer
30 views

How to design a staff page with bios and pics [closed]

I would like to create a page with staff bios and pics, similar to this one. I'd be grateful if somebody could give me some ideas and or suggestions.
0
votes
0answers
58 views

How do I make content appear on a specific page?

I created a few pages and added them to the menu, as you can see in the image. But whenever I post an article or a product or something it appears on all 3 pages. So, my question is if I could ...
-2
votes
2answers
49 views

Page Title in drupal [duplicate]

In my drupal site some places the page titles are not shown.that are the term or a block but not a page.how can i show that title
1
vote
0answers
19 views

Splash screen for product category doesn't show

The version is Drupal 7. It is a B2B inquiry store and I just started at the company whom asked me to fix the splash screen function on their store. The menu on the site looks like this: -Main cat 1 ...
0
votes
1answer
24 views

Module to return a page [duplicate]

I've been trying to create a module to return a page, but the content is always empty. The title in my hook_menu() override works fine, however my 'page callback' function doesn't show anything on the ...
1
vote
2answers
263 views

How can I display a “loading” icon while a slow page loads?

I have a custom module whose front-end page is slow to load due to extensive database work (no forms, just a bunch of db queries to display some long tables). I want to add the little "loading" icon ...
1
vote
1answer
51 views

Image not showing in page footer.

I need to display an image in the page footer using tag. In my page.tpl.php I have the following block. <div id="copyright"> <img src="../images/logo.png"> <p ...
-1
votes
1answer
55 views

how to display an image in theme using img tag?

I need to display an image in the page footer using tag. In my page.tpl.php I have followed block. <div id="copyright"> <img src="../images/logo.png"> <p ...
0
votes
0answers
27 views

Creating custom page with url callback [duplicate]

I guess my problem is very simple but I still could not get it solved... I am very new to Drupal. I have a Drupal 6 website and I create my own custom_page.php file (just a dummy static html page for ...
0
votes
1answer
18 views

How do I get access to fields of a node that a menu item links to?

For example, a menu item links to node/5. How do I retrieve that node so I can get its 'description' field?
0
votes
1answer
24 views

How to create another Front Page and switch between the two? (in dev process)

I am working on creating an alternative front page for an existing site. I do not want to disturb the existing front page but I just want to create another page (which I will later point to as front ...
1
vote
1answer
31 views

How to disable page link? [closed]

I am new to drupal 7. I read the online documentation but, due to less programming skills, I could not figure out the exact solution. I want to disable pager link. How can I do that?
0
votes
1answer
54 views

Node edit page not showing up using page.tpl.php?

I'm working on a new drupal 7 site right now (I'm new to drupal) and currently have given the ability to users to create nodes. The node creation page (url.com/node/add/) works just fine and uses the ...
0
votes
3answers
35 views

How do I display a block on a page

I simply want to display a table generated from an external database on a page. In researching this I found it would be easiest to do it by writing a module. Using a tutorial I created a block ...
0
votes
1answer
45 views

How to place an image on a specific page

I have created a page, page-5. I want to insert an image only on this page through .tpl.php not through the CMS itself. I have created an empty document page--page-5.tpl.php. What content would go in ...
0
votes
1answer
80 views

How to place images in footer region through page.tpl.php

I would like to know how to place images in footer region through page.tpl.php. I know a block can be created and done so but i want to do so using page.tpl.php. Where should i write the code?
0
votes
1answer
41 views

Create a new region within an existing one

I want to create a new region within an existing region which is by default or is custom made. I have created a custom region called footer_top. I want to create a new region within this region, i.e, ...
2
votes
2answers
61 views

How can I get rid of this error?

The error that I am getting is as follows Strict warning: Only variables should be passed by reference in include() (line 73 of ...
0
votes
1answer
39 views

D7 - download files works for admin, not for other users

There is a content type for accepting job applications, including resumes and cover letters as files uploaded. The files are set to private. The form/page is set to unpublished by default - largely ...
-1
votes
2answers
48 views

Decrease width of sidebar for a specific page [closed]

is it possible to decrease the width of my right sidebar for any specific page only? If so, please shed some light on that. I apologize for not being clear. I have created a basic page whose node id ...
0
votes
2answers
99 views

Display an image through page.tpl.php only on front page

I want to display an image only on front page through page.tpl.php... However i am not sure about the syntax or where i am going wrong as the code that i type in leads me to en error (syntax ...
1
vote
1answer
69 views

Switch between two views by clicking on a menu tab without any page refresh

I have created two views on my custom content type as two different blocks. I want to place them in a new page say /node/47. In node/47 there are two tabs...on clicking one of them view 1 appears and ...
0
votes
1answer
23 views

Add a hyperlink underneath the table of a Page View?

I have a Page View that is being displayed as a table. Underneath that table I want to add a simple hyperlink. I was looking into hook_views_pre_render but I do not see any way to do add this. I also ...
0
votes
2answers
77 views

The purpose of $page in node.tpl.php and when does it become FALSE?

I noticed that there is a variable $page in node.tpl.php and it is usually TRUE. The node title is not displayed while it is TRUE, but in page.tpl.php, the node title has been displayed as a page ...
1
vote
1answer
39 views

Page title not displayed at the top of the Content area

The page title is displayed in the breadcrumb, but not as a page title, at the top of the content area. Is there a setting somewhere I can edit, or will I need to manually add it to node.tpl.php? The ...
0
votes
1answer
29 views

Add meta data to menu items

I have a Drupal website where many custom modules are implemented. These modules create custom rendered pages which are linked to menu items. This way a menu item represents a custom rendered page. ...
0
votes
2answers
37 views

Styling a Calendar View Page

I can't seem to get any templates to work with my Calendar View Page. In the view settings, clicking Theme Information reveals some possibles but I've tried them all. I'm not sure what to name my ...
0
votes
2answers
38 views

Seperate all my content

I have one page structure. This is my menu: <ul id="creamenu" class="menuHolder"> <li><a id="news-1-menu" href="#/news-1">news 1</a></li> ...
0
votes
0answers
44 views

Text Editor not appearing on Basic Pages

I have installed two text editors (tinyMCE and CKeditor). When creating a new block, they appear fine. But when I want to edit/create a basic page, the text editor does not appear. What am I missing? ...
3
votes
1answer
63 views

Allow users to annotate content in Drupal 7

Is there any way to allow users to add some private annotations when reading a book page for example ? It seems that the annotate module is not anymore supported.
0
votes
1answer
71 views

alphabetize the taxonomy term page without views

Is it possible to alphabetize the taxonomy page without using views? for example: THE TERM'S NAME - A node - B node - C node - D node Thanks. CLARIFICATION: I know I can reset the terms ...
0
votes
0answers
25 views

Page created by module as node

I have created some pages by writting custom module using hook_menu; those pages were hard-coded in content type template files before. But now, i miss some node functionality, template elements like ...
1
vote
1answer
35 views

Optimal route on creating landing pages

So, time and again I've come across the requirement to create a "custom" or "landing" page which pretty much narrows down to this: The co-existance of manageable text/content along with predefined ...
0
votes
0answers
43 views

Creating a page for Drupal Module

I'm very much new to Drupal. I need to bring a functionality such that user gives some input, say feedback in some pages which will be stored into a custom table (made by me) in drupal database. So I ...
1
vote
1answer
44 views

Add basic page title and its teaser view in basic page

I wanted to have one basic page, that allows me to add brief data about other basic pages like title and some data in teaser view. ie to create basic page, whose content is, some content of other ...
2
votes
1answer
58 views

Checkbox whether display Node title

How can I add a checkbox when I create a new page to decide wheter the user want to display the node title or not, as like the hook_block_configure() function ?
0
votes
0answers
39 views

Creating image gallery based on picture field and filters

I have two content types ( Man, Woman ) with machine names ( man_type, woman_type ). They have same fields ( title, url path settings, Body, size, type, price, picture, color ) with different machine ...

1 2 3