Recent content by mungo

  1. M

    are you charging VAT as of now?

    just wondering if you are already charging VAT - wasn't sure by what you meant by starting this week?
  2. M

    How to tell what type of page? category, thread, etc.

    ok i've developed this further: <xen:if is="{$contentTemplate} == 'forum_list'"> <title>{$xenOptions.boardDescription}</title> <meta name="description" content="my content here" /> <xen:elseif is="{$contentTemplate} == 'forum_view'" /> <title>{xen:raw $title}</title> <meta...
  3. M

    How to tell what type of page? category, thread, etc.

    i want to know what type of page is being served. reason: i want to serve different content in the <head> depending on if the page is a category or a thread. basically i want the format of the title tag and also the description tag to be different depending on the type of page. i tried...
  4. M

    How to use a xenForo variable within my own class

    great thanks, i've done as you said and it works as i wanted it to. ... am slowly getting the hang of xenForo, it's very different to what i'm used to!
  5. M

    How to use a xenForo variable within my own class

    I've built a simple add-on and code event listener based on the tutorial. it works fine if i just want to replace some text (yes i know i can do this with phrases) however it doesn't when the replace alo includes a xenForo phrase (or variable for that matter). what i am trying to do is...
  6. M

    Where are the templates located

    thanks, i thought that might be the case, my editor doesn't support webdav, i've got an old copy of dreamweaver MX maybe i'll install that
  7. M

    Where are the templates located

    I understand how to find templates under appearance > templates but where are they in the file system, i thought they'd be in the library somewhere but can't find them ... as i'd like to look at them in an external editor! is it possible? or do they not exist as files?
  8. M

    Browser issue  Safari new user

    ... i'm not really bothered, i doubt many windows users have safari!! i just came across it as i was creating some seed/test members of my forum, so i figured i should let you know.
  9. M

    Browser issue  Safari new user

    i've just tried it on this forum and i couldn't upload an avatar here. there is no error message. user name > avatar (from the drop down) i click the 'choose file' button when the window opens for you to select a file opens, i can navigate to my folder. as soon as i select a file, the form on...
  10. M

    Where is the admin area Development Tab

    The tabs at the top of the admin area showing on the 'How to Use Template Hooks' video are: Home Applications Users Appearance Tools Development However in my version (which is also 1.0.0) there is no Development tab how do i get to see it??
  11. M

    Template Question - basic!

    sorry, i thought i'd read all the manual. thanks for everyone's input >>Is your page using the same style that you created the template in (or a child style)? yes just the default style my issues were: permissions on the webserver i've changed to using firefox, the opera browser was not...
  12. M

    Template Question - basic!

    i'm following the video tutorial "Pages and Templates" however when i create my template file and save it, it does save it but it is red and doesn't work - now i assume red designates some error, but i have no idea what. i've even cut the template down to the following simple code...
  13. M

    Browser issue  Safari new user

    browser: Safari 5.0.4 for windows (latest release) xenForo: 1 problem: user cannot upload an avatar
  14. M

    Problem with upgrade

    thanks i removed: internal_data/install-lock.php did a reinstall and all is well
Top Bottom