292371
_mmx_
phProfession Module
  • 2003/7/26 15:00

  • _mmx_

  • Just popping in

  • Posts: 2

  • Since: 2003/7/25


Does anyone have an active project underway for building a module based on Aidan Peiser's (phpsolutions.co.uk) phProfession 2.6 standalone version?

This is a job bank with a resume uploading feature.

Such a module would require the creation of several user groups to handle module administration and recruiter login. Does anyone know if there is an API for creating groups on-the-fly during module installation?



292372
Harbinger
Re: Dynamic menu
  • 2003/7/26 2:32

  • Harbinger

  • Just popping in

  • Posts: 1

  • Since: 2002/12/16


Hey all,

I'll premise this post by stating that I am a XOOPS noob. I've had some experience with the P'Nukes, but decided to try something new.

I'm running V2.0 and everything was running smoothly until I installed Dynamenu. When I went to the homepage it was blank. Luckily, I opened the homepage in a new tab, so my admin window was still functional. I deactivated the module but was wondering if I was doing something wrong or is this module not compatible with 2.0 (or is 2.0 not backwards compatible with this module!?).

Please help!

Regards,

Harb



292373
DarkDeath
Re: Alerts for Private Messaging
  • 2003/7/25 22:15

  • DarkDeath

  • Just popping in

  • Posts: 29

  • Since: 2002/8/17


WOW... finally someone who knows whats going on! Thankyou so much for the help! However, I am unclear on where to put this.. am i putting this in my theme.php file? and am i placing this code where i want the number to showe up? or do i have to display it using $count?? Thankyou for the help so far!



292374
onokazu
Re: Alerts for Private Messaging
  • 2003/7/25 22:03

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Try the code something like below

if($xoopsUser) {
  
$pm_handler =& xoops_gethandler('privmessage');
  
$criteria = new CriteriaCompo(new Criteria('read_msg'0));
  
$criteria->add(new Criteria('to_userid'$xoopsUser->getVar('uid')));
  
$count $pm_handler->getCount($criteria);
}


$xoopsUser is the current user and $count will now contain the number of message the user have not yet read.



292375
DarkDeath
Alerts for Private Messaging
  • 2003/7/25 21:45

  • DarkDeath

  • Just popping in

  • Posts: 29

  • Since: 2002/8/17


Alrighty, well i have posted this in another forum here, but have gotten no response so iw as hoping that perhaps it would be better placed here. Firstly, I am running version RC3. Anyways I am trying to set something up so taht when a user recieves a new private message they recieve a pop up window alert saying You have # new messages in your Inbox. Click HERE to read them. Or something. OR if not in a popup just a line of text i can place somewhere pertinent that would say essentially the same thing jsut not in its own popup. ANYBODY know what im talking about?

I have a little information as I have been at this for months. I know the private mesaging system works by sending mySQL entries from one user id to another user id. Hence the columns "from_userid" and "to_userid". I believe that i will need to query through php the entire table of pvtmsgs and have it see if that users ID has any entries in the "to)userid" column, AS WELL AS in the "read_msg" column, (which i think is an entry of 1 for unread and 0 for read). Can someone help me with the rest of this puzzle?!?



292376
philou
Re: Dynamic menu
  • 2003/7/25 9:29

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


Hi !
If you need I have translate the module in French ... would you this file ?



292377
Wally
Re: Dynamic menu
  • 2003/7/25 8:32

  • Wally

  • Just popping in

  • Posts: 4

  • Since: 2003/7/3 1


Ok, thx!



292378
Niels
Re: Dynamic menu
  • 2003/7/25 8:06

  • Niels

  • Just popping in

  • Posts: 20

  • Since: 2002/4/19


Sorry,

This is not posible with the current version of DynaMenu.
It dosn't know of the sections insite My Download.

I'm intending to create a new version but i have no time to do so.

There is a Module that you can modify by hand, but i don't know the name of it at this moment.

Gut luke
Niels



292379
Wally
Re: Dynamic menu
  • 2003/7/25 7:32

  • Wally

  • Just popping in

  • Posts: 4

  • Since: 2003/7/3 1


Hmm...I don't know how to say it in another way.
Your Dynamic menu is specialized on the whole XOOPS site. It shows all the modules and sub-categories to them. I want to specialize it only on on MY DOWNLOADS module. I want a Dynamic menu show me only MY DOWNLOADS categories and sub-categories to them like:

Audio
>> Studio
>> Live
Video
>> Live
>> Clips
Other
>> Skins

e.t.c.



292380
Niels
Re: Dynamic menu
  • 2003/7/25 6:57

  • Niels

  • Just popping in

  • Posts: 20

  • Since: 2002/4/19


Hai Wally,

What do you mean, exactly?

Thanks
Niels
(The Maker of DynaMenu)








Login

Who's Online

218 user(s) are online (153 user(s) are browsing Support Forums)


Members: 0


Guests: 218


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