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


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] User Titles In reply to
Thanks Andy for teaching an imbecile.. Smile