Simple Portal
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
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
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
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.
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
what style is that, that you are using!?
Re: Simple Portal
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.
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
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
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.
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.
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Simple Portal
Find this in the portal.php:
add after:
Code: Select all
$user->setup();
Code: Select all
if ($user->data['user_id'] == ANONYMOUS)
{
login_box('', $user->lang['LOGIN']);
}
Board rules! No PM support
Re: Simple Portal
Hello Stoker,
This is Simple Portal Czech by JaLoMe.
This is Simple Portal Czech by JaLoMe.
Re: Simple Portal
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.
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
not everyone has a wysiwyg editor installed on their board!