|
Joomla Tags Support Forum :: Bugs Report |
|
|
|
|
|
Subject :Shows tags from unpuplished items!..
2009-08-09 11:21:42
|
|
|
| serk |
|
| Apprentice |
 |
Joined: 2009-08-09 17:16:41
Posts: 1
Location: |
|
|
|
|
|
<p>Hello,</p>
<p>i´ve got found a little bug in the "most read tags"-module. The module display tags from articles they are not puplished!</p>
<p>Thank for your great job. I got recommented your extensions on my german joomla news blog.</p>
<p>kind regards,</p>
<p>serk</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Shows tags from unpuplished items!..
2009-09-19 12:15:23
|
|
|
| mtif |
|
| Apprentice |
 |
Joined: 2009-08-29 11:55:27
Posts: 2
Location: |
|
|
|
|
|
|
<p>It seems that this module doesnot reference the state of the artcile, so that all tags are counted and shown even if the content article is unpublished, deleted or archived. This a shame, and I am trying to think of a way to solve without overusing a join to jos_content</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Shows tags from unpuplished items!..
2009-09-20 06:29:16
|
|
|
| mtif |
|
| Apprentice |
 |
Joined: 2009-08-29 11:55:27
Posts: 2
Location: |
|
|
|
|
|
<p>On large sites like our we can't really have the module code joined to jos_content to check the article state.</p>
<p>Maybe its most sensible to have a back end update process which removes or reinstates tags based upon the state of the original article, and either deletes or (re-)adds the appropriate values in the jos_tag_term_content table.</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Shows tags from unpuplished items!..
2009-09-25 21:55:24
|
|
|
| joomlatags |
|
| Master |
 |
Joined: 2009-02-15 12:36:41
Posts: 581
Location: |
|
|
|
|
|
|
<p>Yes, it will be much slower if join with table jos_content.<br />So I don't check the article's state at all.<br /><br />But, when click the tag, the tag will not show the unpuplished items in the items list.</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Re:Shows tags from unpuplished items!..
2009-11-05 10:33:07
|
|
|
| hli |
|
| Apprentice |
 |
Joined: 2009-11-05 17:24:19
Posts: 3
Location: |
|
|
|
|
|
<p><br /><br /><br /><br /></p>
<hr />
<div class="bbcode_quote"><br />
<div class="bbcode_quote_head">[joomlatags 2009-09-25 21:55:24]:</div>
<br />
<div class="bbcode_quote_body">
<p>But, when click the tag, the tag will not show the unpuplished items in the items list.</p>
</div>
</div>
<div class="bbcode_quote">Yes but on my page this results in a lot of empty lists and therefore useless tags...</div>
<div class="bbcode_quote">Furthermore I have a lot of uncategorized articles which get a tag list below the main text but were not shown in the items list</div>
<div class="bbcode_quote">of the corresponding tag.</div> |
IP Logged
|
|
Last Edited On: 2009-11-05 10:33:07 By hli for the Reason |
|
|
|
|
|
|
Subject :Re:Re:Shows tags from unpuplished items!..
2010-01-14 04:47:16
|
|
|
| maximba |
|
| Apprentice |
 |
Joined: 2009-12-04 15:46:39
Posts: 4
Location: |
|
|
|
|
|
<p>The current implementation seems to be the most reasonable. Maybe create an option to display a custom message when certain tag has no articles to display? Something like "Articles in this section are currently undergoing publishing process. Please come back soon"</p>
<p>Change line 89 in <span style="font-family: Helvetica, Helvetica, Arial, sans-serif; line-height: normal;">components/com_tag/views/tag/tmpl/blog.php if you chose blog layout (one release before 1.3.0) to:</span></p>
<p><?php }} else {echo JText::sprintf('Experiments in this section are currently undergoing publishing process. Please come back later');} ?></td></p> |
IP Logged
|
|
Last Edited On: 2010-01-14 04:47:16 By maximba for the Reason |
|
|
|
|
|
|
Subject :Re:Shows tags from unpuplished items!..
2010-02-17 23:59:42
|
|
|
|
|
|