1
mizi_
Back from Newbb archive
  • 2005/5/24 12:37

  • mizi_

  • Just popping in

  • Posts: 8

  • Since: 2004/11/16


I have some posts in Newbb archive. how can I set back from archive to display in newbb module?



2
mizi_
Re: [myMEDIA] Test my new media manager module
  • 2005/5/20 16:40

  • mizi_

  • Just popping in

  • Posts: 8

  • Since: 2004/11/16


Here is the code for Real Video (.rm and .ram)

<object 
  id
="RVOCX" 
  
classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" 
  
width="<@width@>" 
  
height="<@height@>">
 <
param name="src" value="<@mp3file@>" />
 <
param name="autostart" value="<@autostart@>" />
 <
param name="controls" value="imagewindow,all" />
 <
param name="console" value="video" />
 <
embed 
  type
="audio/x-pn-realaudio-plugin" 
  
src="<@mp3file@>"
  
width="<@width@>"
  
height="<@height@>"
  
autostart="<@autostart@>" 
  
controls="imagewindow,all"
  
console="video">
 </
embed>
</
object>


it's from Debase module, so you must change the parameters (@autostart@, @mp3file@, etc...)



3
mizi_
Re: [myMEDIA] Test my new media manager module
  • 2005/5/19 10:49

  • mizi_

  • Just popping in

  • Posts: 8

  • Since: 2004/11/16


Real Audio and Video media types (.ram or .rm) would be nice to integrate.

It seems to be a very good module. Thanks for your work.



4
mizi_
Re: XOOPS PM(Private Message)-Hack
  • 2004/12/1 21:01

  • mizi_

  • Just popping in

  • Posts: 8

  • Since: 2004/11/16


Thnx for your answer.

I have added the search hack, but when I try to type a ID or username, I can't do it. The second problem: When I click the search button, the popup window doesn't open. I think I have puted the code correctly. And I have uploaded the usersearch.php in the xoops-root directory. Where can the problem be?

echo "<form action='pmlite.php' method='post' name='coolsus'>n";
echo 
"<table width='300' align='center' class='outer'><tr><td class='head' width='25%'>"._PM_TO."</td>";
if ( 
$reply == ) {
echo 
"<td class='even'><input type='hidden' name='to_userid' value='".$pm->getVar("from_userid")."' />".$pm_uname."</td>";
} elseif ( 
$send2 == ) {
$to_username XoopsUser::getUnameFromId($to_userid);
echo 
"<td class='even'><input type='hidden' name='to_userid' value='".$to_userid."' />".$to_username."</td>";
} else {
//comment&#20966;&#29702;&#12375;&#12414;&#12377;
// echo "<td class='even'><select name='to_userid'>";
// $result = $xoopsDB->query("SELECT uid, uname FROM ".$xoopsDB->prefix("users")." WHERE level > 0 ORDER BY uname");
// while ( list($ftouid, $ftouname) = $xoopsDB->fetchRow($result) ) {
// echo "<option value='".$ftouid."'>".$myts->makeTboxData4Show($ftouname)."</option>";
// }
// echo "</select></td>";
//popup user search hack start
echo "<td class='even'>ID<input type='text' READONLY size='5' name='to_userid' />";
echo 
"&nbsp;Name<input type='text' READONLY size='10' name='to_username' />";
echo 
"&nbsp;<input type='button' name='search' value='Click' onclick='java script:openWithSelfMain("".XOOPS_URL."/usersearch.php","searchuser",450,380);' /></td>";
//popup user search hack end
}
echo 
"</tr>";
echo 
"<tr><td class='head' width='25%'>"._PM_SUBJECTC."</td>";



5
mizi_
Re: XOOPS PM(Private Message)-Hack
  • 2004/12/1 18:21

  • mizi_

  • Just popping in

  • Posts: 8

  • Since: 2004/11/16


If I want to write a new message to a member I must select it from the list. Because my site has more than 5000 members, its difficult to search. It is possible to make a field in pmlite.php to write directly the username.



6
mizi_
Re: NewBB 2.0 Final is out ?
  • 2004/11/25 3:40

  • mizi_

  • Just popping in

  • Posts: 8

  • Since: 2004/11/16


Hello MS-2001

It's possible to send me the converter from IPB module. I'm searching for it without success.

Thank you



7
mizi_
ipb > newbb converter
  • 2004/11/16 11:30

  • mizi_

  • Just popping in

  • Posts: 8

  • Since: 2004/11/16


Hello everybody,

At the first sorry for my bad english.

I have used as forum module the IPB. Since the newsbb version 2 is launched I'm very interesting to get back into the newbb.

I have searched here and in search engines for a ipb to newbb converter but I have found nothing.

Is the XOOPS team in developing a converter?

Best regards




TopTop



Login

Who's Online

159 user(s) are online (105 user(s) are browsing Support Forums)


Members: 0


Guests: 159


more...

Donat-O-Meter

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

Latest GitHub Commits