121
Roby73
Re: CBB - 4.05 - beta1
  • 2012/3/3 0:44

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


If i modify an post, i have the error: (ERROR: Post not selected)
because the approved is set to 2

the error seem to be after i update php to 5.3.10

122
Roby73
Re: CBB - 4.05 - beta1
  • 2012/3/5 16:21

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


I try newbb 86.
Many bugs are fixed...
The code
$nav->url XOOPS_URL $nav->url;
work only if SEO is set, but add this code also in viewforum.php.

The seo work fine, but if the url is normal (for exeple link from google) the pagenav is wrong. www.site.com/site/site/modules.... subfolder is double.

If SEO is off
$nav->url XOOPS_URL $nav->url;
must be removed.

123
alfred
Re: CBB - 4.05 - beta1
  • 2012/3/5 16:51

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


test the SVN 87
I have update

124
Roby73
Re: CBB - 4.05 - beta1
  • 2012/3/6 0:11

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


OK ver 87 is better.
But the count of pagenav is wrong, es. if the topic have 5 page with this version have 19 page... the page 6 to 19 are repetitions of the 5. Caused from
$xoopsModuleConfig['posts_per_page'] = 2;
in viewtopic.php

The SEO is ok, but if i insert not seo url the pagenav don't work, the link remains in normal format (not seo) and if i click in the pagenav number there is a double subdir. The link are not in seo mode.

125
alfred
Re: CBB - 4.05 - beta1
  • 2012/3/6 15:53

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


you can delete the line
$xoopsModuleConfig['posts_per_page'] = 2;
this is my debug


126
Roby73
Re: CBB - 4.05 - beta1
  • 2012/3/6 16:55

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


Of course Thanks!!

But for not seo url where is the solution?

Sorry for my english i can't easily explain

You have understood my problem?
If all in seo mode is ok, example: www.site.it/modules/newbb/f-1/discussion.html and all navepag work perfectly. (clicking in all topics and forum)

But if in SEO mode i put www.site.it/site/modules/newbb/viewforum.php?forum=9 the pagenav don't work because repeat subdir (www.site.it/site/site/modules/newbb/viewforum.php?forum=9) and SEO not working if don't turn in home page of the forum..

127
Roby73
Re: CBB - 4.05 - beta1
  • 2012/3/6 23:11

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


Sorry for my stress

I try last version 90... there is a problem with templates.
In index of the forum the background style of the my site is wrong
The cause seem to be missing <fieldset> tag in newbb_index.html

128
alfred
Re: CBB - 4.05 - beta1
  • 2012/3/7 15:55

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


Quote:

Roby73 wrote:
Sorry for my stress


no Problem

Quote:
I try last version 90... there is a problem with templates.
In index of the forum the background style of the my site is wrong
The cause seem to be missing <fieldset> tag in newbb_index.html


this is removed. Whats the Problem?
it's the Problem only in this Template?

129
Roby73
Re: CBB - 4.05 - beta1
  • 2012/3/7 17:06

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


I don't know in blocks templates, i don't try.
In the forum s templates only in newbb_index.html is not correct. seem to be some tag not close correctly. I checked, but everything seems to be ok.

I try to reinsert all <fieldset> tag, the background is returned correct.

Now i try to remove <fieldset> </fieldset> one at a time, to find the point incriminated
The last version of newbb is installed in a public site with 1500 users and 80000 post, the normal activity is ok

130
Roby73
Re: CBB - 4.05 - beta1
  • 2012/3/7 22:33

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


I removed all <fieldset> tag... the problem is here:

<fieldset>
<
br />
<!-- 
start forum categories -->
<
div class="index_category">   
    <!-- 
start forum categories -->
    <{
foreachq item=category from=$categories}>

.........................................

<{/foreach}>
<!-- 
end forum categories -->
</
fieldset>


If remove also this tag, the background is wrong.

Login

Who's Online

142 user(s) are online (93 user(s) are browsing Support Forums)


Members: 0


Guests: 142


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