hi, yoshi,
i don’t think i am doing anything different. in the “name of website” field, i just enter “My site” (as an example, without the quotes), and in the “URL of website” field, i enter “http://www.mysite.com” or “www.mysite.com” (i tried both, both without success”).
i am directly using the code as in:
http://www.mysite.com/index.php?ACT=28&urlid=1
http://www.mysite.com/index.php?ACT=28&urlid=2
http://www.mysite.com/index.php?ACT=28&urlid=3
for the first 3 links.
Can you show the template code?
I’m not sure why EE would be coming back with that error. Unless it was installed funky. Or the actions in the database have changed.
I’d almost try uninstalling the module and reinstalling it.
make sure you back up your links, because they’ll be lost if you reinstall it.
hi, yoshi,
this is exactly what i inserted in the template code:
<a href="http://www.mydomain.com/index.php?ACT=28&urlid=1">test.com</a>
and the url id is inserted in the linklist module as http://www.test.com or www.test.com
i have uninstalled and reinstalled the module, with no change.
oh that shouldn’t be right.
in your template you should be using it like this:
{count_linkcode}
It looks like you’re copying and pasting the code from the documentation. That’s why you’re getting the error, because ExpressionEngine doesn’t see ACTion #28 in your database. (At least this is my guess).
the {count_linkcode} variable will output it out correctly.
the full template code should be something like this:
{exp:linklist:entries linklist="mylinks|newlinks" orderby="url_title" sort="ASC" status="open" limit="10"}
{count_linkcode}
{/exp:linklist:entries}
Hope this helps! (and makes sense!) :D
hi, yoshi,
i got you now. i tried your code, and it is now generating
http://www.mysite.com/index.php?ACT=26&urlid=1
when i hover over the link, and it works! i like to know the following:
thanks, yoshi
the 26 is an ID for the action by mysql. it’s something you don’t control. the 28 is just an example.
yes, all urls must start with http://.
there’s no harm really that I can think of.
URL ID’s are chosen by mysql. these are autogenerated by your database and no, you cannot choose them.
the 26 doesn’t correspond to how many modules you have it’s more on how many ACTions you have installed. They all do different things. To be honest, for normal operations of your website, you don’t even need to know what the numbers are or do. (unless you’re a developer like me)
If that makes sense.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.