41
migoe
Re: Is there a guestmap-module?
  • 2004/7/2 21:07

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


Dear Dave_L,

this is what i'm looking for.
Quote:
I was thinking of porting that as a XOOPS module

I would be very amused if you could do this



42
migoe
Re: New wysiwyg Editor for xoops needs testers
  • 2004/6/27 14:13

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


Hi samuels,

will THIS be THE HTML-Editor in Xoops-Core or is it a "Try" of you?

Can you give us a little tutorial how it can integrate in some other modules?

I MUST say "Great work" and hope you will release a final or beta soon

migoe



43
migoe
What's wrong with notifications?
  • 2004/3/31 10:50

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


Not sure, but i think, since 2.0.6 the notifications on my site do not work korrekt. I can activate notifications in the notification-blocks of the modules that have implemented it. But i, an the visitors of my site have no access to the activated notifications. When i go to www.mysite.com/notifications.php there comes only a blank page, nothing else. The debug-mode (php, smarty and mysql) is active but no reaction.
I have override the file with a newer AND a older version, but no effect!

Is it a bug or am i too silly?

migoe



44
migoe
Re: Private Messages: Outbox
  • 2004/3/31 9:38

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


Dear topet05,

thank you very much for this super duper usefull "Temporary Soluction"

It works very well. But 1 question i have: How can i change the order of the pns from "older first" to "latest first"?

I hope for a reply...

migoe

Edit:
I found the solution!

In file "mpenviadas.php" you must do that:
<?php

$xoopsOption
['pagetype'] = "pmsg";
include_once 
"mainfile.php";

if ( !
$xoopsUser ) {
    
$errormessage _PM_SORRY."<br />"._PM_PLZREG."";
       
redirect_header("user.php",2,$errormessage);
} else {
    include 
XOOPS_ROOT_PATH.'/header.php';
       
$pm_handler =& xoops_gethandler('privmessage');
[
b]//    $pm_arr =& $pm_handler->getObjects(new Criteria('from_userid', $xoopsUser->getVar('uid')));
    // Modification to swap sort order
    
$criteria = new CriteriaCompo(new Criteria('from_userid',    $xoopsUser->getVar('uid')));
    
$criteria->setSort('msg_time');
    
$criteria->setOrder('desc');
    
$pm_arr =& $pm_handler->getObjects($criteria);
    
// End Modification[/b]


an in the file "lermpenviadas.php" you must fill in that:
include XOOPS_ROOT_PATH.'/header.php';
    
$criteria = new Criteria('from_userid'$xoopsUser->getVar('uid'));
    
$criteria->setLimit(1);
    
$criteria->setStart($start);
    
$criteria->setSort('msg_time');
[
b]    $criteria->setOrder('desc');[/b]
    
$pm_arr =& $pm_handler->getObjects($criteria);


Hope, this ist usefull for the others



45
migoe
Re: A Group, Band , Clan module ?
  • 2004/3/20 22:52

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


hi catscity,

there is a module named cdbase an you can find it in the download-section of xoops.org

maybe this helps you - the mod ist great but very old...



46
migoe
Re: UserPoints in 2.06 Not Working
  • 2004/3/7 13:53

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


Hey malexandria,

i have the same problem. Have you found a solution? What can i do? Please help

migoe



47
migoe
Re: problems changing domainname
  • 2004/1/9 23:27

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


hi,

i had have the same prob an find a solution in this thread

hope it can help you

migoe



48
migoe
Re: Selected template (ID: $id) does not exist
  • 2003/12/21 13:56

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


Hi Herko,

thanks for your help, but theres no effect if i done this



49
migoe
Re: Selected template (ID: $id) does not exist
  • 2003/12/21 10:49

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


Is there no man who knows this problem?

migoe



50
migoe
Selected template (ID: $id) does not exist
  • 2003/12/18 21:37

  • migoe

  • Just popping in

  • Posts: 68

  • Since: 2003/4/2 9


Please help me, i become this message, when i want to chance my templates since today, but i'm not sure what i have done?

The Version of XOOPS is 2.0.5.1 and have change the server a few days ago. Then i got the "Virtual Host"-Problem and become allways the message "Selected Module does not exist" an found this thread in this forum...where Ender solved my problem. But now, i can not change the templates - i'm very confused

migoe




TopTop
« 1 2 3 4 (5) 6 »



Login

Who's Online

213 user(s) are online (132 user(s) are browsing Support Forums)


Members: 0


Guests: 213


more...

Donat-O-Meter

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

Latest GitHub Commits