A hyperlink or link is a reference to data that the reader can directly follow, or that is followed automatically.
0
votes
1answer
35 views
Skype auto link
I know how to add a link field in Drupal for Skype (skype:username?chat), but I dind't find any answer about automatically convert it into a Skype link.
Let's say users fill their profiles and in a ...
1
vote
4answers
64 views
How can I replace all my internal links automatically?
I have changed the domain of my website from www.mysite.com to mysite.net. I upload the site to the new domain and all is fine, but I have more than one thousand nodes, and in almost all the nodes I ...
0
votes
0answers
17 views
How to add a custom Link into $content['links']?
I need help with solving following problem:
In my node content type (called "hotel") I'd like to add a custom link to the existing links which are put out via $content['links'].
The custom link ...
0
votes
1answer
25 views
Drupal 7 Calendar - How do you disable the number link to the day page?
How would you disable the links to the daily page on a calendar page view?
0
votes
1answer
45 views
Adding Link To Drupal 6 Views Slideshow
Probably a stupid question. I'm more used to Drupal 7, but I'm working on a new site today and it's Drupal 6. There is a Views Slideshow on the home page. The buttons and images automatically cycle. ...
0
votes
0answers
35 views
How can I add a variable to a table?
I've run into a problem trying to add a link to the header area of a table, and I can't find an answer after an extensive web search. The table I want to alter is generated by the Classifieds module. ...
3
votes
3answers
65 views
How to add block to only user/uid and not user/uid/edit
In my site the www.example/user/uid path contains the view and edit tabs. I want to add some blocks to only the view page and not edit page.
Using "user/* (Only the listed pages)" under the ...
0
votes
0answers
20 views
Rename labels in field type “Link”
When using Link field type, i have two fields Title and URL when adding a node. How can I rename these labels above the fields, for ex. "Title" - to "My title" and "URL" - to "My url"?
I tried ...
0
votes
0answers
15 views
Features menu import/export
I am having an issue with exporting my main menu with the features module. I go to features > module_name > recreate > menu_links and then check all the links that I want.
Once I import the feature on ...
0
votes
1answer
21 views
How to set one variable for each link on a views un-formatted list
I'm trying to create a variable to put in a l() function. It's the $rellink below.
<?php print l('<span class="link-spanner"></span>', "$rellink", array ('html' => TRUE)); ?>
I ...
0
votes
1answer
20 views
How to create link for users to edit profile
I would like to create a link that would lead each individual user to their edit account/edit profile page.
Please what would the href be equal to? I get access denied on the paths i have tried e.g ...
1
vote
2answers
25 views
How to get work Internationalization module with l function?
I am using Internationalization module to translate content.
How to get work this module with l function?
for example, when I create programatically link to content:
l(t('About us'), 'node/22');
...
0
votes
1answer
86 views
Adding “onclick” event to links in text areas
I need some help getting and "onclick" event onto some links in a couple drupal pages.
I've got 2 pages, each with a text entry field set to "full HTML", within which I've added my a tags.
the links ...
0
votes
2answers
33 views
Secondary menu links
I have a main menu with links:
menu1
menu2
menu3
menu4
When entering the menu1 I want to display a secondary menu with links:
sub-menu1
sub-menu2
sub-menu3
and sub-menu1 to be activated as a ...
0
votes
1answer
33 views
Transfer (export/import) url aliases and menu links automatically
I want to transfer/synchronize url aliases and menu links from one site to another. Is there any way (drupal module, drush command, script) to do it automatically? The module menu_import looked ...