Forums / Cotonti / Development / Siena Beta Testing

<<<12345678910>>>

Bugfixing and evaluation cycle started

Mr G.
#76 2011-01-06 03:36
Hi,

I'm working on polish translation right now, and i found a bug with avatar in users.php?m=details&id=xxx&u=xxx



I think there should be an image.

rev.1704 clean install
GHengeveld
#77 2011-01-06 05:40
Fixed now.
This post was edited by Koradhil (2011-01-06 08:09, 13 years ago)
Mr G.
#78 2011-01-06 17:52
# Mr G. : Hi,

I'm working on polish translation right now, and i found a bug with avatar in users.php?m=details&id=xxx&u=xxx



I think there should be an image.

rev.1704 clean install

this same bug on forums.... (userimg_img)

and if you move mouse on "Topic options: Sticky" you'll see {PHP.L.forums_explain3'}, and also on "Default" you'll see {PHP.L.forums_explain6'}

on pages there is a text "Your comment will be available for editing for" and nothing more. no value
This post was edited by Mr G. (2011-01-06 21:54, 13 years ago)
pieter
#79 2011-01-06 19:47
- If you vote on a poll in forums. The poll is not shown. After refresh F5 it will appear again.
- Postcount in forums is not shown.

Added 6 hours 14 minutes later:

If you use [ more ] it displays the link "Read more..."
- If you click on it, you go to page, BUT text AFTER [ more ] is NOT displayed.
- if you go to http://broens.be/page.php?c=news and click on "Read more..." you get: http://broens.be/{$page_url}

Added 12 minutes later:

If you change "Max size for a single file in Personal File Space (KB):"
in admin-->users it will disappear in the box.

If you make a new user-group, you have the same problem.
... can we help you ...
This post was edited by pieter (2011-01-07 02:21, 13 years ago)
grv87
#80 2011-01-08 04:18
При установке с нуля после ввода данных пользователя-администратора выдаёт что-то вроде:
'user_text' has no default value
.
Также, при попытке входа в админ-панель:
Table 'members.cot_pages' doesn't exist
Модуль Pages я не устанавливал.
GHengeveld
#81 2011-01-08 08:57
I've added a default value for user_text field.
Fixed fold/unfold on forum sections. Also fixed some problems with resource/language strings.

The comments system has a problem: it must be re-installed if you (re-)install the page module because the comments plugin installs configuration values for page categories ('comments enablement').
pieter
#82 2011-01-08 15:59
I'm trying to do a conversion of a template to a skin, but Siena uses always the tpl's in the plugin directory.
If I delete the one in the plugin-dir, it doesn't work.


In nemenis I did the test also:
I copied the news.tpl to the skin and deleted the version in plugin.
NO NEWS displayed. see:http://broens.be/
... can we help you ...
GHengeveld
#83 2011-01-08 19:15
Template files for plugins must go in a 'plugins' subdirectory. For modules they go in root of the theme. For example:

themes/mytheme/plugins/news.tpl
themes/mytheme/forums.posts.tpl

If that doesn't work it could be because your current selected skin isn't the default (config.php), but I think I've already fixed that some time ago.
pieter
#84 2011-01-08 19:55
Thx, how stupid of me.
... can we help you ...
Trustmaster
#85 2011-01-08 21:50
Mr. G:
and if you move mouse on "Topic options: Sticky" you'll see {PHP.L.forums_explain3'}, and also on "Default" you'll see {PHP.L.forums_explain6'}
on pages there is a text "Your comment will be available for editing for" and nothing more. no value
Fixed in r1714.

pieter:
If you use [ more ] it displays the link "Read more..."
- If you click on it, you go to page, BUT text AFTER [ more ] is NOT displayed.
- if you go to http://broens.be/page.php?c=news and click on "Read more..." you get: http://broens.be/{$page_url}
Fixed in r1714.

