The HTML page title of a page
0
votes
1answer
29 views
Get page title of view and panel page via url
Is there any way to get page title of view and panel page using url. I tried
$normal_path = drupal_get_normal_path($path);
$item = menu_get_item($normal_path);
$title = $item['title'];
and it is ...
-2
votes
1answer
37 views
Label in title (“Free”, “coming soon”, etc) [closed]
The drupalize.me webiste is using nice small figures in the title to give some information to the reader: "Free", "coming soon", etc.
Do you know what is the easiest way to have that on our website?
...
3
votes
3answers
93 views
How do I change '|' to '-' in HTML page title?
I wan to change the HTML page title: It is displayed as "pagename | sitename"; I want to change it to "sitename - pagename."
How can I do this?
0
votes
0answers
36 views
Token separator in Page Title
I'm using the Meta Tags module to pretty up my page titles using tokens. I want to display the taxonomy term parents in the page title, with separators. It's working, except I need it to also END ...
-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
0
votes
1answer
165 views
title_prefix override to h1 instead of h2
How do I override the $title_prefix that is inherited from the value of
<h2<?php print $title_attributes; ?>><?php print $title; ?></h2>
in panels-pane.tpl.php page. ...
0
votes
2answers
25 views
Titles on pages underneath the text
I must have checked or unchecked a button somewhere, sometime, because ever since I remember starting to work on my site the titles of the pages are showing underneath the articles / texts on the ...
0
votes
0answers
15 views
Include content menu path in content list
I'm working on a project where a lot of the content has similar names, albeit in different branches of content, so in the list of content in admin/recent content/etc there are 3-4+ items list all with ...
0
votes
2answers
126 views
how to drupal_set_title for add node form D7 (form alter doesnt work)
drupal_set_title doesn't work in my case. well... it worked some time ago (i don't remember when it stopped working) but after installing couple (4-6) of modules it stopped working. where else i can ...
2
votes
3answers
148 views
How to translate page titles?
I'm using the awesome Internationalization Module for managing the translations of my multilingual website. The name of each menu item also becomes the page title (the HTML TITLE tags). When switching ...
0
votes
1answer
86 views
Change title of a content type
I have a custom content type named 'product'. Every content of type product has a serial number of the product as the title.
But while displaying the title I want to override it from two of the CCK ...
0
votes
1answer
194 views
Special Character Encoding Issues in Node Titles
I work in an IT department at a museum whose website is built on Drupal. I have experience with other CMSs, but I've only worked with Drupal a little bit. So far, I've been able to help them fix quite ...
0
votes
0answers
107 views
Page titles from product name
I've installed the Drupal commerce module, and made an article with some products. So I've got this [node:field-product:title] title for the article in the Page title module, but it shows all product ...
1
vote
1answer
67 views
Error on module admin configuration page
I cannot find any documentation or similar problem with mine.
Whenever I am trying to go to the configuration page of some installed module like "Pagetitle" module and Add menu links module.
The ...
1
vote
1answer
32 views
Is there a way to set the active menu's text as page title?
I would like to set the active menu's text as the page title in drupal7. I tried using the page title module and found no replacement patterns to set the active menu as the page title. Any help is ...
2
votes
2answers
338 views
Unable to update head_title string in template_preprocess_html
I wanted to add some data to the page head title and created a template_preprocess_html function in my module.
I added a couple entries to the head_title_array and imploded the array back into ...
3
votes
6answers
2k views
How to hide page title based on node type using template_preprocess_page()
I am trying to hide the title of the current page (as printed by page.tpl.php) if the current page is 1) a node in full display (as opposed to teaser mode), AND 2) the node type is either 'concert' or ...
0
votes
2answers
385 views
How can I change the title tag in header of just one page?
I tried Page Title module however it seems that it can configure page titles only on the content type level.
I can make a temple for this page and write the title directly in there but I don't feel ...
0
votes
2answers
51 views
Using Page Title with Node Tags
I'm using the following modules
Meta Tags
Page Title
I need to be able to make the sites title work like this:
Use the title set in Meta Tags for each Node first of all, if this isn't set then ...
0
votes
0answers
72 views
Allow view page title to be set dynamically through interface (by end user)
What I have
I have a multilingual site (Dutch (=nl) / French (=fr))
I have a view (page display) that lists newsitems (pages are : fr/newslist and nl/newslist)
On top of that list is a short ...
0
votes
1answer
464 views
Profile2 , change page title
With profile2 all the profile page titles is the profile type.
How do I override it with a field from profile2?
I was wondering something like this
hook_preprocess_page(&$variables){
if ...
0
votes
0answers
19 views
custom node title of Full name of user in edit profile form?
I have edit profile page and that page title on head of the browser need to display Full name filed value.Any idea to get this?
0
votes
2answers
371 views
How to change the title of the page dynamically?
I created a basic page in my drupal 7 site.
On that page I have some jquery tabs. When I click on tab1 its content displays and hides the contents of other tabs, and when I click on tab2 its content ...
0
votes
1answer
148 views
How do I remove the site name from the page title on a particular page?
I have unchecked the sitename in admin/build/themes/settings but all of the titles of pages are still showing the site name.
I am not sure why this happens. Is there any other way to remove it?
I ...
0
votes
1answer
291 views
Use node title as page title in views full node page display
I'm using views to link a menu-item to the last node added of a certain content-type.
To accomplish this, I've set up a view to display a 1 full node sorted by post date.
this all works just fine, ...
2
votes
4answers
2k views
Views: how to programmatically change Views title?
I would like to change my Views (page display) title programmatically.
This is what I found for D6 http://drupal.org/node/365418 , but does not work for me:
function ...
1
vote
1answer
47 views
How do I insert content fields above title in a content type template?
While customizing node--mycontenttype.tpl.php full view, I wanted to insert a couple of fields above the main page title. Can this be done in node--mycontenttype.tpl.php? or should I step up into the ...
1
vote
4answers
923 views
HTML escapes appearing in node titles on bespoke content type — substitutions?
I have a bespoke Content Type pertaining to venues. These are not user-creatable; they are all created from importing a trusted third-party feed, which sanitised the titles before they come to me (so ...
2
votes
1answer
173 views
Variable titles
I am using views and I want to make the title be: Username's Wall. Depending whose profile it is viewing the title should be automatically changed. How can I do that? this is for drupal 7
0
votes
1answer
596 views
How to set the breadcrumb for view defined pages
I have created a page using views 3 like this
node/%/classroom
How can I set the breadcrumb and title for this page.
I tried to set using views menu option but restricts me to use normal menu for ...
1
vote
2answers
3k views
Change title head of the pages in Drupal 7 by path
I need to change the title head of the pages in Drupal 7 by path. NOt to all content type. I need to change the title head to a specific page generated with views.
For example, I have a site ...
2
votes
2answers
764 views
How to add custom node field into page title?
I have a custom node field I want to add into the page title. How can I do this?
Content type is a property listing and I want to have area size and location printed next to the title.
e.g. Large ...
1
vote
0answers
73 views
Title isn't showing on 'teaser'
I've configured my view to show only a teaser of the nodes it's loading, but for some reason, the title of the node just won't show up.
I've looked in my node.tpl.php but as it turns out, this file ...
0
votes
4answers
674 views
hide titles based on page type?
I want to disable titles from showing on main content pages, but have them show still on blog post/article pages. I was using a CSS rule #page-title to hide them, and was thinking of working from ...
1
vote
4answers
1k views
getting uploaded file name at node title
Users will upload files. The user will tag the file with a project name and some keywords and an optional text comment. I have made a content-type called 'image', that has filed for title, file, ...
1
vote
1answer
117 views
How to have a webpage File Save As filename different from the page URL?
For example - see this BBC News Page: http://www.bbc.co.uk/news/entertainment-arts-16578905
Now Save the page as a web page - notice how the actual filename of the file saved ( BBC News - Golden ...
2
votes
3answers
1k views
How can i change page title in search results page?
When user search Drupal 7 site, output page's title becomes:
"Search | example.com"
But i want to make page title as:
"Search: keyword1 keyword2 .. | example.com"
I installed "Page Title" module but ...
1
vote
1answer
55 views
Views Page Showing Root Title in Window (not views title + root title)
My views page title is set to "The Title" but my window title shows as "Website" rather than "The Title | Website". This is only for my views. Any ideas what would cause this? I have a few other ...
1
vote
1answer
71 views
How to create an alternate title for a node when in a nodequeue?
We want to be able to override the title of certain content items, but only temporarily, while they're included in a nodequeue. For example, we have a nodequeue view block in a small "featured" ...
1
vote
0answers
224 views
Frontpage is a menu item…title won't change
When I access site via / or /fp, I always get 'Home', this only happens for the home page...How can I change the title?
$items['fp'] = array(
'title' => 'Front Page',
'page callback' => ...
0
votes
1answer
423 views
Change The H1 of a View Page Title
Hello i bought a new theme and i am not getting much support from the place i bought it from. My theme which can be viewed here http://onlinebanter.com/latest/all
As you can see my blocks have nice ...
3
votes
2answers
649 views
use menu item title instead of page title in breadcrumbs
I have been trying to display the menu item title as the trailing item in my breadcrumbs, other than the page title.
At this point, I override the template_breadcrumb() function with a custom ...
3
votes
2answers
2k views
Drupal 7: Change User Title
I did some searching here, but I couldn't find exactly what I was looking for. Is there a template.php function that I can add to change the content title (not the <head> page title) of a user ...
3
votes
1answer
82 views
How do you print the view name on a “view page”?
I have set up a custom template for my new view and need to print the views title at the top of the page. What is the best way to do this?
2
votes
1answer
98 views
Can the Views Module assign a value to the <title>
Can the Views Module assign a value to the and/or $title variable?
More specifically, I would like the Views Field: "Content Title" to be the $title.
1
vote
1answer
300 views
How to hide the title field in create content (Drupal 6)?
I have a type of content that I won't use the page title,
I will have to use a taxonomy field (the titles will repeat), because it's a restaurant list with auto-complete.
Can I do it with hooks or ...
1
vote
1answer
523 views
Page title module fallback problem
I'm using the Page Title module to set the <title> tags on nodes, etc.
I'm using the [current-page:page-title] token in my patterns.
According to the manual, this should let me write a custom ...
0
votes
1answer
558 views
How do I add the content type token in the page title?
I have installed the Page Title module. What I want to achieve is to add the content type token as page title. I tried to change the pattern in the configuration of the Page Title module, but the ...
3
votes
3answers
396 views
Change certain page titles?
How would I change certain page titles in Drupal? Most notably the 'create new account', 'logn in' and 'request new password' tab headings?
2
votes
2answers
344 views
Drupal Views for 2 Title Styles
Mock:
Site: http://www.mastersfunds.com.php5-23.dfw1-2.websitetestlink.com/funds-and-performance/equity-fund
Brief: The mock has the title with 2 font styles. The first part is in blue text and the ...

