It is within the e-vector theme.
I wan't visitor when they are not logged in to get the message "welkom" and not "Welkom _ANONYMOUS "
Somebody who knows the answer?
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mdee responded to »Short URL questions« 12:02 AM
- mesteele101 responded to »Problem in Database Connection« 21. May
- mesteele101 created topic »Bug in the SMTP mail transfer protocol - Port 25 - Zikula 1.2.9« 20. May
- Herr.Vorragend responded to »Clip Documentation and Doubt« 19. May
- mazdev responded to »zikula 1.3.3. and IE9« 19. May
- mesteele101 responded to »How to install Zikula for MSSQL ??? - Part II« 19. May
- mesteele101 created topic »File packaging« 16. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
can i change this message? "Welkom _ANONYMOUS "??
-
**unknown user**
- Rank: Helper
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 676
I don't have that particular theme to check. Maybe you could post a link to where you got it from.
Generally, though, look in themes/e-vector/theme.php opening it in a plain text editor like Notepad, after the section called "themeheader". Do a search for _ANONYMOUS or the whole phrase, and delete any occurence in a quoted string. It appears like that because the variable hasn't been defined, but since you want to delete it, that's not important.
Occasionally they put parts of the theme in separate files, like Top Links etc, so you could check there too if they exist.
It's always good to do a backup beforehand.
Martin -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Sep 29, 2005
- Posts: 15
I have a template that does the same thing. I just searched the whole directory and found it, in this case, in the themes/yourthemename/includes/autotheme.inc file
I changed _ANONYMOUS to Guest and all seems to still work well. -
**unknown user**
- Rank: Helper
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 676
themelabs is down at the moment :(
Well, the variable _ANONYMOUS is defind in lang/[LANGUAGE, eg 'eng']/global.php
there's a Define command:
define('_ANONYMOUS','Guest');
or at least should be. But he wants to delete the line where it appears, and for that he has to find the line in the theme and change it. If it's an AutoTheme, that just makes it more complicated, I guess. Don't know much about it.
Martin :D
- Moderated by:
- Support
