Previous Thread
Next Thread
Print Thread
Rating: 15
Page 3 of 10 1 2 3 4 5 9 10
Joined: Nov 2001
Posts: 39
User
User
Offline
Joined: Nov 2001
Posts: 39
Aahh, yes...I see the languagepal.php.This is just great news. You're a champ I'll get back to you with a danish translation around the time of the release of ubbt6.1

Tim

Last edited by voidvoid; 09/06/2002 7:40 AM.
Sponsored Links
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
The language file in 5.0 isn't complete and it's not the same as what is used in 6.0 either. I think the only file that's not covered by 5.0's language file is the profile index. In 6.0 I placed the language strings into an array in the same manor as .threads does which makes things cleaner and simpler to work with.

Joined: Nov 2001
Posts: 39
User
User
Offline
Joined: Nov 2001
Posts: 39
Any ETA on 6x?

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Sometime before 2003.

Joined: Jun 2001
Posts: 176
Member
Member
Offline
Joined: Jun 2001
Posts: 176
dave you need to change the font size on this turn ipp on
please increase the font to +10 then everyone can see it LOL j/k

most new people t ipp seem to have a problem with turning on ipp

Last edited by Dslam; 09/06/2002 10:43 AM.
Sponsored Links
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
The next version is accessed from the admin area with menu options along the left hand frame with everything else

Joined: Nov 2001
Posts: 39
User
User
Offline
Joined: Nov 2001
Posts: 39
Thx

Joined: Feb 2002
Posts: 2,286
Veteran
Veteran
Joined: Feb 2002
Posts: 2,286
posted by JoshPet:
Custom Pals
I've also created a few "generic" pal boxes.. where I have placed throughout the page some Amazon.com Product Links. These generate a little revenue and add some interesting graphics to the front page.



JoshPet,

Would you be willing to share as to how you did the generic boxes? Either I am getting older, or my brain has seized up, as I can't remember how I used to do it!!

Ian


Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Would I be willing to share? Always.

I haven't tested this on 5.0 yet.... I'm still on 4.3... but I bet it'll work fine.

Attached is a zip file with instructions and a "generic" pal box.

The instructions are down and dirty and I jotted them off just now.... so it ain't pretty. But it's simple... so it should do.

:)
Attachments
55985-generic pal boxes for 4.3.zip (0 Bytes, 68 downloads)

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Thanks Josh

I'm sure there are others here also that will find this usefull too.

Sponsored Links
Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
very useful, thank you josh

Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
Grr.. I hate being php retarded

Ok, I've tried adding \'s and everything else, but never seems to work. I only need this code in my box:

code:
<MAP NAME="SFlashCard">
<AREA SHAPE="RECT" COORDS="0,0,131,94" HREF="http://www.anythingweather.com/current.asp?station=Klan">
<AREA SHAPE="rect" COORDS="131,0,185,94" HREF="http://www.anythingweather.com/sponsors.asp?station=Klan">
</MAP> <IMG USEMAP="#SFlashCard" src="http://www.anythingweather.com/flashcards/Klan/flashcard2.png" BORDER="0">



How should it look to work?

Last edited by msula; 09/06/2002 6:06 PM.
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Like this:

code:

<MAP NAME="SFlashCard">
<AREA SHAPE="RECT" COORDS="0,0,131,94" HREF="http://www.anythingweather.com/current.asp?station=Klan">
<AREA SHAPE="rect" COORDS="131,0,185,94" HREF="http://www.anythingweather.com/sponsors.asp?station=Klan">
</MAP> <IMG USEMAP="#SFlashCard" src="http://www.anythingweather.com/flashcards/Klan/flashcard2.png" BORDER="0">




Hope that works for you.

Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
Thanks dave. I swore I did that, about 4 times. Hmm..

