51

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Thanks for the answer. I was just surprised (not angry) with the merging of posts. It can be indeed a valuable feature. How do you configure it ? Is it an extension or a special development ?


I do not understand the setting with the width : the translation is not adequate, but with any number I set in it (600,800,900 ...), it does nothing for the display in column for smaller screens.
I manage to set the boxes in column with this css :

@media all and (max-width: 768px) {#pw_header {flex-direction: column;margin-right:0;margin-left:0;}}

It has a better look on smaller screens, but the margin thing does not work for boxes that are not the first.  I will search again for the how-to.


As for the release I use, it is supposed to be 0.9.1 and I downloaded it last night. Is it possible that you write the number and date of the release close to the download link, please ?

I will give you soon the french lang file (and perhaps the english too, if you are interested in how I modified it), as soon as I have tested everything and am sure of the meaning.

52

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

MaraKat wrote:

I do not understand the setting with the width : the translation is not adequate, but with any number I set in it (600,800,900 ...), it does nothing for the display in column for smaller screens.

You have cleared your browser's cache? By the way, what you use?

MaraKat wrote:

It can be indeed a valuable feature. How do you configure it ? Is it an extension or a special development ?

https://punbb.softplaza.net/t-172.html

MaraKat wrote:

I will give you soon the french lang file (and perhaps the english too, if you are interested in how I modified it), as soon as I have tested everything and am sure of the meaning.

Yes. it would be very cool! Give English and French. I almost do not know English, use the Google translator. Thank you!

53

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

My main browser is Cyberfox (64b), but 5 or 6 other are installed on my computer and when a web page is not displayed correctly, I try other browsers. And yes, each time I make a modification, I clear 1/the cache of PunBB 2/ the cache of the browser.

54

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

https://punbb.softplaza.net/uploads/images/2017/02/04/img_20170204_182116.jpg


https://punbb.softplaza.net/uploads/images/2017/02/04/img_20170204_182145.jpg


Android Chrome

55 (edited by MaraKat 2017.02.04 08:47)

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Thank you very very much : it's correct now : the margin problem lied was between 600 and 700 px wide. I set 800px wide in admin and now it's OK.
May I ask another small css question ? In smaller screens, but still with 3 boxes in a row, the titles are written on a narrow part of the line and  the flex-box effect (to get the 3 boxes the same height) is lost.
How can I have the box titles spread on the whole width of the row, please ?

http://image.prntscr.com/image/5760dd5f12a34c36a7fae60f1a1b404a.png

56

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Disable this rule

https://punbb.softplaza.net/uploads/images/2017/02/04/screenshot.2017-02-04_19.09.22.png

57 (edited by MaraKat 2017.02.07 14:35)

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Many many thanks, wise wizzard !

Here are my translations in French and English, such as I use them.

This content is available only to registered users.

$matches[1]

Hello !
Dynamic Entries was OK  in release 0.8.3,  but not in Pan_Widget 0.9.1
Same hoster, same php version, same PunBb version 1.4.4, sqlite3 for both, same location in footer and same text in the widget.

With 0.9.1, the lines of quotations that I enter in the text area are not there after I save the widget : the field is empty and I get an error message in the box :

Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array in /XXX/www/extensions/pan_widgets/widgets/Dynamic_Entries/Dynamic_Entries.php on line 8 Notice: Undefined index: in /vXXX/www/extensions/pan_widgets/widgets/Dynamic_Entries/Dynamic_Entries.php on line 10

website where it works
website where it does not work

What did I miss ?

58 (edited by PunBB 2017.02.08 00:50)

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

MaraKat wrote:

What did I miss ?

Error message is simple and easy to understand. You can't use number bigger than count of elements in second argument of array_rand().

Before calling this function check what is count of elements and in case it's only one, use this element without calling array_rand(). Also be prepared for situation when you've got no elements at all.

I know about this problem and fix soon.

Here download Dynamic_Entries

59 (edited by MaraKat 2017.02.08 02:49)

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Hello,
I try the new zip you gave me. The only difference is that the error message is not displayed anymore, but the box is empty.
In Dynamic_Entries administration, I lack the field to enter the number of items, as I see in other widgets. So, when I enter the different lines of text, they are not saved.

Should I use the previous release of Pan_Widgets, where Dynamic_Entries couls be displayed correctly ?

60

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

you are sure that each new entry on a new line? Check for blank lines?

61

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

I am sure : no blank line !
I made a series of new tests.
The text area is emptied after saving if I try to locate Dynamic-Entries in header or footer. But It sticks to the text area if located in side bar.
It can be displayed in side-bar, but not elsewhere.
In previous version of Pan_Widget, on the other forum, it was possible either in sidebar or footer.

62

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Добавлен виджет показывающий список заголовков последних сообщений

Last_Posts_Header_Msg

1

63

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Exactly what I need. It works to the perfection. It's wonderful, you are wonderful. Many many thanks.
And now I can see that we entered stupid titles in answers : we need to be a little more serious.

Small question about the Text widget, please : I can enter p tags, but entering br has no effect. Is there a way to do it ?

64 (edited by PunBB 2017.03.01 10:05)

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

MaraKat wrote:

Small question about the Text widget, please : I can enter p tags, but entering br has no effect. Is there a way to do it ?

if Header

#pw_header .main-content span {
    white-space: pre-wrap;
}

