UBB.Dev
Posted By: hurricane rob UBB portal - 04/27/2001 2:13 AM
I would like to make a portal for UBB
I made one for ikonboard but am losing interest with that board and the staff.
"kids"
I was wondering if i could do this and if i could when i was done ,make it availiable for down load for the UBBers?
Heres a demo of my old portal
which i would like to intergrate with UBB and
add more to it..
DEMO OF OLD PORTAL
Posted By: kaak Re: UBB portal - 04/27/2001 2:52 AM
I'm not exactly sure what you mean, but i think it is a great idea =) lol...we welcome all the cool stuff we can get wink
Posted By: M2sc-com Re: UBB portal - 04/27/2001 2:53 AM
anyone can make a hack if they want to, and UBBdev is here ot let everyone access them.

And a question about the portal do you have it intergrated with a newsposting script or is it pulling those topics off a board?
Posted By: hurricane rob Re: UBB portal - 04/27/2001 3:19 AM
Well theres a complete admincenter for all the options that you can choose from..

you can set it up to read from a forum or priviate forum that you can setup for writing your news... or set it to read from all the forums and post the latest first..
you can change the tables around PM top or side, online top or side, allso the annoucments are ported in..lots of on and off options..
theres all kinds of things that it can do..

allso set your names and links in the admincenter..
it shows html attachments flash or what ever you want to use..or you can turn all the outer and top tables and logo and top menu off and use it via SSI with your own tables..
crap i have a ton more of ideas smile
Posted By: hurricane rob Re: UBB portal - 04/27/2001 3:23 AM
Quote
quote:
Its not a existing news script its made from scratch
Posted By: AllenAyres Re: UBB portal - 04/27/2001 4:06 AM
Looks nice Rob.... let me know if I can help
Posted By: M2sc-com Re: UBB portal - 04/27/2001 4:09 AM
i would love it i have been looking for something like this and do not really want Slash and don't really like newspro and no one has made a newspro addon for UBB 6 I would love for you to make a hack like that for 6 sounds really cool
Posted By: hurricane rob Re: UBB portal - 04/27/2001 4:51 AM
It should be very easy to convert over mainly need to port into the threads
and hook into the online and pm allso
convert the admincenter ,it makes its own cgi info file for the admin..i think this could be very easy..

[ April 26, 2001 09:52 PM: Message edited by: hurricane rob ]
Posted By: CTH Re: UBB portal - 04/27/2001 5:14 AM
Hi,

Just wanted to say this is exactly what I've been looking for smile

I hope ya give it a go Rob smile
Posted By: JosephGettisberg Re: UBB portal - 04/27/2001 2:57 PM
Actually 'Hurricane Rob' aka 'UpperKing' was banned from the Ikonboard support forums, I'm not sure what for. He's also banned at the vB support forums too.

Just thought you should know.
Posted By: hurricane rob Re: UBB portal - 04/27/2001 6:00 PM
I am not baned from either
and dont say things unless you have facts shocked

look for yourself


VBULLETIN POST
Ikonboard post

man if this is what i get for offering my time for free forget it..

[ April 27, 2001 11:21 AM: Message edited by: hurricane rob ]
Posted By: DJLunacy Re: UBB portal - 04/27/2001 9:02 PM
rob thank you and I apoligize for that...

Joesph please do not post sladerous comments towards our users unless you provide direct evidence, especially when he is clearly trying to help out our community.

Rob i would love to see this modification..
Posted By: hurricane rob Re: UBB portal - 04/27/2001 9:42 PM
Thanx djlunacy

i was wondering about the news script on the ubb front page
https://ubbdev.com/index.shtm
is that script avail?
Posted By: AllenAyres Re: UBB portal - 04/27/2001 9:55 PM
it's newspro... smile we are looking for a way to either bridge ubb and newspro, or something similar to slashubb...
Posted By: hurricane rob Re: UBB portal - 04/27/2001 11:57 PM
If any one would like to help me that would be great.the ubb 6.0 new code is definitely different the the older pre 5X versions..
i see theres a active topics that could be ported into, "public_daily _topics.pl" "public_topic_page.pl" "ubb_get_topic.cgi"
i would like to plug into it without using any of the ubb code..heres what i need to use to convert.. my icq 61222440

@fnumbers = split(/;/, $forumn);

foreach $number (@fnumbers) {
opendir(THREADS, "$ubdir/forum$number");
my @threads = readdir(THREADS);
closedir(THREADS);
@unsortedthreads = grep(/w+.cgi/, @threads);
@thethreads = sort {$b <=> $a} @unsortedthreads;
$thno = "0";
foreach $thread (@thethreads) {
if ($thno < $max_posts) {
$thno++;
open(DETAILS,"$ubdir/forum$number/$thread");
$details =
;
close(DETAILS);
($tno,$title,$desc,$stuff,$stuff2,$stuff3,$stuff4,$stuff5,$stuff6,$stuff6) = split(/|/,$details);
open(TDETAILS,"$ubdir/forum$number/$tno.thd");
$Tdetails = ;
close(TDETAILS);
($user,$ti,$ip,$r,$t,$threadstuff,$posticon) = split(/|/,$Tdetails);

any one that can help please icq me..

the whos online and PM is the easy part

[ April 27, 2001 05:00 PM: Message edited by: hurricane rob ]
Posted By: hurricane rob Re: UBB portal - 04/29/2001 11:51 PM
heres an example of my news in SSI http://www.n-l-n.com/index2.shtml
Posted By: AllenAyres Re: UBB portal - 05/01/2001 1:38 AM
Looks good Rob, how's it going?
Posted By: hurricane rob Re: UBB portal - 05/16/2001 9:05 AM
well i got it working a working version using UBB the colors need changed:) its using my old template.. [Linked Image]
Posted By: DJLunacy Re: UBB portal - 05/16/2001 5:40 PM
that looks very slick.
Posted By: DPK.ducky.quack Re: UBB portal - 05/16/2001 9:09 PM
I was working on a newspro/ubb addon but ran into some problems when it came down to getting everything to work right. It would post the news, but none of the posters membership information would work correctly. I scrapped it. I like JB007's slashubb for ubb6 so far except that it needs some more features to really put it up to the top where I would want to switch to it from newspro.

hurricane: cool work so far btw too! smile
Posted By: PB Re: UBB portal - 05/16/2001 10:14 PM
Wow that looks great, but what exactly did you edit to make it look like a portal?
© UBB.Developers