Simple Portal

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Re: Simple Portal

Post 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

Post 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

Post by cisco007 »

what style is that, that you are using!?

Re: Simple Portal

Post 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

Post 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

Post 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.
Last edited by lqdmindz on 15 Jul 2010, 04:45, edited 1 time in total.

Re: Simple Portal

Post 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

Post by JaLoMe »

Hello Stoker,

This is Simple Portal Czech by JaLoMe.
Simple Portal.rar
You do not have the required permissions to view the files attached to this post.

Re: Simple Portal

Post 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.
You do not have the required permissions to view the files attached to this post.

Re: Simple Portal

Post by cisco007 »

not everyone has a wysiwyg editor installed on their board!