Fork me on GitHub

Watch

GitHub Core

Show your support for Zikula! Sign up at Github account and watch the Core project!




GitHub Modules

Forum Activity

Forum feed

» Visit forum | » View latest posts

can i change this message? "Welkom _ANONYMOUS "??  Bottom

  • 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?
  • 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
  • www.themelabs.com
  • 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.
  • 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

This list is based on users active over the last 60 minutes.