#47126
04/26/2001 7:13 PM
|
Joined: Feb 2001
Posts: 16
Junior Member
|
Junior Member
Joined: Feb 2001
Posts: 16 |
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
|
|
|
#47127
04/26/2001 7:52 PM
|
Joined: Sep 2000
Posts: 101
Member
|
Member
Joined: Sep 2000
Posts: 101 |
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 
|
|
|
#47128
04/26/2001 7:53 PM
|
Joined: Mar 2001
Posts: 293
Member
|
Member
Joined: Mar 2001
Posts: 293 |
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?
|
|
|
#47129
04/26/2001 8:19 PM
|
Joined: Feb 2001
Posts: 16
Junior Member
|
Junior Member
Joined: Feb 2001
Posts: 16 |
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 
|
|
|
#47130
04/26/2001 8:23 PM
|
Joined: Feb 2001
Posts: 16
Junior Member
|
Junior Member
Joined: Feb 2001
Posts: 16 |
Its not a existing news script its made from scratch
|
|
|
#47131
04/26/2001 9:06 PM
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
Looks nice Rob.... let me know if I can help
|
|
|
#47132
04/26/2001 9:09 PM
|
Joined: Mar 2001
Posts: 293
Member
|
Member
Joined: Mar 2001
Posts: 293 |
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
|
|
|
#47133
04/26/2001 9:51 PM
|
Joined: Feb 2001
Posts: 16
Junior Member
|
Junior Member
Joined: Feb 2001
Posts: 16 |
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 ]
|
|
|
#47134
04/26/2001 10:14 PM
|
Joined: Sep 2000
Posts: 305
Member
|
Member
Joined: Sep 2000
Posts: 305 |
Hi, Just wanted to say this is exactly what I've been looking for  I hope ya give it a go Rob 
|
|
|
#47135
04/27/2001 7:57 AM
|
Joined: Dec 2000
Posts: 2
Junior Member
|
Junior Member
Joined: Dec 2000
Posts: 2 |
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.
|
|
|
#47136
04/27/2001 11:00 AM
|
Joined: Feb 2001
Posts: 16
Junior Member
|
Junior Member
Joined: Feb 2001
Posts: 16 |
I am not baned from either and dont say things unless you have facts 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 ]
|
|
|
#47137
04/27/2001 2:02 PM
|
Joined: Jan 2000
Posts: 825
Member / CodeFixer
|
Member / CodeFixer
Joined: Jan 2000
Posts: 825 |
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..
|
|
|
#47138
04/27/2001 2:42 PM
|
Joined: Feb 2001
Posts: 16
Junior Member
|
Junior Member
Joined: Feb 2001
Posts: 16 |
Thanx djlunacy i was wondering about the news script on the ubb front page https://ubbdev.com/index.shtm is that script avail?
|
|
|
#47139
04/27/2001 2:55 PM
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
it's newspro...  we are looking for a way to either bridge ubb and newspro, or something similar to slashubb...
|
|
|
#47140
04/27/2001 4:57 PM
|
Joined: Feb 2001
Posts: 16
Junior Member
|
Junior Member
Joined: Feb 2001
Posts: 16 |
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 ]
|
|
|
#47142
04/30/2001 6:38 PM
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
Looks good Rob, how's it going?
|
|
|
#47143
05/16/2001 2:05 AM
|
Joined: Feb 2001
Posts: 16
Junior Member
|
Junior Member
Joined: Feb 2001
Posts: 16 |
well i got it working a working version using UBB the colors need changed:) its using my old template.. ![[Linked Image]](http://ikondev.technobross.com/mea/test.jpg)
|
|
|
#47144
05/16/2001 10:40 AM
|
Joined: Jan 2000
Posts: 825
Member / CodeFixer
|
Member / CodeFixer
Joined: Jan 2000
Posts: 825 |
|
|
|
#47145
05/16/2001 2:09 PM
|
Joined: Nov 2000
Posts: 915
Developer
|
Developer
Joined: Nov 2000
Posts: 915 |
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! 
|
|
|
#47146
05/16/2001 3:14 PM
|
Joined: May 2001
Posts: 85
Member
|
Member
Joined: May 2001
Posts: 85 |
Wow that looks great, but what exactly did you edit to make it look like a portal?
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 1,157
Joined: July 2001
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|