21
jansen
Re: Image Manger problem/xoops 2.2/IE/news module/ default theme
  • 2005/8/17 9:32

  • jansen

  • Just popping in

  • Posts: 71

  • Since: 2004/3/9 1


Same problem here. Using 2.2.1 and news 1.3.1.1. Even using default theme and templates does not work. Images are there (Right click Properties gives image location, and even Save As... works) and there is even white space at the same size as the desired image. But no image itself. Please help!
Find your spot on Earth and Wreck it!

BoardStyle Magazine...



22
jansen
Re: Fresh install of xoops
  • 2005/8/9 20:06

  • jansen

  • Just popping in

  • Posts: 71

  • Since: 2004/3/9 1


Don't forget the /uploads folder if you want to keep (for example) your photobook, and imagemanager pictures (if not stored as blob data).
If you are using NewBB2 don't forget /modules/newbb/uploads as well.

Good luck!
Find your spot on Earth and Wreck it!

BoardStyle Magazine...



23
jansen
Re: how to Clone Most Viewed Topics block in newbb2
  • 2005/2/25 9:36

  • jansen

  • Just popping in

  • Posts: 71

  • Since: 2004/3/9 1


I see no reason to copy the newbb_block.php file. I've done the method I described on my test server (newbb2 not yet online on production) and it works as needed. The newbb_block.php file is used to create multiple blocks based on some settings in xoops_version.php, so just adding a few lines in it does the trick, in the block settings you can change which forums to show (new functionality in NewBB2).



24
jansen
Re: how to Clone Most Viewed Topics block in newbb2
  • 2005/2/24 20:59

  • jansen

  • Just popping in

  • Posts: 71

  • Since: 2004/3/9 1


There is a simple and quick way to do this. Just edit the xoops_version.php file as follows:

Search for:

$modversion['blocks'][3]['file'] = "newbb_block.php";
$modversion['blocks'][3]['name'] = _MI_NEWBB_BNAME3;
$modversion['blocks'][3]['description'] = "Shows most active topics in the forums";
$modversion['blocks'][3]['show_func'] = "b_newbb_show";
$modversion['blocks'][3]['options'] = "10|0|replies|0";
$modversion['blocks'][3]['edit_func'] = "b_newbb_edit";
$modversion['blocks'][3]['template'] = 'newbb_block.html';


And add:

$modversion['blocks'][4]['file'] = "newbb_block.php";
$modversion['blocks'][4]['name'] = _MI_NEWBB_BNAME3;
$modversion['blocks'][4]['description'] = "Shows most active topics in the forums";
$modversion['blocks'][4]['show_func'] = "b_newbb_show";
$modversion['blocks'][4]['options'] = "10|0|replies|0";
$modversion['blocks'][4]['edit_func'] = "b_newbb_edit";
$modversion['blocks'][4]['template'] = 'newbb_block.html';


Save the file and update the module in the system admin. You'll see that a new block is available. You can add as many blocks as you like...

All the best,

Bob


P.S.

This is for the most recent topic, didn't see that you needed the most viewed. To do that replace line 5 with:

$modversion['blocks'][4]['options'] = "10|0|views|0";


That should do!



25
jansen
Re: NewBB not showing all topics
  • 2005/2/22 18:35

  • jansen

  • Just popping in

  • Posts: 71

  • Since: 2004/3/9 1


Think thats it! I'ver removed this buttons from the template and it's default setting is last 100 days, so everything older than 100 days is not shown. Thanks for the tip!



26
jansen
Re: NewBB not showing all topics
  • 2005/2/22 16:11

  • jansen

  • Just popping in

  • Posts: 71

  • Since: 2004/3/9 1


Any idea anybody???



27
jansen
Re: NewBB not showing all topics
  • 2005/2/21 19:20

  • jansen

  • Just popping in

  • Posts: 71

  • Since: 2004/3/9 1


I have no clue what preference that would be, but I think you misunderstood. It's not tha there are to few topics on 1 page and that I want more or something. Some topics are completely gone, while they are still counted for.

If you check my forum you'll see that for example the forum Snowboard > Indoorbanen should have 14 topics. If you enter the forum and check you'll see only 7... Thats weird isn't it????

Forum @http://www.boardstyle.nl/modules/newbb/



28
jansen
NewBB not showing all topics
  • 2005/2/21 18:26

  • jansen

  • Just popping in

  • Posts: 71

  • Since: 2004/3/9 1


I have a problem with my forum. When I'm in the viewforum.php page it shows a forum has (for example) 45 topics, of this only 22 are shown, 20 on the first page, 2 on the second (this is just an example). What happend to the 23 topics?
I have this problem while using XOOPS 2.0.7.3 and NewBB 1 on the production, but also on my XOOPS 2.0.7.3 and NewBB 2 testserver.
I've tried to synchronize the forum but this does not work, I should say this does not help. Maybe someone recognizes the problem and can help me solve it.



29
jansen
Re: Dynamic profiles
  • 2005/2/7 13:45

  • jansen

  • Just popping in

  • Posts: 71

  • Since: 2004/3/9 1


There are a lot of hacks around to make profiles exactly the way you want. I've implemented one of these hacks into my website and it works superb. It does not take a lot of programming skills to create these personal profiles, so I suppose everybody can do it.

And I really think it's a good idea to take things like this out of the core. Because if you don't need it you should be able to NOT have it. The more minimalized the core the better.



30
jansen
Re: Page navigation in Newbb1
  • 2005/2/5 19:36

  • jansen

  • Just popping in

  • Posts: 71

  • Since: 2004/3/9 1


I've updated to version 2.0.2 and still am experiencing the same problems. It says a forum has 60 topics and shows only 34, just for example. I've sychronised but it doesn't seem to help... help please




TopTop
« 1 2 (3) 4 5 6 7 »



Login

Who's Online

219 user(s) are online (155 user(s) are browsing Support Forums)


Members: 0


Guests: 219


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