php forum
php mysql forum
php mysql smarty
 
Page 35 of 36 < 1 2 ... 33 34 35 36 >
Topic Options
#230968 - 12/22/03 12:11 PM Re: Help with 5.3 install :-( [Re: ryanc]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
The second problem looks like you've corrupted one of your language files. I can't read the language, but maybe the online.php language file got messed up.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#230969 - 12/22/03 12:32 PM Re: Help with 5.3 install :-( [Re: Daine]
Anno Offline
Code Monkey

Registered: 05/23/01
Posts: 562
Loc: Austria
The french lanuage file is icluded with<br />
Code:
  <br />&lt;PRE&gt;&amp;lt;?<br />?&amp;gt;&lt;/PRE&gt;<br />
<br />tags for some strange reason....

Top
#230970 - 12/22/03 12:33 PM Re: Help with 5.3 install :-( [Re: domain123]
Anno Offline
Code Monkey

Registered: 05/23/01
Posts: 562
Loc: Austria
it should be <br />include(language_file);

Top
#230971 - 12/22/03 03:49 PM Re: Help with 5.3 install :-( [Re: domain123]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I don't follow what you're talking about. <img src="http://www.ubbdev.com/forum/images/graemlins/crazy.gif" alt="" /><br /><br />I don't think there is a french translation yet for IIP.<br />Or is that a .Threads frech bug?
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#230972 - 12/22/03 07:04 PM Re: Help with 5.3 install :-( [Re: Daine]
Anno Offline
Code Monkey

Registered: 05/23/01
Posts: 562
Loc: Austria
It´s the french language file for UBBThreads, lanugages/french/online.php<br /><br />The last part of it, seems that the file is broken at $ubbt_lang['ubbthreads'].

Top
#230973 - 12/23/03 01:36 AM Re: Help with 5.3 install :-( [Re: domain123]
Topgun Offline
Lurker

Registered: 08/30/03
Posts: 5
thanks pals!!<br /><br />Ok for the french bugs!<br />Anyway gonna eat a french chick for Xmas <img src="http://www.ubbdev.com/forum/images/graemlins/cool.gif" alt="" /><br /><br />Merry Xmas

Top
#230974 - 12/27/03 10:21 AM Re: Integrated Index Page (IIP) 5.3.1 [Re: sjsaunders]
Celtic Mad Offline
Junior Member

Registered: 07/13/03
Posts: 10
<br /> <br />When I click on the copyright link it takes me to a chat room intigration site. What do I do?


Edited by JoshPet (12/27/03 02:29 PM)

Top
#230975 - 12/27/03 11:21 AM Re: Integrated Index Page (IIP) 5.3.1 [Re: iamrotten]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
You are not logged in as a valid administrator.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#230976 - 12/27/03 02:28 PM Re: Integrated Index Page (IIP) 5.3.1 [Re: sf49rminer]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Or you are and the cookies are not set site wide. <br /> <br />From the FAQ Above. <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" /> <br />[] <br /> <br />I click on the Copyright link and I go to ChattersOnline. <br />First, make sure you are logged in as Admin. Then, in your config file, make sure your cookies are set site wide. The cookie path should be "/". <br /> <br />[/] <br /> <br />Also, I removed your mega wide image as it stretched out the whole thread and caused left/right scroll.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#230977 - 12/27/03 04:17 PM Re: Integrated Index Page (IIP) 5.3.1 [Re: Daine]
Celtic Mad Offline
Junior Member

Registered: 07/13/03
Posts: 10
How do I change da width of the portal?

Top
#230978 - 12/27/03 10:15 PM Re: Integrated Index Page (IIP) 5.3.1 [Re: iamrotten]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
It's based off the width already defined within your threads settings. <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#230979 - 01/07/04 11:12 PM Re: Integrated Index Page (IIP) 5.3.1 [Re: Daine]
ST Offline
Junior Member

Registered: 08/03/03
Posts: 160
OK I am moving this problem of mine here per Josh.<br /><br />I have this mod installed(IIP) onto version 6.3 of threads.<br /><br />Basically this is my problem; when I go to the current threads box and click on the recent post, it does not take me to the precise post number that was the msot recent. It instead takes me to the top of the thread.<br /><br />Now, when I am i the main index page of my site and I go to the "Last Post" link, it takes me right to the msot recent post number and NOT to the top of the thread.<br /><br />How can I get the link in "current threads" in the "Entrance Page" refer to the most recent post number? What script do I need ot change and what does it need changed to?

