[TYPO3-english] tt_news not displaying when users are logged in

David info at collectivesessions.com
Fri May 13 16:13:30 CEST 2011


Thanks for your reply Kay!  Here is more info on some of the configurations
(below).  I didn't completely understand some of the items requested, so let
me know if I left something out.  Thanks! -David

Page - News - Plugin: Tab General Settings
------------------------------------------
What to display: Standard LIST
Order By: Date/Time
Ascending or Descending: Descending
Category Mode: Show items with selected categories (OR)
Category Selection: In the news
Use subcategories: Defined by Typoscript
Archive Setting: Show non-archived

Page - News - Plugin: Tab Template
----------------------------------
Only value filled out here is the Template file reference, which is
displayed below


Page - News - Plugin: Tab Category Settings
-------------------------------------------
Category Image Link Mode: Defined by Typoscript
Category Text Link Mode: Defined by Typoscript

Page - News - Plugin: Tab Other Settings
----------------------------------------
PageId for single news display: News Detail
PageId for single news display: Defined by Typoscript


Page - News - Access
--------------------
Nothing selected


Template - Template Record
--------------------------
config.index_enable=1

# Default PAGE object:
page = PAGE
page.typeNum = 0
page.10 = USER
page.10.userFunc = tx_templavoila_pi1->main_page

######################
# Localization
######################
#config.sys_language_overlay = hideNonTranslated
config.linkVars = L
config.doctype = xhtml_trans
config.metaCharset = utf-8
config.renderCharset = utf-8
config.language = en
config.sys_language_uid = 0
config.uniqueLinkVars = 1
config.sys_language_mode = content_fallback
config.sys_language_overlay = hideNonTranslated

[globalVar = GP:L=en]
  config.sys_language_uid=0
  config.language = en
  config.locale_all = en_EN.utf8
  config.htmlTag_langKey = en 
[global]
[globalVar = GP:L=de]
  config.sys_language_uid=1
  config.language = de
  config.locale_all = de_DE.utf8
  config.htmlTag_langKey = de
[global]


######################
# Real URL
######################
config.simulateStaticDocuments = 0
config.baseURL = URL REMOVED
config.prefixLocalAnchors = all
config.defaultToHTMLsuffixOnPrev = 1


######################
# Navigation
######################
# Menu 1 cObject
lib.nav = HMENU

# First level menu-object, textual
lib.nav.1 = TMENU
lib.nav.1 {

  # Normal state properties
  NO.allWrap = <li><span> | </span></li>
  NO.stdWrap.htmlSpecialChars = 1

  # Enable active state and set properties:
  ACT = 1
  ACT.stdWrap.htmlSpecialChars = 1
  ACT.allWrap = <li class="selected"><span> | </span></li>
}

# SubMenu cObject
lib.subnav = HMENU
# Second level menu-object, textual
lib.subnav.1 = TMENU
lib.subnav.entryLevel = 1 
lib.subnav.1 {

  wrap = <div id="subnav_inner"><ul>|</ul></div>

  # Normal state properties
  NO.allWrap = <li><span> | </span></li>
  NO.stdWrap.htmlSpecialChars = 1

  # Enable active state and set properties:
  ACT = 1
  ACT.stdWrap.htmlSpecialChars = 1
  ACT.allWrap = <li class="selected"><span> | </span></li>
}

######################
# News
######################
plugin.tt_news{
  displayLatest.date_stdWrap.strftime=%e.%m.%y
  displaySingle.date_stdWrap.strftime=%e.%m.%Y
  displayList.date_stdWrap.strftime=%b %Y
  displayList.time_stdWrap.strftime=%e.%m.%y %H:%M
}



Template File Reference
-----------------------
<!-- ###TEMPLATE_LIST### begin
            This is the template for the list of news in the archive or news
page or search
        -->
                
        
    <div class="news-list-container" id="news_listing_container">
    ###NEWS_CATEGORY_ROOTLINE###
        <!-- ###CONTENT### begin
              This is the part of the template substituted with the list of
news:
        -->
            <!-- ###NEWS### begin
                Template for a single item
            -->
                <div class="news_list_item">
                    <div
class="news_list_image"><!--###LINK_ITEM###-->###NEWS_IMAGE###<!--###LINK_IT
EM###--></div>
                    <div class="news_list_content" class="content">
                        <div class="news_list_date">###NEWS_DATE###</div>
                        <div
class="news_list_title"><!--###LINK_ITEM###-->###NEWS_TITLE###<!--###LINK_IT
EM###--></div>
                        <div
class="news_list_links">###LO_DOWNLOADS###</div>
                        <div class="news_list_links
news_list_links_downloads"><!--###LINK_ITEM###--><a
href=""><pre>###NEWS_LINKS###</pre></a><!--###LINK_ITEM###--></div>
                    </div>
                </div> 
                
               
               
            <!-- ###NEWS### end-->
        <!-- ###CONTENT### end -->
    ###BROWSE_LINKS###
    </div>


<!-- ###TEMPLATE_LIST### end -->

-----Original Message-----
From: typo3-english-bounces at lists.typo3.org
[mailto:typo3-english-bounces at lists.typo3.org] On Behalf Of Kay Strobach
Sent: Thursday, May 12, 2011 11:40 PM
To: typo3-english at lists.typo3.org
Subject: Re: [TYPO3-english] tt_news not displaying when users are logged in

Hi,

are there restrictions

a) in the content element
b) defined in TS template
c) in the single news
d) in the categorie

?

Regards
Kay


Am 13.05.2011 04:30, schrieb David:
> Hello, I've encountered an issue with tt_news and can't seem to find a
> solution.  Users coming to the site see the tt_news LIST items.  Once they
> login using the built-in login component, they no longer see the news
> listing.though other page content items are displayed.   The are no access
> restrictions in the Access box.  When they logout, they can see the news
> again.
> 
>  
> 
> I am using TYPO3 4.4.4 and the latest version of tt_news.  Any thoughts on
> this would be greatly appreciated.
> 
>  
> 
> Thanks! -David
> 


-- 
http://www.kay-strobach.de - Open Source Rocks
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list