Duplicated title
Jorge Campo - March 31, 2009 - 11:31
| Project: | Web Links |
| Version: | 6.x-2.0-alpha2 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | NancyDru |
| Status: | closed |
Description
I am getting all the page titles duplicated.
You can see it here:

#1
This is most likely some settings choice that I did not stumble across. Can you please tell me the settings you have on the general tab?
#2
Do you, by any chance use a custom theme for weblinks (node-weblinks.tpl.php) in your theme?
#3
No further information.
#4
Nancy,
I tried changing all the settings there without any luck.
To tell you the truth, I am a little frustrated by this module. I lost the links themselves on every node that now in the new version I can see again under "visit this-link". That meant that for a while I have links that you can say in a list but did not show up in the node view.
I also have a weblink page where it shows the node like this:
it goes on and on with that type of info repeating itsefl plus repeating the content too several times.
In some nodes I noticed that I lost the pictures (they are gone).
On the other hand I must say that the people behind this module has always been very helpful and always willing to help.
At this moment I am thinking about migrating weblinks to normal content.
#5
#6
"Alpha" versions at just that - not ready for prime time. In this case Version 6.x-2.x is the result of a significant change to the way the links are displayed. If it is frustrating you to work on the module in this state then the best thing to do is to go back to a stable release like 6.x-1.4.
There was a reported problem with showing the link #417302: links display on the node view page not working correctly I think - that has been fixed (that's why you now see "Visit"). The stuff you quote sound like I may have left some debugging code in, but I am not seeing that on my site, so I need you to tell me where you are seeing that.
#7
In trying to track down your error, I did discover a minor warning in the blocks that I hadn't seen before. I have fixed that and committed it, so it will be available at Midnight GMT. BTW, "alpha2" is not the latest code; "alpha3" fixed several problems; and the next -dev will fix the one I just found.
#8
Using the module out of the box; I am having duplicate titles as well.
Sourcecode:
<fieldset><legend> Advocacy</legend><div class="node node-teaser node-type-weblinks node-type-weblinks-teaser" id="node-141"><div class="node-inner">
<h2 class="title">
<a title="The IRC in the U.K." href="/link/irc-uk">The IRC in the U.K.</a>
</h2>
<div class="content">
<div class="weblinks weblinks-item weblinks-link141">
<h2 class="title"><a href="/link/irc-uk">The IRC in the U.K.</a></h2>
<div class="weblinks-linkview"><a alt="The IRC in the U.K." title="The IRC in the U.K." target="_blank" href="http://www.ircuk.org">ircuk.org</a></div>
<div class="weblinks-body">
<p> The IRC in the U.K.</p> </div><!-- /.weblinks-body -->
</div><!-- /.weblinks -->
</div>
</div></div> <!-- /node-inner, /node -->
</fieldset>
NOTE: Zen theme, patch from #433892: weblinks-link.tpl.php issues applied
#9
I just loaded this module on a new site I'm setting up. Trying out som eof the new features.
I noticed the same thing with a dup titles. I haven't had a chnace to play with the settings much, but I suspect from what I've seen it has something to do with the teaser, one title is coming from it.
#10
Please try out the latest -dev release, or at least -alpha3. There was a problem with this that was fixed. However, it is also possible that a custom node theme could be doing this, if you are using one.
#11
I already have the -alpha3. I didn't mess with the node theme at all. The customer wants to use the Twilight theme for this site. I'll try switching just my ID to a builtin one and see if that helps. I'll also try the latest -dev. It might be a day or so till I get a chnace to try it all. Thanks for your support Nancy
#12
I just tried the Slash theme, and there is the duplication. This is one of the reasons why we went to more flexible theming. For themes that do this, either you will have to change the template or we will need to add another setting.
#13
Okay, we decided to add a setting, it will be in the "View settings field set" and will default to the current way it's done.
#14
Committed.
#15
Hi Nancy, worked for me also, great you maked this setting!
Greetings, Martijn
#16
I unmarked the "show node title" and it works fine now.
Thank you for this and all of your other work!
#17
Thanks for the update.