Posts: 221
Threads: 14
Joined: Mar 2012
What about placing the Guild name under the name in the member info box?
That would be just nice and comfortable.
Posts: 179
Threads: 7
Joined: Feb 2012
Posts: 121
Threads: 8
Joined: Sep 2011
Good idea!
+1
Posts: 139
Threads: 5
Joined: Feb 2012
Not a bad idea. It may be possible to modify the forum profile to allow you to enter a Guild name that we would then display next to your name on your posts.
Posts: 221
Threads: 14
Joined: Mar 2012
Echo Wrote:Not a bad idea. It may be possible to modify the forum profile to allow you to enter a Guild name that we would then display next to your name on your posts.
Yeah, that's it.
Posts: 2,059
Threads: 158
Joined: Jan 2011
Easy to do I think. Working on it now between bouts of work.
Posts: 2,059
Threads: 158
Joined: Jan 2011
Figured it out, I think.
For reference, added this to legacy_postbit:
Quote: <vb:if condition="$post['field5']"><dt>Guild</dt><dd>{vb:raw post.field5}</dd></vb:if>
Posts: 221
Threads: 14
Joined: Mar 2012
Eru Wrote:<vb:if condition="$post['field5']"><dt>Guild</dt><dd>{vb:raw post.field5}</dd></vb:if>
Nice one! Thank you!
You may close this thread, I think.
Posts: 1,035
Threads: 82
Joined: May 2011
Eru I plan on upgrading forums soon so create a backup of your changes, hehe.
Posts: 2,059
Threads: 158
Joined: Jan 2011
Or I can just go in and make more changes. Most of the changes I've made are to the settings and to the .htaccess file. Are you doing an upgrade or a complete reinstall?
Posts: 1,035
Threads: 82
Joined: May 2011
Posts: 2,059
Threads: 158
Joined: Jan 2011
K, Dunno if it'll affect the theme files. Just go for it and I can add that crap back later. It was pretty easy once I knew what I was looking for. The hardest part was realizing that I should be editing legacy_postbit instead of postbit. ;p