V5 bugs

yametesenpai

Member
YetiShare User
YetiShare Supporter
Oct 26, 2020
56
7
8
Have a look in:

"\themes\spirit\controllers\IndexController.class.php"

They're in the _getDocumentTypes() function..
where's the location of the name of the file located at the top in the download page?

edit: I already find it. But i have 1 issue left
 
Last edited:
  • Like
Reactions: adam

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
how about my question in the tickets?
Note from the ticketing system:

Our normal support hours are Monday to Friday, 9am - 5pm (GMT). If you raise a request outside of this time, we'll do our best to respond as soon as we're back in.

I do sometimes respond over the weekend but I'm not always able to. You should have a response on the ticket now.
 

yametesenpai

Member
YetiShare User
YetiShare Supporter
Oct 26, 2020
56
7
8
Note from the ticketing system:

Our normal support hours are Monday to Friday, 9am - 5pm (GMT). If you raise a request outside of this time, we'll do our best to respond as soon as we're back in.

I do sometimes respond over the weekend but I'm not always able to. You should have a response on the ticket now.
ok thanks i already sent $60
 
  • Like
Reactions: adam

rhf1900

New Member
Oct 12, 2020
8
1
3
Have a look in:

"\themes\spirit\controllers\IndexController.class.php"

They're in the _getDocumentTypes() function..
thx adam for your fast respond
. final question. can we use v4.5.5 plugins in v5 or we must buy all plugins again?
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
thx adam for your fast respond
. final question. can we use v4.5.5 plugins in v5 or we must buy all plugins again?
No worries :) The plugins are in a different structure in v5 so v4 ones wont work with v5 unfortunately.
 
  • Love
Reactions: rhf1900

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
I'll update this every time i see bugs.

#1 hi @adam can u please fix this on mobile view? Thanks
In:

"\themes\spirit\assets\styles\responsive.css"

FInd (around line 7):

.gallery-env .col-sm-3 .album {text-align: left;}

After add:

.right-toolbar-options .dropdown-menu.pull-right {
left: 0px;
right: auto;
}

Fixes will be part of the next release due soon.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
can u add navigation to the rewards plugin statistics in the filemanager? Thanks

Going back to home->Features->rewards might took manier time
In:

"\themes\spirit\views\account\partial\layout_logged_in.html.twig"

Find (around line 257):

<li>
<a href="{{ CORE_SITE_PATH }}/account/trash"> <i class="entypo-trash"></i>{{ t('trash_can', 'Trash Can') }}</a>
</li>
<li class="divider"></li>

After add:

{% if siteHeaderPluginNavigation|length > 0 %}
{% for pluginKey,siteHeaderPluginNavigationItems in siteHeaderPluginNavigation %}
{% for siteHeaderPluginNavigationItem in siteHeaderPluginNavigationItems %}
<li>
<a href="{{ siteHeaderPluginNavigationItem['link_url'] }}"> <i class="entypo-right-open"></i>{{ t(siteHeaderPluginNavigationItem['link_text'], siteHeaderPluginNavigationItem['link_text'])|title }}</a>
</li>
{% endfor %}
{% endfor %}
<li class="divider"></li>
{% endif %}
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
adsense responsive ad has many white spaces
I'm not sure what's causing this, there's nothing in the script which controls adsense. Maybe a configuration option on the adsense code somewhere?
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
I already updated it to 5.0.1 but the uploadbox is still closing after i upload files
Did you set the admin setting to disable it? Also did you purge the application cache after the update?