Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 25, 2012, 07:53:21 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Interested in joining the WebsiteBaker team?
For more Information read
here
or on our
new website
.
155479
Posts in
21708
Topics by
7757
Members
Latest Member:
rofroodoOvego
WebsiteBaker Community Forum
English
Modules
(Moderator:
Argos
)
New Admin-Tool "User Search"
Pages:
1
[
2
]
Go Down
Author
Topic: New Admin-Tool "User Search" (Read 9022 times)
Argos
Moderator
Offline
Posts: 2156
Re: New Admin-Tool "User Search"
«
Reply #25 on:
June 06, 2009, 02:02:03 PM »
Quote from: aldus on June 06, 2009, 01:43:22 PM
Only a rought idea: code2-page ...
Code:
<?php
require_once (
WB_PATH
.
"/modules/user_search/tool.php"
);
?>
Doesn't work... Nothing happens (visually, that is).
Logged
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase:
http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
aldus
Offline
Posts: 1238
Re: New Admin-Tool "User Search"
«
Reply #26 on:
June 06, 2009, 02:10:30 PM »
Hm, i've got it working here ...
but must modify line 92 inside "tool.php" of the modul, to avoid reloading-conflicts
Code:
<?php
if (!
defined
(
'WB_PATH'
)) require_once(
'../../config.php'
);
?>
Hm ... could it be the template that avoid the displaying? What happens if you set the PHP-Error-Level
up to "E_ALL&E_STRICT"?
Regards
Aldus
Logged
Argos
Moderator
Offline
Posts: 2156
Re: New Admin-Tool "User Search"
«
Reply #27 on:
June 07, 2009, 12:34:23 AM »
Quote from: aldus on June 06, 2009, 02:10:30 PM
Hm, i've got it working here ...
but must modify line 92 inside "tool.php" of the modul, to avoid reloading-conflicts
Code:
<?php
if (!
defined
(
'WB_PATH'
)) require_once(
'../../config.php'
);
?>
Hm ... could it be the template that avoid the displaying? What happens if you set the PHP-Error-Level
up to "E_ALL&E_STRICT"?
The require code mod did the trick (although it was at line 52 in my file...). Thanks!
Logged
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase:
http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
Argos
Moderator
Offline
Posts: 2156
Re: New Admin-Tool "User Search"
«
Reply #28 on:
June 07, 2009, 02:27:46 AM »
This is a VERY handy module, and the functions should be part of the regular Access section in my opinion. For now I am trying to integrate it in the users admin page with the workaround provided by aldus. It seems to work. Maybe I just make it part of my admin template if I can smooth some things out.
I have updated and revised the Dutch language file. I'll attach it.
Logged
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase:
http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
snark
Guest
Re: New Admin-Tool "User Search"
«
Reply #29 on:
July 25, 2009, 10:48:43 AM »
would it be possible to add a field to the user specs so that the telephone numbers of the users can be added?
I know this has to be done not in this module but in the 'wb/admin/users'. I just posted it here because it will make this list a lot more usefull to contact people
Logged
chio
WebsiteBaker Org e.V.
Offline
Posts: 2264
Re: New Admin-Tool "User Search"
«
Reply #30 on:
September 27, 2009, 12:18:18 PM »
I installed the module, it works fine. Thank you!
Theres a small mistake, if the admin-directory has another name (= NOT "admin")
in usersearch_result.h
tt
<form name="edituser{RESULT_USER_ID}" method="post" action="{WB_URL}/
admin
/users/users.php" target="_blank">
Logged
*weg*
avitaly
Offline
Posts: 33
Italian translation
«
Reply #31 on:
March 10, 2010, 07:32:09 PM »
Here the Italian translation
thank you
Logged
-wizard-
Offline
Posts: 149
Re: New Admin-Tool "User Search"
«
Reply #32 on:
May 21, 2010, 11:13:39 AM »
Hi Guys,
nice Tool, but there is a small "bug" in the tool.php:
At Line 223:
Code:
$resultquery .= " (groups_id LIKE '%$g_id%'";
Example:
There is the admin-group with ID=
1
, and any other group with ID=
1
1(or other like "
1
02").
If you search "all users in admin-group" then there are all users displayed where the group-id
%
1
%
!
I think the query should be something like this(Line 223):
Code:
$resultquery .= " (groups_id = '$g_id' OR group_id = '$g_id'";
Maybe, the
" OR group_id = '$g_id'"
is not relevant for some pages.
Regards
Mike
UPDATE: I'm using the (newest) 0.33b-Version
«
Last Edit: May 25, 2010, 03:38:25 PM by -wizard-
»
Logged
Leafing | my Blog: mike-haag.de | 796f752061726520612
06765656bda
quinto
Offline
Posts: 67
Re: New Admin-Tool "User Search"
«
Reply #33 on:
May 23, 2010, 04:49:21 PM »
hi
when you have a problem or a fix for user_search please specify the version ( 0.32b or 0.33b ), it will be easier for me to apply the fix for the next version.
For the moment i don't have the time to update this tool and to fix bugs but in the future i want to make an even better and complete tool with the same goals than user_search.
When i will have more time i will try to make an usable version of User_search which include all bugfixes listed here, thanks for your support.
Thanks to us
Logged
mviens
Offline
Posts: 57
Re: New Admin-Tool "User Search"
«
Reply #34 on:
June 25, 2010, 08:47:26 PM »
Another great looking/working WB module - thanks for this.
I found 1 small glitch:
/modules/user_search/htt/usersearch_result.htt
Line 51:
<form name="edituser{RESULT_USER_ID}" method="post" action="{
WB_URL/admin
}/users/users.php" target="_blank">
Uses {WB_URL}/admin
but I often change the admin folder name (for security purposes as I've noted somewhere in WB documentation) and this breaks the function. I replaced {WB_URL} with {ADMIN_PATH} and {ADMIN_URL} but for some reason I couldn't get it to function properly. So I finally just updated the hard-coded path to my new admin folder name. Not the best solution but it works for now...
Michael
«
Last Edit: June 25, 2010, 09:20:34 PM by mviens
»
Logged
mviens
Offline
Posts: 57
Re: New Admin-Tool "User Search"
«
Reply #35 on:
February 21, 2012, 02:10:28 AM »
I'm not sure if anyone is still maintaining this module, but I've just upgraded a site from WB v2.7 to v2.8.2 SP2 R1532 Admin version 1.6 and I am now having problems with the User Search function.
1) Search in: the layout of the fields appears to be a little messed up - perhaps a css issue...
2) Search results page: I can perform a search but if I click on the Username to view a client's records, it loads /users/users.php but the page is blank.
It works fine on another site I have running WB v2.8.1, Revision 1287, Admin version 1.4.
Thank you for any insight.
Michael
«
Last Edit: February 21, 2012, 02:13:16 AM by mviens
»
Logged
dbs
WebsiteBaker Org e.V.
Offline
Posts: 3714
Re: New Admin-Tool "User Search"
«
Reply #36 on:
February 21, 2012, 07:58:28 AM »
You could test the latest version of UserExtend.
http://www.websitebaker2.org/forum/index.php/topic,23362.msg158364.html#msg158364
The link to users/users.php works fine and give you maybe the solution for UserSearch.
Logged
marmot
Offline
Posts: 204
Re: New Admin-Tool "User Search"
«
Reply #37 on:
February 22, 2012, 02:36:56 PM »
Hi,
Quote from: mviens on February 21, 2012, 02:10:28 AM
I'm not sure if anyone is still maintaining this module,...
in this case I did. Try the version appended (I called it version 0.4) and report how it works. See info.php if you want to know more details.
regards
Edit: Additional (but not translated) fields in NL.php and FR.php to avoid errors with this language settings.
«
Last Edit: February 23, 2012, 09:35:00 AM by marmot
»
Logged
Pages:
1
[
2
]
Go Up
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
=> Security Announcements
=> Documentation
=> WebsiteBaker Website Showcase
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.9
===> Announcements
===> Help/Support
=====> Modules / Extensions
===> Suggestions
===> Software bugs
=> Help & Support
=> Modules
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
=> jQuery
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
=> Archive (posts up to 2007)
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> WebsiteBaker 2.9
===> Ankündigungen
===> Hilfe/Support
=====> Module / Extensions
===> Vorschläge
===> Softwarefehler
===> Erfahrungs und Testberichte
=> Hilfe/Support
=> Module & Snippets
=> Templates & Design
=> Tutorials
=> jQuery
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
-----------------------------
Bakery (WB shop module)
-----------------------------
=> Bakery English
=> Bakery Deutsch
-----------------------------
KeepInTouch (Multi Contact Module)
-----------------------------
=> KeepInTouch English
=> KeepInTouch Deutsch
Loading...