Recent content by travis_farmer

  1. 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. :-)
  2. 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...
  3. 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...
  4. 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')...
  5. 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...
  6. 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
  7. 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