But although it works, per josh's instructions, I'm not sure how to get the pal to work, since it has changed quite a bit since 4.3

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
I *hope* to be playing with 5.0 this weekend.... havne't had time yet.... but I can't wait.
Once I look at it, I can see what needs to be done for that.

Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
Not a problem, I just thought I'd give it a try When you find out just post and I'll be sure to pick it up

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
There was a step that needed to be added for setting this up with UBB.threads 6.0.x to allow the download.php script to work. I updated the instructions of this thread's main post. Basicly the download script was looking for the related language file and could not find it and failed.

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Another error found thanks to Gardener. When the viewer's style sheet was set to "use default" the shout box didn't know what to do with that information so it was most likely trying to load a style sheet named usedefault.css (which don't exist) lol


I just updated the IIP 5.0 attachment in this thread's main post. Download the zip and upload the new shoutdisplaypal.php script and you should be good to go.

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
I gotta add my 2 cents.

Just installed this as I'm getting ready (maybe tonight) to switch my boards to 6.1.

Dave... the Online Config tool is FREEEEEEEKIN' AWESOME!

Very Impressive! Perhaps now my non-tekkie Admin and site owner can make adjustments there without my help!

Thanks Dave!

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
hehehe your welcome

I thought the configure panel turned out rather well myself. This has to be one of the most important features for IIP to be user friendly for sure.

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Now I need to tweak my "custom ad pals" and somehow add them to the interface.

Well... don't look for that any time soon. But ya never know.

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
I minor "buglet".

When viewing the profile index...

It shows two columns of profiles side by side.

The right it shows the custom titles that I've got for the extra fields... but on the left it labels them as "extra 1", "extra 2" etc....

Thanks!!!

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
ack... LoL will fix that right now. Thanks.

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
I just updated the IIP 5.0 zip file with the new profilepal.php script. Let me know if you notice anything else. Thanks

Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
stop finding bugs so I can stop updating my files.. lol

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
LoL well the good thing is that some of these were in 6.0 so squashing them here eliminates them there.

Of course there will be new improved bugs with the new improved IIP... LoL

Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
It's alright, I don't mind

Just a question, I know the caching has increased my index loading time by quite a bit, but it still a tad slow for my liking. I'm not running all the pals either, but 1.5 seconds is slow to me.. lol I know, I'm picky.

So, what would you recomend for the update times? I left them all at default times as of now, but just wondering, what may help increase load times? Making the update intervals shorter, or longer or what?

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Longer times are better if you don't mind information being displayed that's not quite "up to date". Use odd numbers for the minutes to cut down on overlap. Some things such as the "news" section could be changed every 12 hours (720 minutes) and if you need to bring a news article to the front then just add &RefCache=1 to the url or ?RefCache=1 if you have a Cat= in the url.

Pull the polls out of just one forum. Don't make it random.

Turn "force public" on. This is needed if your going to cache the news.

If you really don't need a particular pal box turning it off will help.



These are all I can think of at the moment. Might be one or two more if I think about it long enough... lol

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
That fixed the profile thing.
thanks!

Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
Well I had already everything done you said, but I did adjust the times a bit and I also made a few things show less posts, like 5 instead of 10. Its down to about 1.6 seconds.

I haven't had anyone complain or mention anything, so I'm sure its fine

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
The funny thing is that I know of some popular websites out there, commercial even, that load in what is probably 3 to 5 seconds and occasionally faster. These sites don't have page generation times so people don't think anything of it. To be quite honest I think anything loading in less than 3 seconds with 20,000+ members and 40,000+ posts is doing fantastic. http://www.myhotboard.com seems to load fairly fast with the amounts above.

The other thing that's a factor is the host. If your on a shared server and it's packed with other accounts then I'm sure times will be slower than being on a dedicated one.

What would be nice is to see a list of sites using IIP that state what they are running on as far as hardware and if it's a dedicated/shared server and give some average generation times.

If I can get around to creating an archival system that moves the older posts out of the w3t_Posts table this will help considerably with the speed issues of larger sites too. (it's on the list) lol

Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
Yeah, I can't complain at all, I mean less than 2 seconds, haha that's fast. As you mentioned I have seen some sites that are generally slow and you're right, I never even think about it.

Its just me being a perfectionist, I will sit here and try to squeeze every ounce of performance I can, whether it be my own machine here at home or a website or whatever Gives me high blood pressure, lol

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
LoL I share the same affliction... LoL always trying to make it faster, better than before...

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
I'm not the biggest site in the world... but we are pretty busy. Almost 6000 members... and knocking on 30,000 posts.

I'm using force public. Almost everything left the default. Random polls. I left everything turned on.

I am on a dedicated Rackspace.com server.

"Generated in 1.347 seconds in which 1.269 seconds were spent on a total of 21 queries. Zlib compression enabled."

MUCH better than before... I think it used to be double that.

Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
Yeah, prior to IIP5 I had some pretty poor results, but this has helped out a great deal. With what, 70k posts to pull info from I couldn't ask for much more.

As a side thought... I think I remember in 4.3 that the header would load first, then the info below it would come after. Is that true? If so, why does it not work that way in this version?

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
I'm not sure why that is as it uses .threads to send the header out like all of the versions including 6.0. Now that it's standards compliant perhaps this has helped speed it up during the display?

Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
That may be. I was just kind of used to the header poping up almost instantly, and then in another short instant the rest would follow. Now its just a white screen for a second, then everything displays at once.

Doesn't make much difference, just something I noticed from before

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Just wanted to mention that at some point I'll will be creating a "top 10" page that will list the current top 10 pal boxes that are used on the index along with some other top 10's I can put together. I have seen this sort of page on the various *nuke sites.

As more pal boxes are created that are not dependant on the forum data they will fill the gaps created when the top 10's are on a seperate page. You will of course still be able to use the top 10's anywhere you want but removing such boxes will help speed things up at the entrance.

Joined: Aug 2002
Posts: 9
Newbie
Newbie
Offline
Joined: Aug 2002
Posts: 9
Thanks all members

Joined: Feb 2002
Posts: 2,286
Veteran
Veteran
Joined: Feb 2002
Posts: 2,286
Silly question - but how does one make the right hand column wide from using the editconfigpal?

I thought it might automatically kick in if the middle or left columns have nothing in it, but this is not the case.

So I looked manually at the config.pal, and see that each pal has four options - I am assuming that this is left,middle,right,wideright? however the second option appears to be the left.

Can you clarify this for me - I have had to disable many of the boxes to get it down to something reasonable, so now wish to just have a left & wideright columns.

Ian


Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)
Page 3 of 10 1 2 3 4 5 9 10

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
Gizmo
Gizmo
Portland, OR, USA
Posts: 5,833
Joined: January 2000
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)