Skip to Content Skip to Menu

Ghost connection request, bothers me

17 years 4 months ago #38336 by steveometer
Replied by steveometer on topic Re:Ghost connection request, bothers me
i cant verify if these users were deleted by cb or J! user management, but i do not use the joomla user manager, and no other users have access to delete users (even themself)

i am running joomla 1.0.11 with cb 1.0.2 and cb login module

in my opinion i think the connection requests should not be sent until a user is verified or does first login.

im sure it would be in a future version, but in the meantime im gonna start coding for the plugin for connection count to verify that users connections are to valid user id's on profile viewing, and also have the tab show to admin only with button to check all connections

sound good?

SoM

p.s. what exact variables to i feed into $mi before i plug in the url, ect?

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
17 years 4 months ago #38337 by nant
Replied by nant on topic Re:Ghost connection request, bothers me
steveometer wrote:

in my opinion i think the connection requests should not be sent until a user is verified or does first login.


and what makes you think this doesnt happen?
In order to manually request a connection you must be able to view a members CB profile which means that both you and the member must be active members. First login does not play into this.

im sure it would be in a future version, but in the meantime im gonna start coding for the plugin for connection count to verify that users connections are to valid user id's on profile viewing, and also have the tab show to admin only with button to check all connections

sound good?


sounds like a waste of effort.

p.s. what exact variables to i feed into $mi before i plug in the url, ect?


have no idea what you are asking..

Please Log in or Create an account to join the conversation.

17 years 4 months ago #38352 by steveometer
Replied by steveometer on topic Re:Ghost connection request, bothers me
nant wrote:

steveometer wrote:

p.s. what exact variables to i feed into $mi before i plug in the url, ect?


have no idea what you are asking..


When making an array for a menu item:
[code:1] $mi = array(); $mi["_UE_MENU_STATUS"]["High Scores"]["Played"]=null;
$this->addMenu( array( "position" => "menuList" ,
"arrayPos" => $mi ,
"caption" => $scorecount,
"url" => "" ,
"target" => "" ,
"img" => "" ,
"alt" => "" ,
"tooltip" => ""«») );
[/code:1]

such talk is digression... i have another thread elsewhere about this.....


AHEM

so the ghost connection requests....

so far i have a menu item to count how many connections a person has...

there can be a query put in that does DELETE FROM #__comprofiler_members * WHERE managerid=xx AND approved=0
trigger it onAfterMannageConnections

SoM

Please Log in or Create an account to join the conversation.

  • dartagnan
  • dartagnan
  • OFFLINE
  • Posts: 18
  • Thanks: 0
  • Karma: -1
17 years 3 months ago #40684 by dartagnan
Replied by dartagnan on topic Re:Ghost connection request, bothers me
ok so how do you remove these requests? do you have to actually go in the database as proposed in the first page?
I actually deleted a user via the normal user manager of joomla 1.0.12 (it was just a test users I had made). So now I have this ghost connection request. I tried to do the sync that didn't make it go away, and tried to register a new user with the same characteristics, but nothing did it...
Will try to go in the database now...
thanks for any reply

Planet Asia Asian tradition culture and community

Please Log in or Create an account to join the conversation.

17 years 3 months ago #40690 by steveometer
Replied by steveometer on topic Re:Ghost connection request, bothers me
what i wound up doing was manually removing connection requests that had userid of 0...

what really needs to be done is to have cb remove all connections and requests on user deletion...

the other thing that would be nice is if there was a way to force admin side user manager for core joomla automatically load the cb user manager instead... similar to force cb registration...

SoM

Please Log in or Create an account to join the conversation.

  • maff23uk
  • maff23uk
  • OFFLINE
  • Posts: 1
  • Thanks: 0
  • Karma: 0
17 years 1 month ago #46310 by maff23uk
Replied by maff23uk on topic Re:Ghost connection request, bothers me
I have one ghost connection due to manually deleting a 'test' member before decling/accepting the connection request in the frontend.

I have synchronized the user tables using CB Tools as you suggested but this had no effect, the ghost connection request is still there.

This is driving me crazy, is there anything else you can do to get rid of it?!

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum