To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

1.12.7 i starsze - Suffix po nazwie u?ytkownika

Woytec - 31-10-2012, 20:12

Aciel napisał/a:
Instalowałem najpierw modyfikację
A działała pomiędzy?
Aciel - 01-11-2012, 20:18

Właśnie problem w tym, że nie testowałem. ;p
Aciel - 06-11-2012, 18:32

Naprawdę nikt nie jest w stanie mi pomóc?
Woytec - 06-11-2012, 21:05

Jeszcze raz zainstaluj
carloski123 - 23-11-2013, 09:38

wgrałem to i wszystko działa lecz jak wejdę w profil to wyskakuje to :


Kod:
Could not read groups

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.group_description, g.group_type, g.group_color, g.group_style, g.group_prefix ' at line 1

SELECT g.group_id, g.group_name, g.group_prefix , g.group_prefix1 g.group_description, g.group_type, g.group_color, g.group_style, g.group_prefix FROM (phpbb_user_group as l, phpbb_groups as g) WHERE l.user_pending = 0 AND g.group_single_user = 0 AND l.user_id =2 AND g.group_id = l.group_id ORDER BY g.group_order

Line : 986
File : usercp_viewprofile.php

Woytec - 23-11-2013, 11:27

W usercp_viewprofile.php znajdź
Kod:
g.group_prefix1 g.group_description,

i dodaj między tym przecinek
Kod:
g.group_prefix1, g.group_description,



Powered by phpBB modified by Przemo © 2003 phpBB Group