if Footer

#pw_footer .main-content span {
    white-space: pre-wrap;
}

if Sidebar

#rightside .main-content span {
   white-space: pre-wrap;
}

1

65

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

OK, merci !

66 (edited by MaraKat 2017.04.01 07:54)

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Hello Panbb !
I am trying to ajust a theme that I created elsewhere in order to match the syles of my main CMS and my Piwigo online album.
I meet a small issue with the title of the text widget which displays a huge padding on top and at bottom.
I remember that you added some style for my theme Mik.
Can you help me to repair my theme; please ?

http://image.prntscr.com/image/43eb4afe814e4d31a644260c42ca349b.png

Edit : sorry : I just found the problem : in .main-head .hn, I disabled this
  /*  word-wrap: break-word;
  white-space: pre-wrap;*/

And now it's OK.

67

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Hello,
I made a new widget based on your Search Form.
I replaced the code with the one provided by Google CSE.
I needed this specific search form, because we publish our content on 3 sites made with 3 different CMS and I think it is a good idea to be able to search once on all 3 sites.

You can see it in action at the bottom of the page on my profile website. You can see the inserted code in source mode.

I meet a problem with the style, since I am not able to display the search form within the side borders. It looks like the width is fixed and the search button is not fully dsplayed (only part of it). I managed to display it correctly on my 2 other sites (the ones linked in the top menu).

What do you think of such a development ?

Can you bring me some help with the style issue ?

Thanks in advance

68

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

MaraKat wrote:

What do you think of such a development ?
Can you bring me some help with the style issue ?

Ок. I'll look at the other day. Today I rest.

$matches[1]

MaraKat wrote:

I meet a problem with the style, since I am not able to display the search form within the side borders. It looks like the width is fixed and the search button is not fully dsplayed (only part of it). I managed to display it correctly on my 2 other sites (the ones linked in the top menu).

At you and so all perfectly works.  PunBB_INFO_ICQ/thumbsup


You can only add and make the block more transparent to fit into the design of the forum.

#id="___gcse_0" {
opacity:0.7;
}

1

69

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Thank you for your help.

70

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

