1
krauh
Need Help with Tiny Content
  • 2005/3/25 17:03

  • krauh

  • Just popping in

  • Posts: 70

  • Since: 2005/2/25


Im using tiny content 1.5 on my community website.
The situation is this(im pretty new to this btw):

When you go to my site and view the communities area which is using tiny content 1.5 it looks fine as intended.If you login to the website and then try to view those same pages theres nothing visible but the comment area,print story,and email this.

Ive checked the blocks and pretty much everything i can think of why wont it show content in the middle section of the page when logged in.

2
davidthomas1
Re: Need Help with Tiny Content

Hi there,

Have you checked the permission settings for your registered users group? Admin>Groups>Registered Users

They will need to have tinycontent module access and access to the tinycontent blocks.

does that help?

3
krauh
Re: Need Help with Tiny Content
  • 2005/3/27 17:38

  • krauh

  • Just popping in

  • Posts: 70

  • Since: 2005/2/25


I took a look just to be sure,module access and block access is checked for registerd users.However the block for annymous users is unchecked but they have block accsess so i tried setting the registered users to match the anon but it still didnt make a difference,so i just changed it back.Still isnt working.

Thanks for your attempt to help
I really dont understand why my registered users have less access than my annoymous viewers lol.It all goes to the same page but it sure doesnt look the same.


If anyone needs to see it for them selves i set up a account temporarily

username: Xooper_Trooper
pass: xooper

The only site where anon have more access than registered users

4
davidthomas1
Re: Need Help with Tiny Content

That is odd

Have you edited any of the module code / templates etc...?

If so, you may have inadvertently changed something to get this result.

It must have something to do with the way the $content variable contents are rendered on the screen.

There are these line in tinycontent's index.php:

ob_start();
include($includeContent);
$content = ob_get_contents();
ob_end_clean();
//$content = include($includeContent);

somehow, the problem probably comes from there. You could try uncommenting the //$content = incl... part and see if that helps,

sorry I can't help more,

good luck!

5
krauh
Re: Need Help with Tiny Content
  • 2005/3/28 16:20

  • krauh

  • Just popping in

  • Posts: 70

  • Since: 2005/2/25


Is there anything wrong in here?

This is the code in the Tiny Content Block Template

table cellspacing="0"
tr
td id="mainmenu"
{foreach item=link from=$block.links}
a class="menuMain" href="{$xoops_url}/modules/tinycontent/index.php?id=<{$link.id}>"><{$link.title}>/a
{/foreach}
/td
/tr
/table

I took out the brackets here but they are in the real block

Ill go look at the tinycontent's index.php for what you mentioned

Thanks again

6
krauh
Re: Need Help with Tiny Content
  • 2005/3/28 16:57

  • krauh

  • Just popping in

  • Posts: 70

  • Since: 2005/2/25


Ok i checked the tiny content index.php

Its looked just like you have it
Played with it (enough to get errors) hehe.
Didnt get anywhere with it so i changed it back

By uncommenting you mean removing the ($includeContent) from the //$content=include($includeContent) line?

Hey i'm new

7
davidthomas1
Re: Need Help with Tiny Content

by uncommenting, I mean remove the "//" slashes in front of the line.

Though if you haven't changed anything, it's a bit of a mystery. The template code for the main menu looks fine.

I'm not sure,

perhaps someone else can help?

8
krauh
Re: Need Help with Tiny Content
  • 2005/3/29 17:19

  • krauh

  • Just popping in

  • Posts: 70

  • Since: 2005/2/25


ok went and tried that it didnt help

Where should i find the different story ids inside my file manager in my hosting account? I can find the main one in /public_html/home/modules/tinycontent/index.php
Which is my main page for this module it list the communities when viewed logged out on the site.However i cant track down the other story ids that should link thru it (the idividual community pages) again these are all viewable while logged out of the website,but not when your logged in.In my file manager I can find the main page (which isnt viewable when logged into the site) So where are the other story id's hidden at? I dont see them in the module/tinycontent folder anywhere. Where should they be?

They have to be some where right?
They are viewable when logged out of the site but not when your logged in.

Login

Who's Online

199 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 199


more...

Donat-O-Meter

Stats
Goal: AU$15.00
Due Date: Apr 30
Gross Amount: AU$0.00
Net Balance: AU$0.00
Left to go: AU$15.00
Make donations with PayPal!

Latest GitHub Commits