EASY fix - Links in listusertags.php

Talk about new features for CMSMS and modules.
Post Reply
Glenn

EASY fix - Links in listusertags.php

Post by Glenn »

listusertags.php currently at line 110:

Code: Select all

echo "<td>$oneplugin</td>\n";
With each version I change it to this:

Code: Select all

echo "echo "<td><a href=\"edituserplugin.php?userplugin_id=".$gCms->userplugins[$oneplugin]."\">$oneplugin</a></td>\n";
Can we make that permanent? It's much easier when developing user tags (which I often have to modify 50 times before it works) to click the tag name instead of the icon way over on the right.

Thanks!
jcolvard

Re: EASY fix - Links in listusertags.php

Post by jcolvard »

Glenn wrote: listusertags.php currently at line 110:

Code: Select all

echo "<td>$oneplugin</td>\n";
With each version I change it to this:

Code: Select all

echo "echo "<td><a href="edituserplugin.php?userplugin_id=".$gCms->userplugins[$oneplugin]."">$oneplugin</a></td>\n";
Can we make that permanent? It's much easier when developing user tags (which I often have to modify 50 times before it works) to click the tag name instead of the icon way over on the right.

Thanks!
hey, thanks for the fix.  i just wanted to point out that td tags in the code are creating problems viewing the actual fix. 

found the fix in the quote so maybe posting the code tags works?

echo "echo "userplugins[$oneplugin]."">$oneplugin\n";

just wanted to make sure that the fix can be seen.

thanks; j
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: EASY fix - Links in listusertags.php

Post by Ted »

Thanks, works great when you take the first echo" off.  It's in svn.
User avatar
petert
Power Poster
Power Poster
Posts: 282
Joined: Wed Feb 09, 2005 9:30 pm

Re: EASY fix - Links in listusertags.php

Post by petert »

Ted wrote: Thanks, works great when you take the first echo" off.  It's in svn.
Not in my version :(
Mambo sucks, that's why I am here.
Now they call it Joomla, but it still sucks!

CMSMS rules!
Post Reply

Return to “Feature ideas”