Koradhil:
The comments system has a problem: it must be re-installed if you (re-)install the page module because the comments plugin installs configuration values for page categories ('comments enablement').
In Siena it is strongly recommended to use Update procedure rather than Uninstall/Install, because the second means complete loss of data. However, you're right that if one installs page module after comments plugin, comments.enablement part should be executed (via hook), I'll try to implement it.

Added 23 minutes later:

grv77:
Также, при попытке входа в админ-панель:
Table 'members.cot_pages' doesn't exist
Модуль Pages я не устанавливал.
Fixed in r1717

Added 1 minute later:

Koradhil:
The comments system has a problem: it must be re-installed if you (re-)install the page module because the comments plugin installs configuration values for page categories ('comments enablement').
Trustmaster:
In Siena it is strongly recommended to use Update procedure rather than Uninstall/Install, because the second means complete loss of data. However, you're right that if one installs page module after comments plugin, comments.enablement part should be executed (via hook), I'll try to implement it.
Actually it has been implemented in both comments and ratings plugins, but it was buggy in comments. Fixed in r1717.
May the Source be with you!
This post was edited by Trustmaster (2011-01-08 22:15, 13 years ago)
pieter
#86 2011-01-09 19:24
I installed 1718.

WYSIWYG is not working. I only have a input square.
Clean install, nothing changed.

All modules selected during install EXCEPT:
- BBcode Parser
- Genoa Compatibility
- MarkItUp!
... can we help you ...
GHengeveld
#87 2011-01-09 19:51
Check if CKEditor javascript is being included and try refreshing the page.
pieter
#88 2011-01-09 20:09
<script src="./plugins/ckeditor/lib/ckeditor.js" type="text/javascript"></script><meta name="robots" content="noindex" /><link href="themes/nemesis/css/reset.css" type="text/css" rel="stylesheet" /><link href="themes/nemesis/css/header.css" type="text/css" rel="stylesheet" /><link href="themes/nemesis/css/footer.css" type="text/css" rel="stylesheet" /><link href="themes/nemesis/css/default.css" type="text/css" rel="stylesheet" /><script src="js/jquery.js" type="text/javascript"></script><script src="js/jquery.history.js" type="text/javascript"></script><script src="js/base.js" type="text/javascript"></script><script src="js/ajax_on.js" type="text/javascript"></script><script src="./plugins/ratings/js/jquery.rating.js" type="text/javascript"></script><script src="./plugins/ratings/js/ratings.js" type="text/javascript"></script><script src="./plugins/search/js/hl.js" type="text/javascript"></script><script type="text/javascript">


Added 5 minutes later:

I have tried to uninstall and install and get this error during install:
AJAX error:[object XMLHttpRequest]
... can we help you ...
This post was edited by pieter (2011-01-09 20:14, 13 years ago)
Macik
#89 2011-01-12 07:18
Bug: Cant use browsers navigation buttons Prev/Next in admin configuration pages (ajax is ON).

Description: When I pressed Prev (Back) buttom on navigation panel - adress link had changed to previous (http://localhost/sites/latest_trunk/admin.php?m=config) but content on page does not changed.

Base link:
http://localhost/sites/latest_trunk/admin.php?m=config#get;admin.php;m=config&n=edit&o=core&p=performance

Oprions: Ajax is ON, CDN jQuery is OFF, minifacation is OFF.
Browser: Google chrome 10.0.628 dev

I check same links in FireFox 3.6.13 - it's OK.
https://github.com/macik
правильный хостинг — https://goo.gl/fjCa1F
pieter
#90 2011-01-12 15:27
# pieter : If you use [ more ] it displays the link "Read more..."
- If you click on it, you go to page, BUT text AFTER [ more ] is NOT displayed.
- if you go to http://broens.be/page.php?c=news and click on "Read more..." you get: http://broens.be/{$page_url}

Added 12 minutes later:

If you change "Max size for a single file in Personal File Space (KB):"
in admin-->users it will disappear in the box.

If you make a new user-group, you have the same problem.

For the [ more ] problem: more is displayed in page view.
... can we help you ...

<<<12345678910>>>