Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

User Titles

Quote Reply
User Titles
Hi,

How do I remove the User Title function?

Thanks,

Mike
Quote Reply
Re: [Acoisa] User Titles In reply to
The easiest way would be to edit the templates to remove references of it. A quick grep lists that the 'user_title' tag is used in the following templates: include_post_display.html, post_editlog.html, user_list.html, user_view.html and whos_online.html.

Adrian
Quote Reply
Re: [brewt] User Titles In reply to
LOL, and if you don't know how to grep, run this in SSH/Telnet:

Code:
cd /full/path/to/admin/templates/default/

grep -r -l 'user_title' .

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] User Titles In reply to
Thanks Andy for teaching an imbecile.. Smile