https://image.prntscr.com/image/c7404c81a57c40159dec4869f48ab85f.png
что-то мне не везет, вот такая дичь без отступа получается (

71

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

globetrotting  3908 wrote:

что-то мне не везет, вот такая дичь без отступа получается (

Это верхний или нижний блок. Для загрузки картинок пользуйтесь специальной формой.

72 (edited by between-two-fires 2017.05.18 05:00)

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

PunBB, есть пару предложений на счет виджетов.
1. Блок выводящий список пользователей находящихся на форуме и кто недавно был на форуме. Судя по записям в таблице ONLINE  такое возможно.
2. Действия пользователей, кто что читает или пишет. Мне кажется это поспособствует более активному общению. Например, если я вижу, что в какой то теме кто либо из друзей пишет новый ответ,то я пойду в тему и дождусь его сообщения. Этот метод работает еще до сих пор, например когда на рынке люди выстроились за чем нибудь в большую очередь, то наверняка туда подвалит еще столько же народу   PunBB_INFO_ICQ/jokingly

73 (edited by PunBB 2017.05.23 13:41)

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

between-two-fires wrote:

например когда на рынке люди выстроились за чем нибудь в большую очередь, то наверняка туда подвалит еще столько же народу 

нуу, это кому как, кто то может не хотел бы находится на таком форуме, где отслеживают каждый его шаг. Эти данные надо где то брать. Хотя для админа и модераторов это может и будет полезным.

Обновил расширение. Устранена проблема с не преобразованными html тегами в блоках ссылок.

74 (edited by Laseg 2017.07.13 23:04)

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Привет!
Только у меня, при настройке виджета Dynamic_Entries - при вводе строк в поле Item (Enter a new item on each line) после нажатия кнопки "Update widget" пропадает всё введенное и, естественно, виджет Dynamic_Entries  ничего не отображает?
Если ручками напрямую в таблицу punbb_pan_widgets  в поле w_desc заносить нужные записи - всё отображает, ничего не пропадает...

P.S. Pan Framework - Версия 0.1.7
Pan Widgets - Версия 0.9.1

75

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Laseg wrote:

виджет Dynamic_Entries  ничего не отображает?

скачайте это виджет отдельно из первого поста и замените начинку старого. И не надо больше тут язвить. Тут люди ночами иногда не спят, чтобы порадовать вас хоть чем то. Если нет долго ответа, лучше пишите мне в личку. нечего форум тут засорять.

76

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

PunBB wrote:

скачайте это виджет отдельно из первого поста и замените начинку старого. И не надо больше тут язвить. Тут люди ночами иногда не спят, чтобы порадовать вас хоть чем то. Если нет долго ответа, лучше...

Заменил начинку старого копированием на хостинге, на всякий случай переустановил заново pan_widgets
Как итог - по-прежнему при заполнении поля Item, при нажатии кнопки "Update widget" всё, что я так старательно вводил, исчезает. При просмотре содержимого соответствующего поля в таблице (таблица punbb_pan_widgets, поле w_desc) вижу что в поле ничего нет...
Снёс всё модули, итого прежний...

77

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Зато сколько ответов и быстро

Laseg, это не ответы, а самый настоящий оффтоп. Я удалил несколько сообщений выше. 

Скиньте лучше пример текста, который вы вставляли в форму виджета. Или где и как мы могли бы воспроизвести проблему?

78

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Hello !
I have an issue with Pan_widget. The site cannot be opened.
http://katryne.legtux.org/agora/index.php
Maybe it is since I installed Pan_Repository and updated Pan_Widget with it.
Error message says :

Le serveur BDD a répondu: no such column: w_data2 (Errno: 1).
Impossible d'exécuter la requête : SELECT id, w_name, w_title, w_desc, w_status, w_data, w_data2, w_data3 FROM agopan_widgets WHERE w_status!=0 AND w_position=2 ORDER BY w_priority ASC
Une erreur est apparue à la ligne 58 dans le fichier /var/www/legtux.org/users/Katryne/www/agora/extensions/pan_widgets/hooks/hd_main_elements.php

How can I uninstall Pan_Widget extension without access to administration ?

This forum runs under  PunBB 1.4.4, SQLite3 3.8.7.1 and PHP: 5.6.30-0+deb8u1

Thanks in advance for any help.

79

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

вот ссылка

Thanks for the report. Later I'll see what's wrong.

80

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

PunBB wrote:

Laseg, это не ответы, а самый настоящий оффтоп. Я удалил несколько сообщений выше. 

Скиньте лучше пример текста, который вы вставляли в форму виджета. Или где и как мы могли бы воспроизвести проблему?

Текст любой,
Могу видео вечером снять PunBB_INFO_ICQ/smile

81

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

не, лучше текст. Дело в том, что если текст содержит незакрытые хтмл теги, кавычки, или другие символы. Было бы лучше пару строк того текста.

82

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

MaraKat, There is no column named w_data2 in the table. You need to log in to the admin area and turn off the extension. Then reinstall the extension.
https://punbb.softplaza.net/uploads/images/2017/07/311d094b388fd468f330b137c7d78fd1.png

83

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Thanks. It's OK now.

84

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Well, I am not sure it will be OK. I uninstalled then reininstalled the extension. When trying to create again my widgets, I get following error message in the general setting tab of Pan_Widget

What should I do ?

https://image.prntscr.com/image/HiZQMQQlT__W_8g7Z6auIg.png

85

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

MaraKat, вам нужно прописать языковые константы. Может мы что то не учли, если в архиве нет французского, обновите его и дайте нам знать, мы тоже добавим в текущую версию. Thanks for you help  PunBB_INFO_ICQ/thumbsup

86 (edited by MaraKat 2017.07.21 22:41)

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

You are right Xakker : French lang file is not up to date. I will correct it and tell you about the result.
Edit : French was incomplete, and English too. English lang file available in your zip was very old and French was not included. Here are the 2 complete files and I have no more error message now. Next time you update extensions, you may ask me about lang files ? I will translate with pleasure. (French and English only, My German is too scholar.)
This content is available only to registered users.

87

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Next time you update extensions, you may ask me about lang files ?

OK. I guess I missed it when updating.  PunBB_INFO_ICQ/blush

88

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Titles in Widgets toolbar are not translated, they must be hard coded. Maybe you could create lang strings for them.

https://punbb.softplaza.net/uploads/images/2017/07/178a4068255f688fcdd97f5e7a6acf09.jpg

89

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Good. In the next release will correct.

90

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

из-за этого расширения, не работает быстрый ответ для пользователей, для админов все работает

91 (edited by kalantaj 2017.11.21 15:09)

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

PunBB wrote:

не, лучше текст. Дело в том, что если текст содержит незакрытые хтмл теги, кавычки, или другие символы. Было бы лучше пару строк того текста.

У меня та же проблема - вводимый текст просто исчезает при сохранении. Если напрямую в базу вписывать - сохраняется.
Вот пример текста -

Spoiler

- n1k-o добрейшей души человек, в разборках не участвует, никого не обсирает. /LVD/
- Сам себя не похвалишь - сидишь, как оплёванный.../Origin/
- Басаргина , обижать нЫзя ! Его слушать надо и конспектировать... /kanzler/
- Я может не понимаю мелочей, но хорошо владею ситуацией /ААА/
- cделали из интернетов сплошную не грамотность! /TSL/
- AIG, "пусть кинет в меня камень тот, кто без греха" /VBI/

$matches[1]

В принципе любой текст добавляю - хоть латиницей, хоть кирилицей - не сохраняется.
Версия форума - 1.4.4. Само расширение с первой страницы этой темы.


Речь идет о виджете Dynamic_Entries

92

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Hello ! I have an issue with Microsoft Edge. The picture in my "text" widget is not displayed correctly. Note that the picture is hosted elsewhere. It is OK with all other browsers.
What is the problem ? http://revest.legtux.org/

With Edge
https://image.prntscr.com/image/EDTDA1L_TrCXtBpybiR-Hg.png

With other browsers
https://image.prntscr.com/image/mDFRNoAASsuVJ24qScMUnQ.png

93

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Hello ... The  Widgets plugin does not work in version 1.4.4 of PanBB  PunBB_INFO_ICQ/sad

94

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

you need create new widget and enable sidebar or footer or header for display.

95

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

PunBB, Hi...High settings page do not do that do/ PunBB_INFO_ICQ/sad

96

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

https://punbb.softplaza.net/uploads/images/2018/02/a10d044e99cb4f4ddc367bc660e9f684.png https://punbb.softplaza.net/uploads/images/2018/02/df123e1931210ec78cbdbaac1b609098.png https://punbb.softplaza.net/uploads/images/2018/02/3c7aceaf4de2006504e00ac39530328d.png

Add link on yourself site in your profile. I"ll see.

97

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

PunBB, Click on the widget link. There is no such page.

98 (edited by kisa 2018.02.28 10:20)

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Dynamic_Entries можно только один создать,  или я как обычно...  PunBB_INFO_ICQ/jokingly

Был, я один такой виджет создал (висит отключенный, на пробу включается, но он будет запущен позже), а теперь в меню вот:
https://punbb.softplaza.net/uploads/images/2018/02/8d1bbb7f1919b4cbcb7aecfc8bc27d14.png
Но я что-то мудрил, перекачивал  PunBB_INFO_ICQ/whipped

99 (edited by PunBB 2018.02.28 17:25)

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Можно сколько угодно, но имена виджетов должны отличаться, а имена функций в видете соответствовать имени видета. Если вызвать две одинаковые функции, то выскочит ошибка...

100 (edited by kisa 2018.02.28 12:19)

Re: Pan Widgets: Сайдбар и виджеты для форума PunBB

Его тупо нету на первой стр - Options PunBB_INFO_ICQ/pardon  Скриншот выше. Скачал, закинул в папку виджетов. В выборе его нет, но он работает. Ошибок тоже нет.

Ранее заведенный виджет работает. Без ошибок.
Почему Dynamic_Entries нет в выборе?