The clue's in the title ;)

I can't seem to find anything on why Weblinks won't let me publish more than 10 links. If I publish another link, one drops off the stack.

Is it a bug or am I missing something?

My User / admin is a keen linker - she's chomping at the bit to add more!

Comments

vm’s picture

README.txt file

Category Settings
=================
For each category, you can choose whether it is enabled, how many links to display
and the maximum number of entries to display in a block
, if one is enabled.

___________________________________________________________
The search tool on Drupal.org really does work.
This message has been brought to you by:
the letter X , the letter Z and the number 2.
Thanks for watching! : )
vannen’s picture

It's no wonder you're Very Misunderstood with forum replies like that! ;p

No, to be fair, I should have added in my original post that I'd already read the text you're quoting. It does look as if I should just config. Weblinks to display more than 10 links.

However!

The options are these, and I've already tried setting them all to 0, 30, etc.

Maximum category depth (front page): This is affects how many subcategories, if any, will display on the main links page

Maximum category depth: This is affects how many subcategories, if any, will display on every other links page

Maximum Recent Web Links: Maximum number of links in the Recent Web Links block.

I'm not using blocks or categories for web links, just a simple view list:

http://www.knittingsos.co.uk/weblinks

phazer’s picture

I was looking for a good solution to weblinks, and I installed the Userlinks module. I was very happy with it. You can see my weblinks here http://www.ipodfitnesscenter.com/userlink/all They have several great blocks and also good options for supporting the page layout.

Jim Fulford
www.ipodfitnesscenter.com
Online Fitness Center Powered by Drupal

vannen’s picture

Thanks Phazer, that might be worth a try.

vannen’s picture

The limit of 10 links is actually hard-coded into the module!

There are three lines like this:

--------------------

// Get the max number of posts to display
$limitnum = variable_get(" *different on each of three lines* ".$tid, 10);

--------------------

The 10 *appears* to be the upper limit on the number of links displayed. (I've got to qualify that with the fact I'm a pretty new Drupal coder.)

If you search and replace "10" with the number of links you want to allow you should have yourself a fix.