Title Won't Show...Please help

DphpBB3 Last Topics module (mod_dphpbb3_last_topics) shows the last topics from your phpBB 3.0.x forum.

Title Won't Show...Please help

Postby octobert » Thu Feb 25, 2010 5:13 am

Hi,
I can't seem to get the title to show. I have a title entered and "Show Title" is set to Yes. My site is here: http://lgm.me and the Last Topics is on the top right.

Thanks,
Tom

octobert
 
Posts: 3
Joined: Thu Feb 25, 2010 5:08 am

Re: Title Won't Show...Please help

Postby Darkick » Thu Feb 25, 2010 8:47 am

It's strange. I don't think the problem in the module, it can't do this. Try set other position to the module for test (and try to set this position for other module).

Offtopic advice: I looked at the module HTML-layout. It seems you configured module settings not optimal to show. Show screen shot or post settings and I'll give some corrections.

Darkick
 
Posts: 204
Joined: Fri Sep 04, 2009 10:16 pm
Location: Russia, Ekaterinburg

Re: Title Won't Show...Please help

Postby octobert » Thu Feb 25, 2010 1:25 pm

Ah, that got me back on the right track. I am relatively new to Joomla and I am using a custom template and still figuring things out. I forgot to put the style for the new module area I created. I still need to format it to show as I want, but at least the title showing, now. Thanks!

And, that is very generous of you to offer help with the layout...I was tinkering with this for the first time last night. A screen grab of the module view setting is below. Thank you for your help!
Image

octobert
 
Posts: 3
Joined: Thu Feb 25, 2010 5:08 am

Re: Title Won't Show...Please help

Postby Darkick » Thu Feb 25, 2010 5:25 pm

Change Columns or Rows to Columns. Now you have ten lists with one element in each, but it seems you need one list with several element in it.
In HTML you have:
Code: Select all
<ul>
  <li>...</li>
</ul>
<ul>
  <li>...</li>
</ul>
...
...
<ul>
  <li>...</li>
</ul>
<ul>
  <li>...</li>
</ul>

but must have:
Code: Select all
<ul>
  <li>...</li>
  <li>...</li>
  <li>...</li>
...
...
  <li>...</li>
</ul>

Darkick
 
Posts: 204
Joined: Fri Sep 04, 2009 10:16 pm
Location: Russia, Ekaterinburg

Re: Title Won't Show...Please help

Postby octobert » Sat Feb 27, 2010 12:45 am

Thank you for your help with this...I really appreciate it.

octobert
 
Posts: 3
Joined: Thu Feb 25, 2010 5:08 am


Return to DphpBB3 Last Topics

Who is online

Users browsing this forum: No registered users and 1 guest

cron