
I would like to remove the 'Single' and 'Couple' and add in a selection
for 'Standard'. I'm not sure why the Standard membership isn't a choice
here but I'm sure they had some braniac reason why not....
Also, has anyone noticed how you can't set basic commands here, like aligning the image left of the text?
http://towtalk.net ... Hosted by Zarconia.net! |
BUMP.
This should be easy. I would appreciate anyone who can help me change it
http://towtalk.net ... Hosted by Zarconia.net! |
/administration/profiles.php around line 199 or so remove these two lines:
$aItems = array_merge($aItems, $MySQL->getAll("SELECT 'type' AS `by`, 'single' AS `value`, COUNT(`ID`) AS `count` FROM `Profiles` WHERE `Couple`='0'")); $aItems = array_merge($aItems, $MySQL->getAll("SELECT 'type' AS `by`, 'couple' AS `value`, COUNT(`ID`) AS `count` FROM `Profiles` WHERE `Couple`<>'0' AND `Couple`>`ID`"));
https://dolphin-techs.com - Skype: Dolphin Techs |
All that bumping ... hmmm https://dolphin-techs.com - Skype: Dolphin Techs |
LOL. Yep. All I need to do now is figure out how to add in a link for "Standard' members http://towtalk.net ... Hosted by Zarconia.net! |
The code is pretty much right infront of you. you just need to switch it up a bit. https://dolphin-techs.com - Skype: Dolphin Techs |
The code is pretty much right infront of you. you just need to switch it up a bit.
LOL! Have you ever seen what happens when I take php code and "switch it up a bit?"
http://towtalk.net ... Hosted by Zarconia.net! |
The code is pretty much right infront of you. you just need to switch it up a bit.
LOL! Have you ever seen what happens when I take php code and "switch it up a bit?"
LOL no i have not sorry...
https://dolphin-techs.com - Skype: Dolphin Techs |
I've tried. I can't figure it out. Y'all just like to watch me squirm eh?
How do I sort by 'Standard' membership?
http://towtalk.net ... Hosted by Zarconia.net! |
I've tried. I can't figure it out. Y'all just like to watch me squirm eh?
How do I sort by 'Standard' membership?
Hell, you can't even search by member type from that screen. Useless piece of junk... ALL I WANT IS A LIST OF THE FREAKIN STANDARD MEMBERS! Is that so much to ask?
http://towtalk.net ... Hosted by Zarconia.net! |
The user management section of Dolphin is a pig. If you create any custom memberships and the volume of members get into the thousands, controlling or managing that membership is going to be a herculean task.
Someone needs to mod this section and improve it. To start, there should be a management page for each type of membership where you can easily look at details for each member in line format for that membership type, edit it on the fly and then with the simple click of a check box, authorize them. Opening the profile page for each member, making the changes, saving the changes, closing the page, going to member admin, opening the page, selecting the membership type, then finding the next member is just an idiotic way to lay it out. Only a geek that has no life and wants to spend hours authorizing 50 or a hundred new members every day would do that.
http://towtalk.net ... Hosted by Zarconia.net! |