| Title |
changing member usergroup |
| Description |
on an integrated install |
| Message Text |
At editmembers template we have:
<IF not {INTEGRATION}>
<IF {THISMEMBERISADMIN}>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_PROFILE_USERGROUP}:</span></td>
<td class="optionscolumn"><select name="usergroup">{MEMBERUSERGROUPOPTIONS}</select>
</td>
</tr>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_EDITPROFILE_SECONDARYGROUPS}:</span></td>
<td class="optionscolumn"><select multiple size="5" name="secondarygroups[]">{MEMBERSECONDARYUSERGROUPOPTIONS}</select>
<input type="hidden" name="secondarygroups[123]" value="" />
</td>
</tr>
</IF>
</IF>
But how can we change the usergroup of a member if we do have this installation integrated with another wsnlinks ?
I change it directly at phpmyadmin at the members table, but at the integrated install it shows me always as a member not changing the usergroup.
I offered usergrop promotion to my members without realizing this difficulty so I really apreciate your help on this.
Daniel. |
| Rating |
0/5 based on 0 votes.
|
| Ownership |
peumus |
| Views |
489 views. Averaging 0 views per day. |
| Similar Topics |
|
| Submission Date |
Sep 01, 2008 - 11:54 AM |