Boardlink: http://finalascension.org
Description and Message
1.0.6 Installed but it says 1.0.5 is the current version
I did refresh and purged the cache as well. Is this a known bug?
1.0.6 Installed but it says 1.0.5 is the current version
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: 1.0.6 Installed but it says 1.0.5 is the current version
Not as far as I know, it works over here. Did you try to purge your board cache?
Re: 1.0.6 Installed but it says 1.0.5 is the current version
Yea I did. Reinstalled a few times and still it says 1.0.5
Also I discovered recently that the attachments title block says
" { ATTACHMENTS2 }"
Instead of Attachments. How do I fix that as well?
Also I discovered recently that the attachments title block says
" { ATTACHMENTS2 }"
Instead of Attachments. How do I fix that as well?
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: 1.0.6 Installed but it says 1.0.5 is the current version
Your styles/starcraft/template/portal/block/attachments.html is not the one from the portal package. It seems like it is edited and that causes the error you mentioned in the attachments block. Did you run the installer after uploading the new Portal files?
Re: 1.0.6 Installed but it says 1.0.5 is the current version
reinstall did the trick and fixed it.
However in the portal I remember I had the attachements block say "Downloads". Where do I modify this again? I just checked lang_portal and it wasn't there.
However in the portal I remember I had the attachements block say "Downloads". Where do I modify this again? I just checked lang_portal and it wasn't there.
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: 1.0.6 Installed but it says 1.0.5 is the current version
language/*yourlanguage/mods/lang_portal.php
Re: 1.0.6 Installed but it says 1.0.5 is the current version
Yea I checked there and no luck.
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: 1.0.6 Installed but it says 1.0.5 is the current version
Then I know why you had {L_ATTACHMENTS2} in your block file.
Add the language variable 'ATTACHMENTS2' to your language file and change {L_ATTACHMENTS} to {L_ATTACHMENTS2} in styles/starcraft/template/portal/block/attachments.html.
Add the language variable 'ATTACHMENTS2' to your language file and change {L_ATTACHMENTS} to {L_ATTACHMENTS2} in styles/starcraft/template/portal/block/attachments.html.