Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Notifications in admin

10 years 11 months ago
  • Luis D's Avatar
    Topic Author
  • Luis D
  • Offline
  • Fresh Boarder
  • Posts: 85
  • Thank you received: 0
Licenses:
JomSocial Expired

Good morning, I get notifications on 12 outstanding members, but when you click to see those 12 members, I get multiplied by 5.

Attachments:
10 years 11 months ago
Licenses:

Hi, Luis.

I assign developer to this thread.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 11 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Luis,

Can you provide me phpmyadmin access, please? I need debug the database directly..

thank you

10 years 11 months ago
  • Luis D's Avatar
    Topic Author
  • Luis D
  • Offline
  • Fresh Boarder
  • Posts: 85
  • Thank you received: 0
Licenses:
JomSocial Expired

I just edit the first post to add details php myadmin

10 years 11 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Luis,

This is valid bug, and already added to our bug list.

Thank you

10 years 11 months ago
  • Luis D's Avatar
    Topic Author
  • Luis D
  • Offline
  • Fresh Boarder
  • Posts: 85
  • Thank you received: 0
Licenses:
JomSocial Expired

how's the solution to the problem? increasingly notifications of new members appear to me multiplied.

10 years 11 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

well, we need improve his feature, we need add new filtering in user manager, currently we dont have "pending" user we only have "blocked" user (in current system pending is blocked and this is not correct).. so in another words we will create filter "pending" and "blocked" as well

10 years 11 months ago
  • Luis D's Avatar
    Topic Author
  • Luis D
  • Offline
  • Fresh Boarder
  • Posts: 85
  • Thank you received: 0
Licenses:
JomSocial Expired

They take much to fix this? I say this because I have a month to support and carry the 5 months locating and fixing errors and conflicts.

10 years 11 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

we will try fix this in version 3.3, because impossible fix this issue in version 3.2.1

thank you

10 years 11 months ago
  • Luis D's Avatar
    Topic Author
  • Luis D
  • Offline
  • Fresh Boarder
  • Posts: 85
  • Thank you received: 0
Licenses:
JomSocial Expired

How's the update? I get 21 days of support and continues to rise the problem of duplicate content appear acada duplicates in greater numbers.

10 years 11 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Luis,

This is the patch..

1. please open this file administrator/components/com_community/models/users.php, find this code :

if (!empty($searchQuery)) {
                    $searchQuery .= ' AND a.block=' . $db->Quote($status) . ' ';
               } else {
                    $searchQuery .= 'WHERE a.block=' . $db->Quote($status) . ' ';
                }

replace to :
$statusBlocked = $status==3 || $status==1?1:$status;
                 if (!empty($searchQuery)) {
                    $searchQuery .= ' AND a.block=' . $db->Quote($statusBlocked) . ' ';
                 } else {
                    $searchQuery .= 'WHERE a.block=' . $db->Quote($statusBlocked) . ' ';
                }

                // blocked user $status=3, pending user status=1
                if($status==1){
                    $searchQuery .= ' AND a.lastvisitDate = '. $db->Quote('0000-00-00 00:00:00') . ' ';
                }elseif($status==3){
                    $searchQuery .= ' AND a.lastvisitDate != '. $db->Quote('0000-00-00 00:00:00') . ' ';
Add a comment to this line
                 }

2. open this file administrator/components/com_community/views/users/view.html.php, find this code :
$statusArray = array(2=>JText::_('COM_COMMUNITY_ALL_USER'),0=>JText::_('COM_COMMUNITY_ACTIVITIES_ACTIVE'),1=>JText::_('COM_COMMUNITY_PENDING'));
replace to :
$statusArray = array(2=>JText::_('COM_COMMUNITY_ALL_USER'),0=>JText::_('COM_COMMUNITY_ACTIVITIES_ACTIVE'),1=>JText::_('COM_COMMUNITY_PENDING'),3=>JText::_('COM_COMMUNITY_BLOCKED'));

I hope it will fix it.

thank you

10 years 10 months ago
  • Luis D's Avatar
    Topic Author
  • Luis D
  • Offline
  • Fresh Boarder
  • Posts: 85
  • Thank you received: 0
Licenses:
JomSocial Expired

Good morning, I tried to modify the code myself, although I am not a computer, nor do I have much experience with codes, I've done locally to not break anything, and I can not run the code rather break something in jomsocial and not get verloen backend. It would be nice to make the change tn yourself?

Thank you very much.

10 years 10 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi Luis,

Well, I suggest we wait the latest stable version for fixing this, because the next version will be released soon.

Thank you

10 years 10 months ago
  • Luis D's Avatar
    Topic Author
  • Luis D
  • Offline
  • Fresh Boarder
  • Posts: 85
  • Thank you received: 0
Licenses:
JomSocial Expired

I have 14 days subscription and seeing that every time I update jomsocial problems arise that did not exist, it gives me is not enough to wait for update time, install the update, check that errors occur and add new tickets to me the resolved.

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW