Recent content by travis_farmer

  1. travis_farmer

    XF 2.3 what happens when my license expires?

    ok, thank you very much! you have been most helpful! :)
  2. travis_farmer

    XF 2.3 what happens when my license expires?

    ok, but will i have to pay the full price to regain updates, or will it still be reduced? $400 is a lot of money right now, but so is $100.
  3. travis_farmer

    XF 2.3 what happens when my license expires?

    i am running into some serious financial hardship, and i just cannot afford the license renew at this time (exp: Aug 12th). what can i do? i know if i can't pay the renewal fee, i no longer get updates, and the price goes up to full price again, but will my forum stop working?
  4. travis_farmer

    [TaylorJ] Blogs

    unfortunately i am drowning in C++ code at the moment, so i can't debug myself. but thanks for checking it out. :-)
  5. travis_farmer

    [TaylorJ] Blogs

    on the delete issue, here is what i just did to verify that it deletes posts: created a new blog created two test posts in that blog re-enabled delete permissions (i had them off) on the post listing page, i clicked the 3-dots, and selected Delete Blog i did not click delete, but clicked the X...
  6. travis_farmer

    [TaylorJ] Blogs

    Accidentally deleted my blog... so, i accidentally clicked delete blog when i meant to click Edit. I X-ed out, without clicking "Delete", but it still deleted my blog... at present, i have permissions NOW set to not allow deletion by anybody. so that is a bug that needs addressing. Second...
  7. travis_farmer

    [OzzModz] Daily Doodle Alternating Logo

    had to change the PAGE_CONTAINER section to the following: <a href="{{ ($xf.options.logoLink && $xf.homePageUrl) ? $xf.homePageUrl : link('index') }}"> <img src="{{ base_url(property('publicLogoUrl')) }}" alt="{$xf.options.boardTitle}" width="{{ property('publicLogoWidth')...
  8. travis_farmer

    [OzzModz] Daily Doodle Alternating Logo

    XF v2.3.4 just downloaded latest daily doodle add on. the mouse over text works, but i can't for the life of me get the image to change. i am using a modified version of the default style, so in short, where do i put the images, and what do i then put in the second column of the array? i have...
  9. travis_farmer

    how to allow a moderator to promote users to specific user groups?

    seems to work, and i have added it. :) i will play around with it and make sure i know how to use it so i can do a write-up for my moderator. Many Thanks! ~Travis
  10. travis_farmer

    how to allow a moderator to promote users to specific user groups?

    is it possible to allow a moderator the ability to promote a user to specific user groups? if so, how do i do it? Background info: i have a node category for "Mental Health", and for the safety and privacy of the users, i have made it viewable only to users in the "MH Access" user group. i have...
Back
Top Bottom