A hyperlink or link is a reference to data that the reader can directly follow, or that is followed automatically.
0
votes
1answer
17 views
Theming translation links
I need to change translation links attributes, which have been defined in translation_node_view function in these lines:
$node->content['links']['translation'] = array(
'#theme' => ...
0
votes
1answer
32 views
Maintaining the integrity of URLs while moving pages between site sections in Drupal 7
Could anyone please tell me how does drupal 7 handle urls when moving or reordering the pages within and between the sections witithin the site. Is it possible to preserve the urls or not?
0
votes
2answers
18 views
Showing previous and next pager links regardless of the page one is in
Drupal hides the previous link of a pager if you are the first page,and the next link if you are on the last page. Is there way I can keep the links from disappearing, just in a disabled state? Can I ...
0
votes
1answer
22 views
Login Users action in, $action_links, how do i edit it?
I am still very new to drupal and have let to use all the hooks and coding needed to do everything, now I have come up with a problem, which I can not seem to fix either with a module or by looking at ...
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 ...
2
votes
2answers
33 views
How to change all hyperlinks in the content
Hi i am new to the drupal and i got problem in my site in the hyperlinks.
I have book copy module by which i have created one copy of the book.
After creating the book i set aliases to content/newbook ...
1
vote
1answer
32 views
Two concatenated links throwing an error upon attempted logout
I've looked everywhere, and can't seem to find an answer to my problem. I've written some code to toggle between a log in block and, once the user has logged in, a line of text that includes both a ...
0
votes
0answers
11 views
Linking back and forth within a single site
First, I have searched the drupal.org site and I have googled using keywords that I hoped would work, but the question isn't easily summarized. Let me lay out the scenario.
I have a product that uses ...
0
votes
0answers
19 views
Using theme_links to add classes to the list-items
I am using theme_links in my template.php to render something,
function paddle_admin_preprocess_page(&$variables) {
$variables['toolbar_menu'] = theme('links__system_secondary_menu',
...
1
vote
0answers
31 views
Is there any module which list all hyperlinks from content page
Hi i want the list of all hyperlinks present in the page.
As i needed to change the path of the all pages to content/mypage/pagetitle.
In my case there are around 5o pages and having more than 100 ...
2
votes
1answer
56 views
How to redirect to l() function link after login?
I'm having a Simplenews newsletter template with a link guiding newsletter readers to a intranet site with more news.
<?php print l('hier.', 'node/' . $build['#node']->nid, array('absolute' ...
0
votes
1answer
32 views
How to update all hyperlinks which are in the content
Hello I am using book_copy module for creating a new version of the book so i have copied a book which is having more than 1000 pages with the book copy module.
Now the new book copy has all working ...
0
votes
1answer
39 views
Link to node in views
I have a view which has 2 displays :
List : Which is a unformatted list that contains a page
Table : Displays the nodes titles in a table.
What i need is to make the title in each row of the ...
1
vote
1answer
24 views
d7 link two pages within a (draggable) view by image
I'm trying to set up an image gallery that needs to be sortable in D7. So I installed the Views and Draggable-Views modules. Now I have one view with three pages: Gallery, Sort Gallery and Single ...
0
votes
1answer
37 views
Problem with restricted download links (hook_file_download)
On my site I have a bunch of files that require logged-in user for download access.
Well that's not about just display access, I also want to avoid passing download links around.
Having read about ...
1
vote
1answer
15 views
What is the hook to alter links in the Book Outline tree?
What is the theme hook to alter links in the book outline like theme_menu_link__menu does for menus? Or is there a way to make theme_menu_link__menu apply changes to a tree view of the Books? Not ...
0
votes
2answers
26 views
Internal relative links in Menu by using http:/alias/path/to/link
In Drupal 7.22, I would like to link create an additional link to an existing node from with in a menu. This target node already has an alias and its own menu entry. I'd like to create an additional ...
2
votes
1answer
52 views
render array with images
I have this array in PHP
$link = array(
'#type' => 'link',
'#title' => 'link1',
'#href' => 'http://www.link1.example',
'#suffix' => '<br />',
);
when i ...
0
votes
1answer
33 views
Is there a way to change edit link for Nodes?
Is there a way to change edit link for Nodes?
Currently Edit looks like this: [node/node_id/edit]
I required to look like this: [node/edit/node_id]
0
votes
1answer
94 views
D7: Change Drupal “Link” field to store node url instead of alias for internal links
I am using the "Link" field in Drupal 7 to store links. Sometimes these links are internal and sometimes they are external. In the case of internal links, I would like to be able to store the system ...
1
vote
0answers
24 views
Text Filter to replace links url with node title
Instead of using the standard "Convert URLs into links" text filter I would like to convert urls into links that use the node title of the link (if the link is a node).
Is there a module that does ...
0
votes
0answers
164 views
Link field and itms-services protocol issue
Last week I was confused by the itms-services.This protocol is use by IOS devices to install APPs.
In my website the link if use HTML format is like:
<a ...
0
votes
0answers
14 views
How to link menu items to #navigation and #content? [duplicate]
I've tried setting the path to #navigation and [current-page:url]#navigation but am getting a "The path '' is either invalid or you do not have access to it." error.
Is there a way for me to set menu ...
0
votes
3answers
58 views
Add unique class to each link outputted by views
I'm using views to output a list of links (fields). I can type in an url and a text and the text becomes the link text that goes to the url. Now I want to be able to add a unique class to the link ...
0
votes
0answers
26 views
How to add any kind of links and do not to think about it's protocol
a itms-services protocol link confused me a lot,I wonder if We can create links that do not have to think about it's protocol
-1
votes
1answer
18 views
Is backlinking possible in drupal 7?
Is there a way to tell what pages within the site link back to a particular page within the site?
0
votes
1answer
139 views
Add link type field confused?
There is a requirement in my website: The post content should have a link (it is for IOS device to install apps) like the following.
<a ...
1
vote
0answers
11 views
Changing the link in a Feature box to an external link
I am a Drupal beginner working with an already created site.
That said, I have been trying for days to change the text within the feature box to an external link. Currently, all of the text in the ...
1
vote
1answer
35 views
Disable emails turned into links but keep urls turned into links
Some users on social sites still enter their email addresses on comment fields.
I'm trying to prevent spammers from harvesting them by replacing the @ character with a graphic. That's really easy to ...
0
votes
1answer
24 views
Add class to links in delete page
I want to add a class to the link in my delete content page, currently the 'delete' button itself is styled because it falls under the styling for input[type=submit] in my CSS, but the 'cancel' button ...
1
vote
2answers
47 views
Edit Blog Links & Breadcrumb?
My client would like me to replace the s's with just ' on the links and breadcrumbs of user blogs for user names that end in s.
For example, the breadcrumb and blog links for the user Joe would ...
0
votes
1answer
23 views
confirn in link on overlay lists
I create in administration list of some content and create link delete. On link delete I add attribute
onclick="return confirm('Are you sure?);"
but when you click "cancel" on confirm block drupal ...
0
votes
1answer
69 views
Add custom class to link outputted by views
I'm using views to output a link. The user gets two fields in which to add the href and the text on the link. I wan't them to be able to put a class on the link as well. How can I do this?
In views I ...
2
votes
0answers
23 views
How allow users to add menu entries only in second level?
i want my users to be allowed to add links only to the second level or lower of the main menu, but not to the first. How can i do this ?
0
votes
2answers
33 views
Link field type displaying '&' as '&'
When I have a Link title field populated with '&' it will be displayed as '&' when rendered.
I have done a fair share of google searching but haven't quite nailed it down.
I was thinking ...
-1
votes
1answer
53 views
Node edit area alterations
In my node edit area there are some hyperlinks exposed by the References Dialog module. I need to alter these links by appending some extra information to the url.
Can anyone tell me what hook to ...
-2
votes
2answers
73 views
Linking a pdf file within a paragraph
I don't have Drupal installed on my computer (do I have to?). I access the admin site to make changes. I need to add a PDF file that describes an event. In order to do this quickly, I simply inserted ...
0
votes
0answers
62 views
How to make a link to uploaded file (with filedepot) in post or book page?
I am using the http://drupal.org/project/filedepot module with organic groups to allow each group to have its own folder.
The idea is that admins of OG groups can add files (mainly images) into the ...
1
vote
4answers
145 views
How can I change a menu link dynamically? (D7)
I'm trying to change the link of a menu item dynamically based on the language that is selected in the language switcher.
Let's say I have the following links in my main-menu:
-Home
-About
-Products
...
-1
votes
1answer
70 views
How to add link to node add form
I wanted to add link besides editor in add post form that will linked to some static page in the page or it may be link for just some java-script purpose.
Is there any drupal module available to ...
2
votes
1answer
66 views
How to add Title attribute to Menu links?
Is it possible to add Title attribute to Menu items? If so, how?
0
votes
0answers
19 views
Homepage sidebars (menus or blocks/modules)
Is it always recommended to use Menus for the sidebars on the homepage for example? Or would you sometimes use blocks and manually add the links? In which circumstances would you for example create a ...
0
votes
2answers
52 views
Footer links - menu, UL or text
What is the best way to enter footer links (horizontally)? I was thinking a Menu would be best but this causes limitations around what content goes in the links (eg. cannot have images or non ...
2
votes
2answers
39 views
List pages on frontpage with views?
So, I'm relatively new to Drupal, and I'd like to make a Drupal site with a front page with a grid of links to other commonly used pages on the site. This site is intended as a sort of community page ...
1
vote
1answer
30 views
Linking to another website procedurally
Hopefully this is a straightforward question.
I'm procedurally building nodes as I walk an XML feed, and am importing them into a production server. I'm having issues importing node aliases, so I ...
1
vote
1answer
76 views
Changing the url which the logo links to
I'm using Zen Theme 5.x and want that the site logo links non to the front page but another page in my base url, like to a contact page. It seems that I can achieve this modifying the page template ...
2
votes
1answer
131 views
How do I add rel=“nofollow” to links in blocks/menus/etc?
I want to add rel="nofollow" attributes to links that point to login/ToS pages in my Drupal 7 site. How can this be accomplished?
2
votes
1answer
75 views
How to add Specific Class to Each Drupal Menu Anchor
I am developing a website using drupal and i need to know about how to add link to drupal menu anchor.
For example:
i have a drupal menu: user menu. Within user menu, i have several list of links, ...
-2
votes
1answer
50 views
few drupal questions [closed]
I am looking for help with some issues related to the Drupal 7 cofiguration.
1) There is a small website where people can post their videos. I want to implement a feature for which a node with video ...
0
votes
0answers
193 views
Drupal 7: Link Image Field Module
I would like to link 2 images to their own external url using link image field.
I've tried adding the following codes under "rewrite results" but it doesn't work.
<a ...
