MyBB Community Forums

Full Version: LeX- TagCloud Enhancement
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using LeX- TagCloud Plugin which is very great in work like vBulletin Plugins. Only thing missing is the search option from where users can search tags. Can any one help me as I am not a coder but as I am Computer Science student, I can understand little about web programming. I want to do this:

LeX- Plugin search tags like this:

http://www.projectw.pk/tagcloud.php?tag=dumps

If I use this http://www.projectw.pk/tagcloud.php?tag it gives me error because nothing is in input. I want to design a simple form in HTML in Custom Pages MOD OR EMBEDDED INTO MYBB SEARCH OPTION which can do following thing. Take Input from user and insert into the last of this link, and it can search tags.

Like if user inputs word data in text area it automatically added after http://www.projectw.pk/tagcloud.php?tag=

To

http://www.projectw.pk/tagcloud.php?tag=data and it can display results. Please help !
<head>
<title>{$mybb->settings[\'bbname\']} - TagCloud Search</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="{$theme[\'borderwidth\']}" cellpadding="{$theme[\'tablespace\']}" class="tborder" width="100%">
<tr>
<td class="thead" colspan="3"><strong>SearchResults For {$tagname}</strong></td>
</tr>
<tr>
<td width="75%" class="tcat"><span class="smalltext"><strong>Thread</strong></span></td>
<td width="25%" class="tcat" align="center"><span class="smalltext"><strong>{$name} </strong></span></td>
</tr>
{$tags}
</table>
{$footer}
</body>
</html>
This is search form used by LeX- Plugin .. If some one can help me in modifying this to do above task. Smile
Hard to help when your site requires login to view the tag cloud.
Well try this user: testing password: testing ..