257391
Fredrik
newBB, posts not marked as read for some users
  • 2004/5/13 10:54

  • Fredrik

  • Just popping in

  • Posts: 26

  • Since: 2004/4/21


I have a few users who complain that read posts in newBB still shows up as non-read.

Any suggestions on what might be wrong?





257392
Mithrandir
Re: quick question on modification

This is not a long post

The site, you are looking at, has changed the template showing news items (modules/news/templates/news_item.html - or clone the default template and edit the cloned news item through administration menu -> system admin -> templates)

The template for the news item says where to place the various elements, which makes up a news item, using Smarty templates, which is like HTML with some added programming elements.

Try this for a news_item template instead (I have just moved the imagelink to a separate cell (which will probably make it look somewhat weird, but there is something for you to work with )
<table cellpadding="0" cellspacing="0" class="item">
    <
tr>
        <
td>
        <
table cellpadding="0" cellspacing="0" width="98%">
            <
tbody>
                <
tr>
                    <
td class="itemHead">
                        <
span class="itemTitle"><{$story.title}></span>
                    </
td>
                </
tr>
                <
tr>
                    <
td class="itemInfo">
                        <{if 
$story.poster != ''}><span class="itemPoster"><{$lang_postedby}> <{$story.poster}></span><{/if}>
                        <
span class="itemPostDate"><{$lang_on}> <{$story.posttime}></span> (<span class="itemStats"><{$story.hits}> <{$lang_reads}></span>)
                    </
td>
                </
tr>
                <
tr>
                    <
td>
                        <
div class="itemBody"><{$story.imglink}></div>
                    </
td>
                    <
td><div class="itemBody">
                            
                            <
class="itemText"><{$story.text}></p>
                        </
div>
                    </
td>
                </
tr>
                <
tr>
                    <
td class="itemFoot">
                        <
span class="itemAdminLink"><{$story.adminlink}></span>
                        <
span class="itemPermaLink"><{$story.morelink}></span>
                    </
td>
                </
tr>
             </
tbody>
         </
table>
      </
td>
  </
tr>
</
table>



257393
fredski
Re: "Printer Friendly" logo
  • 2004/5/13 9:51

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


The problem I have is where the file for the logo that is printed on the generated printer friendly page is. My site logo is fine, but when i go to an article, say tinycontent, the logo at the top of the printer firendly page is Xoops.
What and where do I need to change to have my logo where I want it placed? I know the logo.gif is in the images folder, but whats the file I need to change to alter the layout of that page????????
I also want to put at the bottom of the page where it generates 'This article comes from' & 'The URL for this story is:' the contact details i.e phone, fax and email.



257394
Mithrandir
Re: Fix for: js calendar - first popup showing start date from setrange()

Great, thanks.

This bug has ... erhm... bugged me for a long time, but my JavaScript skills are below zero.

I'll see to it that this one and your xoopstree bugfix are put in XOOPS 2.0.7



257395
fredski
Re: Installing themes
  • 2004/5/13 8:51

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


Try these places too, for a range of themes, The ucberkely liquid theme HERE with tabs is a nice theme to get, also the 7dana - clean is a good simple clean theme HERE to go for.

xoops-themes.org

incama.nl

7dana.com

Hope that helps ;¬)



257396
Herko
Re: help.."view account" in user menu
  • 2004/5/13 8:50

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


Yes, since you edited your mainfile.php, make absolutely certain that there is no space or empty line after the closing ?>

Herko



257397
jlz78
Re: help.."view account" in user menu
  • 2004/5/13 8:41

  • jlz78

  • Just popping in

  • Posts: 12

  • Since: 2004/2/24


I use to works from my PC and then transfer the all XOOPS directory to my web host. I had noticed that somethimes due to FTP problem somes files are not completely transfered to the host and I got some error when running xoops. Maybe you can check if you files are complete by downloading a complete XOOPS directory to your PC and compare files between your PC and the hosted xoops. generally PHP files ends with the line
"question mark bigger"
?>




257398
Catzwolf
Re: WF-Section V2 Beta Now Released
  • 2004/5/13 8:09

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Quote:

brash wrote:
Catz ?? You there? ........

If you come back I'll promise to play nice


I'm still here and reading your posts, but I am busy at the mo.

Sorry for the delay on the next beta but some of the bugs posted needed some code re-writes.




257399
longhair
Re: Where do I find XOOPS?
  • 2004/5/13 7:56

  • longhair

  • Friend of XOOPS

  • Posts: 70

  • Since: 2004/3/29


This is a very common question - you're not alone

Perhaps an idea would be to replace the text 'Xoops 2.0.6' with 'Download XOOPS 2.0.6' to save further people asking



257400
Herko
Re: tables already exist?
  • 2004/5/13 7:51

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


OK, if you can get into the site's admin section (the XOOPS admin, not the domain admin), then the mainfile.php is correct and can be left alone. Now go to the admin section of your site and turn on php-debug (system admin->preferences->general settings). Then open a new window and go to the homepage, and see what is causing the blank page (you'll get some error messages).

With those messages, we can work out a solution.

Herko







Login

Who's Online

211 user(s) are online (126 user(s) are browsing Support Forums)


Members: 0


Guests: 211


more...

Donat-O-Meter

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

Latest GitHub Commits