And Word on a an update of this mod?
I'm having a few problem implementing it into my Forum.. Eventho it should be a problem either i'm using the style: SemiOutline
The Problem is:
I, Move files and folder to locations like it says. Edit the required files exactly like the install says, but i get seem to get an error... and no drop down box.
I noticed
ucp_profile_profile_info.html wasnt even showing a drop down box let along the locations
the part in question says change:
- Code: Select all
<td class="row2"><input class="post" type="text" name="location" size="30" maxlength="100" value="{LOCATION}" /></td>
To
- Code: Select all
<td class="row2">{LOCATION}</td>
BUT! My Style doesnt use Tables!
So i tried this....
- Code: Select all
<dt><label for="location">{L_LOCATION}:</label></dt>
<dd><select name="location" id="location" style="width: 280px;">{LOCATION}</select></dd>
It shows the Drop down Box, but doesnt pull any information from the Locations file.
It also says:
Open: adm/style/acp_users.html Find:
- Code: Select all
<input type="text" id="location" name="location" value="{LOCATION}" />
Replace With
- Code: Select all
{LOCATION}
I'm not sure what to do???? Any suggestions people?
[Need more info plz just ask.]