Technical Details
Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : Yourself
Forum link : ( link is hidden, you must reply to see )
Description of problem
So I was changing profile layout and now have couple issues left:1) By default hovering over profile field appears option to "Edit profile value". After I rearrange this table, the option no longer appears. Any idea how to remain same style and have the "Edit profile value" option? This is may layout now:
- Code:
<table border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN profile_field -->
<tr id="field_id{profile_field.ID}">
<td width="415px">
<div class="gen" style="font-weight: bold; font-size: 14px;">{profile_field.LABEL}</div>
<div class="gen" style="text-align: justify; padding-bottom: 5px;">{profile_field.CONTENT}</div>
<!-- BEGIN profil_type_user_posts -->
<span class="genmed">[{POST_PERCENT_STATS} / {POST_DAY_STATS}]</span><br />
<span class="genmed">
<a rel="nofollow" class="genmed" href="/st/{PUSERNAME}">{L_SEARCH_USER_POSTS} :</a><br />
- <a rel="nofollow" class="genmed" href="/sta/{PUSERNAME}">{L_TOPICS}</a><br />
- <a rel="nofollow" class="genmed" href="/spa/{PUSERNAME}">{L_POSTS}</a><br />
</span>
<!-- END profil_type_user_posts -->
</td>
</tr>
<!-- END profile_field -->
</table>
2) So for example to adjust profile I would use link:https://help.forumotion.com/profile?mode=editprofile
And to adjust RPG profile I would use:https://help.forumotion.com/rpg_sheet_edit
Yet the RPG sheet link does not work. Any ideas how to make a link for user to adjust his RPG profile?
I believe that could be done with a script adding user number to te link... but maybe there is an easier way?