|
CrewDB
|
|
| Ads |
Posted on 05/21/13 02:33
|
Bot Agent
Posts: n^x
Joined: Always
|
|
| IP: localhost |
|
|
| Domi |
Posted on 12/12/11 06:38
|

Venue Admin

Posts: 147
Joined: 24/08/05
|

* Introduce your co-workers in a more comprehensive way and with more detailed information.
* Five additional detailed information fields (Introduction,Accomplishments,Current Projects,Education, Notes).
* Easy locale changes can be done to suit your exact needs to adjust field names to your liking.
* Category selection with accessibility options
* Categorys can be on or off, names will be listed instead of categorys if they are set to off.
* You can select to only show realname field to be more strict.
* You can define sizes of category images.
* You can define sizes of user images
* You can choose to keep image ratios or not.
* Individual selections with accessibility options for almost every section of information you wish to share.
* Activity check vs site Nickname
* Automatic thumb creation from admin interface
* Random slideshow to present the people on the front.
* email / website / location / aim / msn contact details will be read from PHP-Fusion user info.
* W3C Valid , all user sections and panels.
-- View this Addon -- |
| |
|
|
| alucard |
Posted on 08/07/12 23:56
|

Newbie

Posts: 2
Joined: 07/08/12
|
how do i fix this error:
Code
Table 'frzoy_11146931_fusion.fusion5fG89_crewdb_cats' doesn't exist
i uploaded the files then went to infusions and infused it. when i go to the admin panel it gives me that message. |
| |
|
|
| Domi |
Posted on 08/09/12 19:00
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
Try opening infusion.php change the lines
TYPE=MyISAM; to ENGINE=MyISAM; |
| |
|
|
| vaesir |
Posted on 11/04/12 14:55
|

Newbie

Posts: 4
Joined: 14/03/08
|
Hi there,
Thank you for this infusion is great.
but it has a error.
Codecrewdb/crewdb.php
mktime() [<a href='function.mktime'>function.mktime</a>]: You should be using the time() function instead Line: 350
Can you tell me what I have to do change it?
Thanks |
| |
|
|
| Domi |
Posted on 11/06/12 11:36
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
Hello, open crewdb.php and change the line
$rtynow = date("Y",mktime());
to
$rtynow = date("Y"); |
| |
|
|
| vaesir |
Posted on 12/13/12 02:17
|

Newbie

Posts: 4
Joined: 14/03/08
|
Thanks.
How can I add more info in the Category page?
I would like to add the Location along side name and email.
Thanks |
| |
|
|
| Domi |
Posted on 01/01/13 09:23
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
You can move/copy the variables, if you need to add additional database info there are alot more work than that. |
| |
|