Site Suggestions

Non release banter
User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Site Suggestions

Post#1 by Blaze » 28 Dec 2010, 14:11

Hello everybody!

Suggestions:

1. Need to use a prosilver style (default style) plus some updating (A new Logo).

2. Main page http://www.porteus.org/ is absent (no content!). The meta tags is absent into root/forum/styles/name_of_style/template/overall_header.html

Code: Select all

<meta name="keywords" content="" />
<meta name="description" content="" />
For example

Code: Select all

<meta name="keywords" content="slax chat slackware current linux packages repository tgz live online operating system free open source module lzm"/>
<meta name="description" content="Welcome to Chat About Slax!"/>
It does't good for search engine optimization.

3. Open root/language/en/common.php

Find:

Code: Select all

	'INDEX'						=> 'Index page',
Replace with:

Code: Select all

	'INDEX'						=> 'Forum about Slax Remix',
Open root/styles/name_of_style/template/overall_header.html

Find:

Code: Select all

<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>
Replace with:

Code: Select all

<title><!-- IF S_IN_MCP -->{L_MCP} <!-- ELSEIF S_IN_UCP -->{L_UCP} <!-- ENDIF -->{PAGE_TITLE}</title>
Open root/forum/viewforum.php

Find:

Code: Select all

// Dump out the page header and load viewforum template
page_header($user->lang['VIEW_FORUM'] . ' - ' . $forum_data['forum_name'], true, $forum_id);
Replace with:

Code: Select all

// Dump out the page header and load viewforum template
page_header($forum_data['forum_name'], true, $forum_id);
Open root/forum/viewtopic.php

Find:

Code: Select all

// Output the page
page_header($user->lang['VIEW_TOPIC'] . ' - ' . $topic_data['topic_title'], true, $forum_id);
Replace with:

Code: Select all

// Output the page
page_header($topic_data['topic_title'], true, $forum_id);
Last edited by Blaze on 29 Dec 2010, 11:32, edited 1 time in total.
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Site Suggestions

Post#2 by fanthom » 28 Dec 2010, 14:58

i have no idea about php but looks good :)
(and please dont hide any backdoors there - i know that russian hackers are good in this 8-) )
Please add [Solved] to your thread title if the solution was found.

User avatar
Mithrandil
Power user
Power user
Posts: 29
Joined: 28 Dec 2010, 16:02
Distribution: Gentoo, PixieLive
Location: IT
Contact:

Re: Site Suggestions

Post#3 by Mithrandil » 28 Dec 2010, 16:43

I just used the chat...

it's too small for intense use, it display just 4 messages at once, would it be possible to add a resize function? or the possibility to open it in a dedicated page?

it would be also useful to have name, date, and text on the same line, to see more lines at once

bye, Mithrandil
PixieLive developer www.pixielive.org

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Site Suggestions

Post#4 by brokenman » 28 Dec 2010, 18:42

Thanks Blaze. Need to talk to you about the forum. The main site won't exist until we find a name for the distro so it can be rebranded.
How do i become super user?
Wear your underpants on the outside and put on a cape.

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Site Suggestions

Post#5 by brokenman » 28 Dec 2010, 20:52

Sorry, chat function is at full width. I can change the height only. With a different style it may be wider. Blaze is now the forum admin, he can change what he thinks is needed.

EDIT: Blaze has changed styles so chat is bigger now.
How do i become super user?
Wear your underpants on the outside and put on a cape.

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Re: Site Suggestions

Post#6 by Blaze » 29 Dec 2010, 13:23

jayflood. Make the following:

1. Administration Control Panel > STYLES > Templates > where style prosilver press button Refresh.
2. Administration Control Panel > GENERAL > Feed Swttings > Enable Feeds for forums.
3. Go to your Administration Control Panel and select Language Packs under the System tab.

Thanks.

Добавлено спустя 1 час 5 минут 10 секунд:
I have done it.
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

User avatar
Hamza
Warlord
Warlord
Posts: 1908
Joined: 28 Dec 2010, 07:41
Distribution: Porteus
Location: France

Re: Site Suggestions

Post#7 by Hamza » 29 Dec 2010, 13:57

After 1 hour 5 minutes 10 seconds !

Great job !!!
NjVFQzY2Rg==

User avatar
Mithrandil
Power user
Power user
Posts: 29
Joined: 28 Dec 2010, 16:02
Distribution: Gentoo, PixieLive
Location: IT
Contact:

Re: Site Suggestions

Post#8 by Mithrandil » 29 Dec 2010, 14:45

i suggest to add writing permissions to the Development section :-D
reference: http://forum.porteus.org/ftopic55.html

because i cannot create new topics nor reply to the existent

regards, Mithrandil

EDIT: Fixed by Blaze

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Re: Site Suggestions

Post#9 by Blaze » 29 Dec 2010, 18:25

I fix it.
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Site Suggestions

Post#10 by brokenman » 30 Dec 2010, 19:26

Thank you. I've switched ports now. Let me know if error persists.

EDIT: I've turned off auto SSl for now until a certain issue can be resolved. You can still use by bookmarking your login page with https:// prefix.

Posted after 10 hours 33 minutes 56 seconds:
Hopefully the SSL notification should be fixed now. I also get an error reported from IE on index page. The thing is you can check the page at any HTML checker website and it passes a strict test.

Blaze: I like the last post first thing .... who else would like that?
How do i become super user?
Wear your underpants on the outside and put on a cape.

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Site Suggestions

Post#11 by fanthom » 31 Dec 2010, 02:00

@Jay
i think that Blaze implemented RSS for this - didn't try myself yet.

@Blaze
any chance to get a chat with private rooms secured with password?
Please add [Solved] to your thread title if the solution was found.

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Re: Site Suggestions

Post#12 by Blaze » 31 Dec 2010, 07:59

fanthom, yes. If Jay will delete your chat i can install this chat. Demo.
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Site Suggestions

Post#13 by Blaze » 31 Dec 2010, 10:20

This document was successfully checked as XHTML 1.0 Strict!

EDIT - moved from 'forum bugs' to 'site suggestions' as it's not a bug for sure:)
fanthom
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

hypomania
Samurai
Samurai
Posts: 130
Joined: 10 Mar 2011, 10:50
Distribution: Windows phone
Location: Saudi Arabia

Re: Site Suggestions

Post#14 by hypomania » 31 Dec 2010, 18:07

I saw there is strange color .. 'Girls' !!
are you serious !!
I think it's not good idea, because boys and girls are users.

and users are enough .

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: Site Suggestions

Post#15 by brokenman » 31 Dec 2010, 22:00

Aaaargh ... girls!! First they took over GOLF (Gentleman Only Ladies Forbidden) and now linux? There will be no domain left for real men. :sorry: just joking.

KSA_ARAB ... i don't think the ajax chat has FULL integration with phpbb. mchat (the current one) gives us full control over chat including permissions. I like how it is displayed on the front page as it gives the forum a more personal touch. I would suggest that we keep the current mchat for users and integrate the ajax chat for private chat rooms and lap dances from girl members. :ROFL:

PS: My partner just slapped the back of my head.
How do i become super user?
Wear your underpants on the outside and put on a cape.

Post Reply