Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/webvol14/so/emm9jypq7227iqw/linuxkitchen.com/public_html/wp-includes/Requests/Cookie/Jar.php on line 63

Deprecated: Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/webvol14/so/emm9jypq7227iqw/linuxkitchen.com/public_html/wp-includes/Requests/Cookie/Jar.php on line 73

Deprecated: Return type of Requests_Cookie_Jar::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/webvol14/so/emm9jypq7227iqw/linuxkitchen.com/public_html/wp-includes/Requests/Cookie/Jar.php on line 89

Deprecated: Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/webvol14/so/emm9jypq7227iqw/linuxkitchen.com/public_html/wp-includes/Requests/Cookie/Jar.php on line 102

Deprecated: Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/webvol14/so/emm9jypq7227iqw/linuxkitchen.com/public_html/wp-includes/Requests/Cookie/Jar.php on line 111

Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/webvol14/so/emm9jypq7227iqw/linuxkitchen.com/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40

Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/webvol14/so/emm9jypq7227iqw/linuxkitchen.com/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51

Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/webvol14/so/emm9jypq7227iqw/linuxkitchen.com/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68

Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/webvol14/so/emm9jypq7227iqw/linuxkitchen.com/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82

Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /www/webvol14/so/emm9jypq7227iqw/linuxkitchen.com/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91
SW za forum i bazu znanja – Linux, Windows, Heklanje, Kuhinja

SW za forum i bazu znanja

Treba da podignem bazu znanja i forum, naravno free varijanta, i na Linux serveru. Najbolje bi bilo kada bih našla kombinaciju ove dve stvari u jednom softveru 😉

Evo SW koje ispitujem :
SMF – simple machine forum verzija 2.0.4 (sajt)
Iz misterioznih razloga ima problema sa PHP verzijama višljim od 5.1 (neće da radi na RHEL6U4 ili RHEL6U2, tvrdi da nije instaliran PHP, iako je prisutan…)
Javlja se problem pri instalaciji bilo čega što mora da se vuče sa sajta :
“The Simple Machines site is not responding. Please try again later.”
Dakle sve u svemu, ovo neću koristiti…

phpBB3sajt
Ovaj sam odabrala za korišćenje – po meni opšta ocena 4- (od 1 do 5)
Evo mojih primedaba :
Mnogo se lakše dodaje jezička podrška, nego u smf-u.
Malo je nezgodno što se mora spustiti poseban modul da bi administrator mogao da kreira nove korisnike iz ACP-a (administrator control panel).
Nezgodno je što su u startu zabranjeni attachment-i tipa doc/docx i slično, pa se to mora podešavati.
Da bi se novoformirani podforum video, mora “naslediti” prava od svog parent foruma (copy permissions), ili od bilo kog drugog već postojećeg foruma. Inače nema načina da se podforum vidi kada kliknete na njegov parent forum – nezgodno.
Postoji opcija dodavanja potrebnih polja za definiciju korisnika – veoma zgodno!

Kako uraditi neke zgodne stvari u phpBB forumu
Nameštanje željene slike na početnu stranu foruma
Željenu sliku (OBAVEZNO kao gif) stavljamo na lokaciju /var/www/html/forum/styles/prosilver/imageset (ovde sve rasdim u stilu “prosilver” koji je default za forum).
# vi /var/www/html/forum/styles/prosilver/imageset/imageset.cfg
U samom fajlu pod stavkom “# Images” menjamo u željeno :
img_site_logo = grb.gif*90*120
Pod ACP/Styles/Imagesets/Prosilver uradimo komandu “Refresh”

Avatari su po default-u onemogućeni u phpBB3, pa se moraju omogućiti :
General tab/Avatar Settings/Enable Avatars = Yes
Posle svaki korisnik sebi daje avatara koga hoće.