Top
#230980 - 01/07/04 11:36 PM Re: Integrated Index Page (IIP) 5.3.1 [Re: Brett_Northan]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Ah now I understand your question.<br /><br />That's designed behavior. It's "current threads" not current posts. So it just takes you to the thread.<br /><br />But the way you describe it working is how it works on IIP.<br /><br />I imagine if you wanted to have it jump down, you'd have to alter the query to also find out what the last post is by grabbing the B_LastPostNum field from the database and add an anchor tag to the link. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#230981 - 01/08/04 12:17 PM Re: Integrated Index Page (IIP) 5.3.1 [Re: Daine]
ST Offline
Junior Member

Registered: 08/03/03
Posts: 160
whew... I thought I was going crazy...<br /><br />How would I go about making te query? Do you have a suggested mod string that I could add to the current threads script to make it behave the way I want it to?<br /><br />I would love to have a "Current Posts" page. <img src="http://www.ubbdev.com/forum/images/graemlins/grin.gif" alt="" /><br /> <img src="http://www.ubbdev.com/forum/images/graemlins/thankyousign.gif" alt="" />

Top
#230982 - 01/08/04 11:59 PM Re: Integrated Index Page (IIP) 5.3.1 [Re: Brett_Northan]
ST Offline
Junior Member

Registered: 08/03/03
Posts: 160
::watches the tumbleweeds:: <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br />is what I asked for possible or is it just too much to ask here?

Top
#230983 - 01/09/04 12:42 AM Re: Integrated Index Page (IIP) 5.3.1 [Re: Daine]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yes, I told you how above. <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" /><br /><br />[]JoshPet said:<br /> you'd have to alter the query to also find out what the last post is by grabbing the B_LastPostNum field from the database and add an anchor tag to the link. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> [/]
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#230984 - 01/09/04 08:33 AM Re: Integrated Index Page (IIP) 5.3.1 [Re: Daine]
ST Offline
Junior Member

Registered: 08/03/03
Posts: 160
hehhehe....<br />I guess I sound smarter than I am. My fault for not asking directly.<br /><br />Where would I go or ask to get the syntax for the query to do that? How does one add an anchor tag to te link? In short, how exactly would I do what you told me to do?

Top
#230985 - 01/09/04 10:10 AM Re: Integrated Index Page (IIP) 5.3.1 [Re: Brett_Northan]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Look at the query structure and anchor tag from the YASM 2.0 Mod that should give you a rough search to compare to.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#230986 - 01/12/04 02:52 PM Re: Integrated Index Page (IIP) 5.3.1 [Re: sf49rminer]
fishtails Offline
Enthusiast

Registered: 06/19/02
Posts: 307
Loc: Fernandina Beach, FL
Actually, I had a problem with 5.3.1 but when I began this post I figured I would check it one more time and lo and behold it worked. Has this ever happened to anyone?<br /><br />About the begining of December, anytime you would go to the home page it would not display. Let me see if I can clear this up. If you typed in the home pahe in the url, or even clicked a link to it from anywhere else, you never would leave the site you were at, but the browser status indicator would indicate that the page DID load and the URL would show in the address bar. I eventually had to stop using IIP and build a new script for my home page. This happened on another site as well, and I did the same thing there. It was as if my site was down, yet if you typed in the url to the forum itself, everything worked fine. Occasionally it would give me a 404 error, but upon investigating the file was intact. Perplexed I am. I had renamed the IIP page to index3.php to figure out what the problem was and it did the same thing.<br /><br />But.... today I come to give this post and I checked the index3.php and threw me for a loop, it's suddenly working again. (theme from the twilight zone playing) <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" /> <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" /> <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" /> Any ideas on what caused this?
_________________________
Fish or Cut Bait! http://www.fish-tails.net

[:"red"]Air traffic control? It has its ups and downs.[/] http://www.natcazjx.org

Top
#230987 - 01/12/04 03:33 PM Re: Integrated Index Page (IIP) 5.3.1 [Re: ]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
From what I've seen,<br />If your news pal is pulling from a forum with lots of posts, and your server times out during the query.... the cached IIP results could be blank (if the cache never gets updated). <br /><br />So sometimes, on some servers or larger sites, IIP does not work well.<br /><br />I'd try to reduce options/remove boxes, and have the newspal pull from forums that don't have very many posts. Likewise, take advantage of the other options to gain efficiency. Taking advantage of the caching can help. Stagger their refresh times. But if the query is too intense to update the cache, you won't have a page.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
Page 35 of 36 < 1 2 ... 33 34 35 36 >



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks