Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Name Removal

Asked Modified Viewed 2,203 times
L
lunar21
L
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
asked
Junior Member

Hello everyone,

I have a quick and hopefully simple question. When I post something or post a photo in the photo gallery, it shows my name. Is there any way to remove my name to where it will not show any name for any type of post or photo upload? Please let me know ASAP as this is a very important thing for my client.

img411.imageshack.us/img411/438/captureobu.jpg

img227.imageshack.us/img227/7449/capture1jf.jpg

Thank you,

William
0 replies

5 posts

P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

Yes you can edit the photogallery files.

Or you can add user with neutral name.
0 replies
L
lunar21
L
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

PolarFox wrote:
Yes you can edit the photogallery files.

Or you can add user with neutral name.


Maybe you did not see both pics, I want this feature gone thruout the whole site, not just the photo gallery. How can I do that, is there an infusion I could install that would do this? Please let me know.
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

This would require a rewrite of many core files throughout your site which would make upgrading very problematical.

If you really need it, try asking on mods site: http://mods.php-fusion.co.uk/
0 replies
L
lunar21
L
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

Philip wrote:
This would require a rewrite of many core files throughout your site which would make upgrading very problematical.

If you really need it, try asking on mods site: http://mods.php-fusion.co.uk/


Ok thank you good sir. I think I will keep it the way it currently is for now.
0 replies
W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

You may be able to do something without modding any core files using the core function replace_in_output().

You could try to make a panel with this code only, edit user name and id and then enable the panel:

$target = "xxxxx"; // Enter your user name to strip
$replace = "";
replace_in_output($target, $replace);

$target = "\?lookup=1"; // enter you user id to strip e.g. 1
$replace = "";
replace_in_output($target, $replace);


Read more on the core function:

http://code.starefossen.com/infusions...t-handling

Cannot say if it will cause any trouble somehow, but if it does, then you can delete the panel.

If you need more help you should probably ask on the mods site.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 5 posts
  • Votes 0 votes
  • Topic users 4 members

4 participants

W
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
H
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
L
L
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet