Simple Portal

Modifications for phpBB3. Try the Mods here and share Your own Mods
There is no support here! Only Read Access!
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
Locked
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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!
lqdmindz
BBCoder II
BBCoder II
Posts: 12
Joined: 24 May 2010, 04:41

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.
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Simple Portal

Post by cisco007 »

what style is that, that you are using!?
lqdmindz
BBCoder II
BBCoder II
Posts: 12
Joined: 24 May 2010, 04:41

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.
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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!
lqdmindz
BBCoder II
BBCoder II
Posts: 12
Joined: 24 May 2010, 04:41

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, 06:45, edited 1 time in total.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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']);
}
Board rules! No PM support
User avatar
JaLoMe
BBCoder I
BBCoder I
Posts: 2
Joined: 08 Jul 2010, 06:23
Location: Czech - Ostrava
Contact:

Re: Simple Portal

Post by JaLoMe »

Hello Stoker,

This is Simple Portal Czech by JaLoMe.
Simple Portal.rar
Simple Portal Czech
(41.81 KiB) Downloaded 136 times
lqdmindz
BBCoder II
BBCoder II
Posts: 12
Joined: 24 May 2010, 04:41

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.
Attachments
New Announcement02.jpg
New Announcement01.jpg
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Simple Portal

Post by cisco007 »

not everyone has a wysiwyg editor installed on their board!
Locked