Support Forums

 
  iFinity Support Forum  DotNetNuke Modu...  Tagger Module  Unexpected Behaviour
Previous Previous
 
Next Next
New Post 9/2/2008 3:28 AM
  doggiedaddy1
12 posts
10th Level Poster


Unexpected Behaviour 

I'm running Tagger on my development server.  I had previously installed one copy on a portal and played with it for a while until I got it figured out, then deleted it.  Now, I'm working again on another portal on the server and tags don't format properly.   Some lines don't break and start on a new line, they force the module width.  If I set a specific width for the module, then all format nicely, except a few tags which extend beyond the format width.  IE, say I set for 200 tags and width at 170, then all formats to 170 except 3 or 4 lines which extend half the page and force the container to that width with lots of white space.  If I set no module width, then it all expands to take half a page.  This is happening at both portal and page tag modules.  I've tried deleting and replacing all tags, disabling all query strings and using manual tags, but it makes no difference.  Any idea why this would happen?  And if I did want to change the module CSS, where is it located?

Thanks,

D

 
New Post 9/2/2008 12:01 PM
  Bruce Chapman
572 posts
1st Level Poster


Re: Unexpected Behaviour 

I haven't experienced the problem myself - but my guess would be that it is inter-related with your site / container skin. 

The css is located in the \desktopModules\iFinity.Tagger\ directory.  You can modify it in there.

 
New Post 9/4/2008 3:46 AM
  doggiedaddy1
12 posts
10th Level Poster


Re: Unexpected Behaviour 

I've completely deleted all submodules for tagger from all pages in the host and reinserted into a page.  The page tag module comes up without any tags in it, but the portal tag module comes up with tags left from before I deleted it.  I think that is the problem, the tag table became corrupt somehow?  How can I delete these tags easily and try to start clean or do I need to uninstall and reinstall module to do this?

Thanks,
D

 
New Post 9/4/2008 8:06 AM
  Bruce Chapman
572 posts
1st Level Poster


Re: Unexpected Behaviour 

Uninstalling  / Reinstalling will clean things up through dropping all the tag tables and starting again.

You can also clear out the tags if you're able to run some Sql.

First you need to get all the tab modules that are 'orphaned':

select Distinct TabModuleId
from ifty_TagInstanceLInk
where not exists (select TabModuleId from dnn_TabMOdules)

Then, for each of those TabModuleId values, you can execute this stored procedure:

exec ifty_ClearTagsForTabModule portalId, tabModuleId

Substitiute in the values for portalId and TabModuleId respectively.  There isn't a single 'Tag' table, the tags are stored in a complex set of interrelated tables, so you can't just delete the tags to clear them up.

 
Previous Previous
 
Next Next
  iFinity Support Forum  DotNetNuke Modu...  Tagger Module  Unexpected Behaviour
Can't find the answer?
 

If you can't find the answer and don't have time...try out the Premium Support service.  Get personal attention and get the problem fixed by an expert.

 

Support Guidelines.. Please read before posting

To get support on iFinity products and services, please search the forums for the the answer to the problem you are seeking. If you cannot find a solution, post a question in the relevant forum.   Ensure that you specify the relevant versions of the problem, and the actual error message or a detailed description of the problem.    You will need to register with this site to post on the forum.  If you have a Microsoft Live (Hotmail/Passport) account you can use that.  If you have a Open Id account you can use that.  If you neither of these, you will need to register a user Id and password.

If you wish, you can use the Premium Support Service for one-on-one support.