Previous Thread
Next Thread
Print Thread
Rate Thread
#47126 04/26/2001 7:13 PM
Joined: Feb 2001
Posts: 16
Junior Member
Junior Member
Offline
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

Sponsored Links
#47127 04/26/2001 7:52 PM
Joined: Sep 2000
Posts: 101
Member
Member
Offline
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 wink


kaak
[email protected]
icq# 4032410
#47128 04/26/2001 7:53 PM
Joined: Mar 2001
Posts: 293
Member
Member
Offline
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
Offline
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 smile

#47130 04/26/2001 8:23 PM
Joined: Feb 2001
Posts: 16
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 16
Quote
quote:
Its not a existing news script its made from scratch

Sponsored Links
#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


- Allen wavey
- What Drives You?
#47132 04/26/2001 9:09 PM
Joined: Mar 2001
Posts: 293
Member
Member
Offline
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
Offline
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
CTH Offline
Member
Member
Offline
Joined: Sep 2000
Posts: 305
Hi,

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

I hope ya give it a go Rob smile

#47135 04/27/2001 7:57 AM
Joined: Dec 2000
Posts: 2
Junior Member
Junior Member
Offline
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.

Sponsored Links
#47136 04/27/2001 11:00 AM
Joined: Feb 2001
Posts: 16
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 16
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 ]

#47137 04/27/2001 2:02 PM
Joined: Jan 2000
Posts: 825
Member / CodeFixer
Member / CodeFixer
Offline
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
Offline
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... smile we are looking for a way to either bridge ubb and newspro, or something similar to slashubb...


- Allen wavey
- What Drives You?
#47140 04/27/2001 4:57 PM
Joined: Feb 2001
Posts: 16
Junior Member
Junior Member
Offline
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 ]

#47141 04/29/2001 4:51 PM
Joined: Feb 2001
Posts: 16
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 16
heres an example of my news in SSI http://www.n-l-n.com/index2.shtml

#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?


- Allen wavey
- What Drives You?
#47143 05/16/2001 2:05 AM
Joined: Feb 2001
Posts: 16
Junior Member
Junior Member
Offline
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]

#47144 05/16/2001 10:40 AM
Joined: Jan 2000
Posts: 825
Member / CodeFixer
Member / CodeFixer
Offline
Joined: Jan 2000
Posts: 825
that looks very slick.

#47145 05/16/2001 2:09 PM
Joined: Nov 2000
Posts: 915
Developer
Developer
Offline
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! smile

#47146 05/16/2001 3:14 PM
Joined: May 2001
Posts: 85
PB Offline
Member
Member
Offline
Joined: May 2001
Posts: 85
Wow that looks great, but what exactly did you edit to make it look like a portal?


Link Copied to Clipboard
Donate Today!
Donate via PayPal

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.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
JAISP
JAISP
PA
Posts: 449
Joined: February 2008
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)