Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
Re:ProfileBook 1.0 - notify in cb_login
Date: 2008/08/17 20:19 By: sunnyjey Status: CB Doc subscriber  
Karma: 4  
Junior Joomlapolitan

Posts: 45
graphgraph
I really appreciate the way you are helping me out to sort this issue.

I have successfully executed both Sql for new and existing users without any error.

But still i cannot see enabled 'Notify Me' button in the backend. I have attached screen shot of Profile book taken after Sql execution.

Click here to see the profile of this user The administrator has disabled public write access.

Re:ProfileBook 1.0 - notify in cb_login
Date: 2008/10/27 09:07 By: 1234bembe Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 3
graphgraph
Hi there,

first, my english is very bad, but i hope u understand me.

Now, thx for the feature to display new Guestbookentrys.

I use the mod_notify to see if there new Entry.
In the Profilebook is the option "mark as read" and both worked realy fine.

But, i have a question. It is possible with SQL mark all entrys as read from all my Users.

My Page has over 1000 Members and some Users have over 100 entrys.
Mark 100 entrys as read is not fine for my Users.

Can you help me?
Is there an SQL to do this?

Thx, i hope u understand me.
Bembe
Click here to see the profile of this user The administrator has disabled public write access.

Re:ProfileBook 1.0 - notify in cb_login
Date: 2008/10/27 16:04 By: user8600 Status: CB Doc subscriber  
Karma: 2  
Fresh Joomlapolitan

Posts: 22
graphgraph
UPDATE TABLE `jos_comprofiler_plug_profilebook` SET `status` = '1' where `status` = '0'

sollte alle Nachrichten auf gelesen setzen...
should mark all messages as old...
Click here to see the profile of this user The administrator has disabled public write access.

Re:ProfileBook 1.0 - notify in cb_login
Date: 2008/10/27 16:34 By: 1234bembe Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 3
graphgraph
user8600 wrote:
UPDATE TABLE `jos_comprofiler_plug_profilebook` SET `status` = '1' where `status` = '0'

sollte alle Nachrichten auf gelesen setzen...
should mark all messages as old...



Hallo, hab vielen Dank für die schnelle Antwort

Leider funktioniert es so leider nicht und ich bekomme einen Error:

Code:

  MySQL meldetDokumentation #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL  server version for the right syntax to use near 'TABLE `jos_comprofiler_plug_profilebook` SET  `status` = '1' WHERE `status` = '0'' at line 1 



Weißt du evtl. noch eine Lösung?

Mfg. 1234bembe
Click here to see the profile of this user The administrator has disabled public write access.

Re:ProfileBook 1.0 - notify in cb_login
Date: 2008/10/27 16:40 By: 1234bembe Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 3
graphgraph
Okay, hat sich erledigt.
Der für mich richtige Befehl lautete wohl:

UPDATE `jos_comprofiler_plug_profilebook` SET `status` = '1' where `status` = '0'


TABLE scheint da wohl ein Problem gewesen zu sein.

hab vielen Dank nochmal.
Klasse.

Gruß 1234bembe
Click here to see the profile of this user The administrator has disabled public write access.

Re:ProfileBook 1.0 - notify in cb_login
Date: 2008/11/03 21:48 By: steveometer Status: User  
Karma: 4  
Senior Joomlapolitan

Posts: 86
graphgraph
i want to know why i need a new cb_login

i wrote many plugins for cb, and the new onafterlogoutform is nice, i have stats blox there for com_purps, com_paypal, com_jim and com_karma

Code:

 $_PLUGINS->registerFunction'onAfterLogin''plugCbNotify''getProfileBookTab' );



SoM
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC3, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login