Page 6 of 16

Re: Simple Portal

Posted: 13 Jul 2010, 18:17
by cisco007
it's possible but, i will look awfull specially because the blocks on the right are smaller, if you put them with the rest it will not look correctly but, if you actually do want to have them like that i will take a look and let you know!

Re: Simple Portal

Posted: 13 Jul 2010, 23:34
by lqdmindz
Thanks,

or if you could advise me on how to get it to resize properly and fit in my forums style that would be awesome aswell.

Re: Simple Portal

Posted: 14 Jul 2010, 01:29
by cisco007
what style is that, that you are using!?

Re: Simple Portal

Posted: 14 Jul 2010, 03:07
by lqdmindz
I worked out the issue i had. My header bar was an entire image and didnt need sides. Sadly i dont know how this could be remedied.

I have added an announcement table to my portal. Is it possible to setup an announce.php that appears like the posting.php that writes the data wanted in html format into a txt file(so we could have movies and other bbcode type stuff), then L_PORTAL_ANNOUNCE calls this info from the txt file and displays the new announcement.

I think this would really add a new depth to the simple portal.

Re: Simple Portal

Posted: 14 Jul 2010, 03:18
by cisco007
i think that is much more than what we can help you here on this topic, that seems like you might have to open up another topic for that!

Re: Simple Portal

Posted: 15 Jul 2010, 06:03
by lqdmindz
Perhaps you could help me with something else then. How can i change the code so the it uses the default login page.

By this i mean that when going to the /portal.php page it goes to the login screen. I want this because i dont want ppl seeing the announcement on the portal page.

Re: Simple Portal

Posted: 15 Jul 2010, 06:50
by Stoker
Find this in the portal.php:

Code: Select all

$user->setup();
add after:

Code: Select all

if ($user->data['user_id'] == ANONYMOUS)
{
    login_box('', $user->lang['LOGIN']);
}

Re: Simple Portal

Posted: 15 Jul 2010, 10:07
by JaLoMe
Hello Stoker,

This is Simple Portal Czech by JaLoMe.
Simple Portal.rar
Simple Portal Czech
(41.81 KiB) Downloaded 136 times

Re: Simple Portal

Posted: 16 Jul 2010, 09:44
by lqdmindz
Hi guys,

i have since figured out how to add a field wereby you can post new announcements via a WYSIWYG text editor. If anyone is interested i can show you how. Attached are pictures of it.

Re: Simple Portal

Posted: 16 Jul 2010, 16:34
by cisco007
not everyone has a wysiwyg editor installed on their board!