greate plugin
sarowlwp
New
i hope you can give one plugin for friendlink
that useful too and same simple like this
0
sarowlwp
New
i hope you can give one plugin for friendlink
that useful too and same simple like this
Answers
not sure what you mean.
greate plugin - what does this mean.
wrong word spell
great plugin you made , i just hope another plugin same like this
mange friend link
也许写入在中国。然后我们翻译
and the above means in english
thanks
@Peregrine it means:
Chicken Chowmein and two fried rice please !
I didn't think I would ever use pmsl
lol
Love this plugin too !! yay it's icon time for this puppy
now I'm hungry for chinese food ... go figure
links added via addlink in plugins such as this one.
are controlled via
{custom_menu}
if {custom_menu} is in your tpl theme you will see theadded menu items.
and you can order the placement in your tpl.
e.g. to place in very front
{custom_menu} {dashboard_link} {discussions_link} {activity_link} {inbox_link} {profile_link} {signinout_link}or after discussuions e.g.
{dashboard_link} {discussions_link} {custom_menu} {activity_link} {inbox_link} {profile_link} {signinout_link}@peregrine try
$MenuItems = C('Plugins.AddMenuitem');to just have 1 config read.Cwill return an array if you call a higher level key.//edit: added to docs!
will update plugin later today.. thx. for the tip, Linc something new learned.
it will be nanoseconds faster
It's not the nanoseconds, it's the lines of code you get to delete