Jump to content

Matthew Fay

Clients
  • Posts

    41
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Matthew Fay

  1. Thanks for the heads up, also I resolved my problem. I deleted those files in /uploads/ and it fixed it with this problem.
  2. Also I wanted to add that I still wanted template disk caching to be turned on to save in website performance. Is there a particular way to still have this enabled but have the changes show up like delete the files in the cache directory featured next to "Enable template disk caching"? Edit: Could I theoretically delete recent template php files in /uploads/ the cache directory and that would prevent this happening?
  3. Oh damn and interesting, no I have not and how would I go about disabling it? Or is it a feature of my web hosting? Here's a picture of my cache in data storage not actually being enabled Edit: I just disabled "Enable template disk caching" and it not shows up changes.
  4. The template that has been modified is the one that is in use, in themes/2/ Here's an image of what mobileNavBar.phtml has been modified to on cpanel and also in the advanced editor: This is what was added: <li class='elMobileNav__discuss'> <a href="https://starkest.net/forums/"><i class="fa fa-comments" aria-hidden="true" style="transform: translateY(-1px);"></i></a> </li> <ips:template parameters=" " /> <ul id='elMobileNav' class='ipsResponsive_hideDesktop' data-controller='core.front.core.mobileNav'> {{if \count( \IPS\Output::i()->breadcrumb )}} {{if \count( \IPS\Output::i()->breadcrumb ) == 1}} <li id='elMobileBreadcrumb'> <a href='{setting="base_url"}'> <span>{lang="home"}</span> </a> </li> {{else}} {{$i = 0;}} {{foreach \IPS\Output::i()->breadcrumb as $k => $b}} {{if $i + 2 == \count( \IPS\Output::i()->breadcrumb )}} <li id='elMobileBreadcrumb'> <a href='{$b[0]}'> <span>{$b[1]}</span> </a> </li> {{endif}} {{$i++;}} {{endforeach}} {{endif}} {{endif}} <li class='elMobileNav__home'> <a href='{setting="base_url"}'><i class="fa fa-home" aria-hidden="true"></i></a> </li> <li class='elMobileNav__discuss'> <a href="https://starkest.net/forums/"><i class="fa fa-comments" aria-hidden="true" style="transform: translateY(-1px);"></i></a> </li> {{$defaultStream = \IPS\core\Stream::defaultStream();}} <li {{if !\IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'discover' ) ) }}class='ipsHide'{{endif}}> <a data-action="defaultStream" href='{{if $defaultStream}}{$defaultStream->url()}{{else}}{url="app=core&module=discover&controller=streams" seoTemplate="discover_all"}{{endif}}'><i class="fa fa-newspaper-o" data-item="newspaper" aria-hidden="true"></i></a> </li> {{if !\IPS\Member::loggedIn()->restrict_post and \count( \IPS\Member::loggedIn()->createMenu() )}} <li data-ipsDrawer data-ipsDrawer-drawerElem='#elMobileCreateMenuDrawer'> <a href='#'><i class='fa fa-plus'></i></a> </li> {{endif}} {{if \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'search' ) )}} <li class='ipsJS_show'> <a href='{url="app=core&module=search&controller=search" seoTemplate="search"}' data-class='display--focus-mobile-search'><i class='fa fa-search'></i></a> </li> {{endif}} {template="mobileNavBarLinks" app="core" group="ipsfocus" location="front"} {template="mobileNavigationIcon" app="core" group="global" params=""} </ul> In the attached photo's it shows the before and after when designer mode is disabled / enabled with the new button there when designer mode is enabled vs not enabled. Edit: As you can see it doesnt save the changes. Sorry if this is not a simple example. I'm just trying to show how it doesnt apply the changes made in the code after the mode has synced changes.
  5. Maybe I'm a bit stupid but... Am I missing something, even after whiping my cache changes are not showing up on particular files when syncing designers mode?
  6. Not showing up in blocks manager when checking templates.
  7. It's all good I found the solution, it turns out CSS is editable via pages when you embed it in the other widgets and use data-block titles to select specific elements.
  8. Hi I'm creating a page and I'm trying to apply css to other blocks such as the whos online block. The only css I can apply to things is the option where it has an advanced tab to add css, but the css only applies to the background template of the website and not the other blocks, just the one I'm working on. And some blocks don't have the option to add custom css. Also I can't copy blocks to the other full custom template pages and create a full template because the blocks lose their live functionality when copying direct HTML. Is it that I have to learn php better or? I am not sure.
  9. For some reason or another the template doesn't come up in the content tab for me. Wondering how I can fix this?
  10. Thank you, I uploaded it and left the files in the folder and it appeared in applications. Resolved.
  11. Hi, thank you. Read it and it eluded to uploading the files to my website and not deleting previous files. Thereby I assume replacing them? And it wont remove any data from my website?
  12. Hi as the title says having trouble figuring out how to properly install the blogs and gallery feature after I purchased both the features to add to my community. What do I have to do to make them appear?
  13. Hi, it's been a while since I setup an invision community suite and I recently uploaded and unzipped the invision community suite to my public_html directory on cpanel. I have a feeling it's clearly related to my old website. I was previously using wordpress and I deleted the wordpress installation and wiped the old database for it, then created a new one and extracted the website to the public html directory, including moving core files that I am supposed to, to that directory. Now I'm getting internal server error. - I have renamed old htaccess files including the other htaccess.phpupgraded.intial files - I have created a new database for the board - I have tried ips4.php the compatibility checker and they won't even load up on the page that goes to internal server error. I'm assuming there's something wrong with htaccess or the files on the directory or the hidden files. Can't remember how exactly to do this. Can I have some help?
×
×
  • Create New...