292201
gronice
Re: WebSlave Project - a project managment tool
  • 2003/8/15 11:55

  • gronice

  • Just popping in

  • Posts: 30

  • Since: 2003/7/31


Next Update:

- added comments and notifications
- disabled error_report(E_ALL)

I've there are other features you'd like to see in wsProject, feel free to request them.

Next thing I'll add is a rightsystem to allow users to edit, add or show tasks/projects. But may be it'll take a while.

If there are any bugs please report them. It's not full tested at up to now.

Download v.0.6.5

Have fun
G'Ron



292202
mvandam
Re: Site Name and Slogan won't take.
  • 2003/8/15 10:48

  • mvandam

  • Quite a regular

  • Posts: 253

  • Since: 2003/2/7 2


I believe this issue was resolved in this thread:

https://xoops.org/modules/newbb/viewtopic.php?topic_id=11396&forum=7

It was due to an incorrectly created table. Probably an error with the cpanel installer, but not positive.

Could you please post here again if the same solution works for you? If so, I'd also be interested in knowing the specific hoster and the specific version of the cpanel installer (fantastico?)... Thanks!



292203
qubix
Re: Site Name and Slogan won't take.
  • 2003/8/15 10:00

  • qubix

  • Just popping in

  • Posts: 2

  • Since: 2003/8/15


I also have the same problem... I installed XOOPS tru the cPanel from my host...

Could it be possible he didn't chmod some directory's?

Please help



292204
Yoshi
Thumbnail feature in Image Manager
  • 2003/8/15 2:49

  • Yoshi

  • Just popping in

  • Posts: 8

  • Since: 2003/7/13


Hi,

I think it'd be great if there's an improved Image Manager available that's compatible with Image Magick module or NetPBM, so that it automatically generates thumbnail images on which readers can click and see a pop-up image in the ogirinal size.

What do you say?

Yoshi



292205
einherjer
Re: SOLVED - Making Xoops CONTENT Multilingual *Fixed Code Quote problem*
  • 2003/8/15 0:54

  • einherjer

  • Just popping in

  • Posts: 30

  • Since: 2002/11/8


Thanks a lot hsalazar!

Just edited the files and it works great!

As ich can see all select boxes works correct now



292206
bevege
Xoopsgallery only showing some albums after move to new server
  • 2003/8/14 23:17

  • bevege

  • Just popping in

  • Posts: 17

  • Since: 2003/2/24


I'm moving my XOOPS install from one server to another. After reading several post on this forum the move went very smooth (only took like 20 minutes) except my xoopsgallery module.

When I click gallery in the menu it goes to the gallery but only 2 or 3 of the albums actually have pictures. When I look at the total number of pictures it is correct and the pictures are actually in the albums on the hard drive but they don't show up. I've checked the file permissions and all of the albums are the same whether the pictures show up or not. BTW, the random picture function will show pictures that done't show up in the galleries.

Any help would be appreciated.

Old server:
RH 7.3
256 MB ram
Apache 1.3.27
PHP 4.1.2
Mysqld 3.23.56-1.73

New Server
RH 9.0
256 MB ram
Apache 2.0.40
PHP 4.2.2
Mysql 3.23



292207
hsalazar
Re: SOLVED - Making Xoops CONTENT Multilingual *Fixed Code Quote problem*
  • 2003/8/14 18:15

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


einherjer:

One thing at a time. Here's what you need to do to successfully hack the options in a select box.

1) First, go to your database and in the table xoops_topics change the field topic_title from varchar(50) to varchar(255). This is so you have ample space to write the topic name in the database.

2) Open your file admin/index.php and look for the function modTopic() around line 226. Look for the place where the input text box is defined and instead of having 20 and 40 as the values for size and maxlength, set them to 40 and 250, so the page lets you write enough characters.

3) The function you mention is not the place to change site-wide the select boxes. For that, open your file class/xoopstree.php and look for function makeMySelBox(...). There, just before the line:

echo "<option value='$catid'$sel>$name</option>\n";

add a line saying:

$name $myts->makeTboxData4Show($name);


