Welcome, Guest. Please login or register.
March 20, 2010, 07:47:51 PM

Login with username, password and session length
Search:     Advanced search
WB 2.8.1 veröffentlicht!
Download und weitere Informationen gibt es hier .
110551 Posts in 15964 Topics by 9310 Members
Latest Member: stevenris10
* Home Help Search Login Register
+  WebsiteBaker Community Forum
|-+  English
| |-+  Modules (Moderators: Argos, BerndJM)
| | |-+  New Admin-Tool "User Search"
Pages: 1 [2] Go Down Print
Author Topic: New Admin-Tool "User Search"  (Read 5016 times)
Argos
Forum administrator
*****
Offline Offline

Posts: 1348


WWW
« Reply #25 on: June 06, 2009, 03:02:03 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
www.argosmedia.nl/portfolio (mostly WB sites)
----------------------------------------------------------------
Please don't request personal support, use the forums!
aldus
Addons Team
******
Offline Offline

Posts: 1018



« Reply #26 on: June 06, 2009, 03: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



57 65 62 73 69 74 65 20 42 61 6B 65 72 20 72 6F 63 6B 73 21
Argos
Forum administrator
*****
Offline Offline

Posts: 1348


WWW
« Reply #27 on: June 07, 2009, 01:34:23 AM »

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
www.argosmedia.nl/portfolio (mostly WB sites)
----------------------------------------------------------------
Please don't request personal support, use the forums!
Argos
Forum administrator
*****
Offline Offline

Posts: 1348


WWW
« Reply #28 on: June 07, 2009, 03: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
www.argosmedia.nl/portfolio (mostly WB sites)
----------------------------------------------------------------
Please don't request personal support, use the forums!
snoork

Offline Offline

Posts: 268



« Reply #29 on: July 25, 2009, 11: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

Offline Offline

Posts: 1617



WWW
« Reply #30 on: September 27, 2009, 01: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

avitaly

Offline Offline

Posts: 17


« Reply #31 on: March 10, 2010, 07:32:09 PM »

Here the Italian translation

thank you
Logged
Pages: 1 [2] Go Up Print 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!