This has the effect of passing the variable $name through the sanitizer, and since this is hacked, it will display the correct string in your site's select boxes.

I think that should do it. Hope it helps.

Cheers.



292208
einherjer
Re: SOLVED - Making Xoops CONTENT Multilingual *Fixed Code Quote problem*
  • 2003/8/14 17:28

  • einherjer

  • Just popping in

  • Posts: 30

  • Since: 2002/11/8


Thank you for this great hack, i was looking for something like this a long time.

Currently i try to apply it to a testsite an also integrate it in the modules and blocks i use and into the administration section.

I hope someone can help me with some problems i have:

- Select boxes (drop-down menus)
eg. if i activate the navigation box in the news i have all two languages (german/english) and i found no way to change this :(

the html output of the drop down menu looks like this:
Quote:
<form name="form1" action="index.php" method="get">
<select name='storytopic'>
<option value='0'>----</option>
<option value='2'>[german]Allgemeines[/german][english]Common[/english]</option>
<option value='3'>[german]Gilden intern[/german][english]Guildnews[/english]</option>
<option value='5'>--&nbsp;Homepage</option>
<option value='4'>[german]Gildenausflüge[/german][english]Guild forays[/english]</option>
</select>


i think the following function have to be changed:
Quote:
if ( $xoopsModuleConfig['displaynav'] == 1 ) {
$xoopsTpl->assign('displaynav', true);
$xt = new XoopsTopic($xoopsDB->prefix('topics'));
ob_start();
$xt->makeTopicSelBox(1, $xoopsOption['storytopic'], 'storytopic');
$topic_select = ob_get_contents();
ob_end_clean();
$xoopsTpl->assign('topic_select', $topic_select);
$storynum_options = '';
for ( $i = 5; $i <= 30; $i = $i + 5 ) {
$sel = '';
if ($i == $xoopsOption['storynum']) {
$sel = ' selected="selected"';
}
$storynum_options .= '<option value="'.$i.'"'.$sel.'>'.$i.'</option>';
}
$xoopsTpl->assign('storynum_options', $storynum_options);
} else


as this applys to many select boxes through XOOPS a solution would be great - i have no idea how to get this to work.

- some blocks (eCal)
I got some other blocks to work (polls, whos online,...) but not the next events block from eCal:
Quote:
function eCal_nextn() {
//
// Next N Events block
//
global $xoopsDB, $xoopsConfig;
$block = array(); include($xoopsConfig['root_path']."/modules/eCal/cache/config.php");
$block['title'] = str_replace('%N', $nextncount, _MB_ECAL_NEXTN) ;
// how many events to show?
$numEvents = $nextncount;
$usertimevent = (userTimeOffset()*3600) +time();
$start = date("Y-m-j", addDays(0, $usertimevent))." 00:00:00";
$query = "SELECT subject, stamp FROM ".$xoopsDB->prefix("eCal")
." WHERE valid='yes' AND (stamp >= '$start') AND valid='yes' order by stamp limit 0, $numEvents";
$block['content'] = content( $query,"" );
if ($block['content'] == "") $block['content'] .= _NOEVENTSCHED;
return $block;
}


Don´t worry - i dont want a complete solution but some ideas would help me i hope

PS: Sorry for the long post and ich hope my english ist readable to you



292209
eponges
Magalerie 1.6 and comments
  • 2003/8/14 2:40

  • eponges

  • Just popping in

  • Posts: 1

  • Since: 2003/2/2 1


hy,
does anyone manage to integrate comments in the magalerie module ?
I mean to really integrate it in the XOOPS comments system !

the website of the module developer doesn't work anymore so I can't find help !
thank you !



292210
jhobbs
Re: fantastico intaller
  • 2003/8/13 13:34

  • jhobbs

  • Just popping in

  • Posts: 10

  • Since: 2003/2/4 1


Site name and slogan changed, seems to work. The new values were retained, and displayed properly on the beautiful Imago06 theme!







Login

Who's Online

234 user(s) are online (158 user(s) are browsing Support Forums)


Members: 0


Guests: 234


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