Previous Thread
Next Thread
Print Thread
Rating: 25
Page 4 of 18 1 2 3 4 5 6 17 18
Joined: Jun 2001
Posts: 356
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 356
i also noticed that yesterday as well, so your not alone. it's not a problem for me though because i'm not going to be using it.
are there add-on hacks available for IIP? i've seen a few sites around where you can choose languages and other stuff in these "portal" pages as i call them.

Sponsored Links
Joined: Jun 2001
Posts: 356
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 356
ok, i've got one more final question (sorry, heh). I'd like to change the titles of the boxes. (ie, menu, shoutbox etc). I can do it in the custom boxes, but i cant see how to do it for the others. is it embedded somewhere else?

Joined: Aug 2002
Posts: 1,191
Kahuna
Kahuna
Joined: Aug 2002
Posts: 1,191
All the language strings are located in the languagepal.php. Find what you need and change it accordingly

Warm regards

Nikos


Nikos
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
I think it's simply not grabbing a profile because of an "out of range" type of error. I have seen this too but haven't had the time to track it down.

Joined: Jun 2001
Posts: 356
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 356
[]All the language strings are located in the languagepal.php. Find what you need and change it accordingly

Warm regards

Nikos [/]

thanks! never thought of looking in there!

Sponsored Links
Luka_dup1 #230413 01/11/2003 2:39 PM
Joined: Aug 2002
Posts: 109
Journeyman
Journeyman
Offline
Joined: Aug 2002
Posts: 109
One, my shout box isn't working...In the config it says the forum is created, no one has access...You click Shout and nothing happens...IE reports an error: line 29 char 1 Object Expected...

Also, on my news page (set to Announcements in the Chat House Category)...it just displays a link to the post...not the text/body of the post or the first X Characters...how do I fix that?

Finally, I want to edit a custom box to have just links (never changing) kind of like a second menu- how do I do that? Thanks for your help!

http://www.rotrader.com/index.php

#230414 01/11/2003 3:23 PM
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
You must have some javascript or other code that's causing problems for the javascript used in the shoutbox. It's hard to say what without me looking at it.

It sounds like you have the news fields under this line:
Set these to FULL for displaying all or a number (150,200,250...) for X number of characters or NONE for no body display. (Does anyone really use NONE?)

set to "NONE".

Is that the case?

If so set them to a number or FULL.


Or perhaps you are stripping HTML and have a tag in the begining and ending of the news post in which case the entire post would be stripped.


Or... once again it's hard to guess what the problem may be without looking.


#230415 01/11/2003 4:44 PM
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Check and make sure you have no trailing slash in for your $config['phpurl'] value. The shout page is trying to pull javascript from an url with a double backslash in it. That's what's causing your problems. (user error)

<script language="javascript" type="text/javascript" src="http://www.rotrader.com//forum/pals/java/javapal.php"></script>


Open a custom pal box, for instance custombox6pal.php and change this:

echo "Admins: Your custom content and code can be added to this box by editing the custombox6pal.php script located in the pals directory.";

to this:

echo <<<UBBTPRINT


Place all of your standard html code here.


UBBTPRINT;


Hope that helps.

Joined: Aug 2002
Posts: 109
Journeyman
Journeyman
Offline
Joined: Aug 2002
Posts: 109
K, the ubbprint is exactly what I needed...I checked my config and sure enough there was a double slash there...which doesn't make sence as I've never manually edited this file, just used the setup script and went with the defaults it found...*shrugs* anyway, removed one...and it still doesn't work...any other ideas? Or maybe something else I have to do? I check the sourse and it now shows a single slash..Thanks for your help

#230417 01/11/2003 7:53 PM
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
The ubbprint was for your 3rd q. The double slash was for the first q. I think you had solved the 2nd q or it worked itself out.

Sponsored Links
Joined: Aug 2002
Posts: 109
Journeyman
Journeyman
Offline
Joined: Aug 2002
Posts: 109
Yeah For my third..I just deleted the line that said echo $custombox1string (or something like that) and put the code there and it works

And my second it just didn't pick up the text of a post that was there befor installing iip...just reposted the original post

Just can't get the shout box to work hehe

#230419 01/11/2003 8:32 PM
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Is the java directory and javapal.php script world readable?

I'm not sure why but it seems as if the javascript isn't being loaded.

Joined: Aug 2002
Posts: 109
Journeyman
Journeyman
Offline
Joined: Aug 2002
Posts: 109
Yup! That was it! I'm all set (for now hehe) Thanks a bunch!

Joined: Oct 2000
Posts: 53
Junior Member
Junior Member
Offline
Joined: Oct 2000
Posts: 53
Post deleted by junhyok

randy #230422 01/11/2003 10:30 PM
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Nothing has changed from 5.2 to 5.3 other than that IIP now uses the table wrappers that come with .threads 6.2 so I don't know what may be causing your problem.

Joined: Oct 2000
Posts: 53
Junior Member
Junior Member
Offline
Joined: Oct 2000
Posts: 53
That was my mistake!! Sorry
I'm confused setting the option "strip Html".

But the poster's picture still not showing.

randy #230424 01/11/2003 10:51 PM
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
I just tested the picture settings. They worked for me. Not sure why they are not working for you.

Joined: Oct 2000
Posts: 53
Junior Member
Junior Member
Offline
Joined: Oct 2000
Posts: 53
It showing for unregistered user only...
Memeber can't see the picture.

And another question, when I turn on the strip HTML option(set to 1) some boards that I appointed to NEWS doesn't show the masseges.
Is it normal?


Joined: Apr 2002
Posts: 102
Journeyman
Journeyman
Offline
Joined: Apr 2002
Posts: 102
For some reason when I try to do www.myserver.com/somedir/index.php?RefCache=1

I get "This page cannot be displayed".... in IE

and an "Alert - The document contains no data" in Netscape 7

It worked fine the first time that it ran after running editconfigpal.php but since then it's given the errors. Everything else seems to work fine though... I've been having this problem since 5.2. Any ideas?

randy #230427 01/11/2003 11:22 PM
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
If your news message has html in the begining and at the end everything may be stripped out and nothing left. Best to use html sparingly in the news posts.

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Nope, no clue what could be happening there. You can always click on the green circular arrow next to the "Entrance" menu item to refresh cache as well.

randy #230429 01/11/2003 11:24 PM
Joined: Oct 2000
Posts: 53
Junior Member
Junior Member
Offline
Joined: Oct 2000
Posts: 53
Here's what I got...

When turn on strip HTML on :
[]http://www.doobic.co.kr/strip_on.gif[/]

When Trun off strip HTML off :
[]http://www.doobic.co.kr/strip_off.gif[/]

The seeting of my NEWS :
[]http://www.doobic.co.kr/setting.gif[/]

Thanks
Junhyok

Joined: Apr 2002
Posts: 474
Enthusiast
Enthusiast
Offline
Joined: Apr 2002
Posts: 474
I installed everything as instructed. I checked permissions. When I click submit nothing happens! I can't get it to save the configs... What am i doing wrong?

I go to the index.php and it still says "We are currently updating this page..."

Joined: Apr 2002
Posts: 102
Journeyman
Journeyman
Offline
Joined: Apr 2002
Posts: 102
[]You can always click on the green circular arrow next to the "Entrance" menu item to refresh cache as well.[/]

I've tried that and it gives the same result.

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
In the configure panel make sure that the URL to your index is correct. No backslashes at the end and dont include the actual index.php file in the url. This may explain why the green refresh icon doesn't work but if your typing the url in manually with the refresh command it should work that way.

I haven't had any problems like this before on my own sites so it's not easy for me to figure out what is going wrong.

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
What does it do?

Does it look as if it updates then goes to the index page?


Joined: Apr 2002
Posts: 474
Enthusiast
Enthusiast
Offline
Joined: Apr 2002
Posts: 474
Got everything working except that the Mew User Box doesn't show "New User" for the title of the box. Why?

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Make sure you languagepal.php file has this line in it.

$pal_NewMember[0] = "New Member";

Did you edit the newuserpal.php file?

Joined: May 1999
Posts: 1,715
Addict
Addict
Joined: May 1999
Posts: 1,715
Are you using greedy regexps?

I had some trouble with this as well, everything in the body was stripped when there was some html in it.

c0bra #230437 01/12/2003 9:55 AM
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Yeah I need to work on the regex that strips the html. It's blunt to say the least... lol

sdf123 #230438 01/12/2003 10:00 AM
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
When I switched over to using .threads table wrappers the new user title got overwritten. I'm updating the zip after this post.

Joined: Dec 2002
Posts: 173
Member
Member
Offline
Joined: Dec 2002
Posts: 173
Hi Dave

I have updated to 5.3 and updated ok.

Just thought I would let you know as I had problems with the last 2 updates not showing your link to the config, I think I know what I did wrong or rather what I did not do, and that was that I forgot to CLOSE my forum before uploading, well, I think it was that anyway, havn't tried some new things if any yet but great job again...

Thanks....I'll be back


Thanks

Liahona
Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
A smooth upgrade JustDave, no problems at all (except with me not modifying a custom pal box correctly -fixed)

Daine #230441 01/12/2003 5:47 PM
Joined: Apr 2002
Posts: 474
Enthusiast
Enthusiast
Offline
Joined: Apr 2002
Posts: 474
I didn't edit newuserpal.php and languagepal.php has the line you mention.

Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
When I switched over to using .threads table wrappers the new user title got overwritten. I'm updating the zip after this post. If you upload the newuserpal.php script from the current zip it should fix your problem.

sjsaunders #230443 01/13/2003 4:14 AM
Joined: Jun 2002
Posts: 61
Power User
Power User
Offline
Joined: Jun 2002
Posts: 61
Hi,

Somehow I have no copyright logo at the bottom of my forum, what did I do? I dont want anyone to think I removed it, can someone tell me which file I need to edit to ensure it is on there?

This is the part-

"UBB.threadsâ„¢ 6.2

.: IIP 5.2 by David Lozier ©2002 :. "

I am getting the debug stuff though,

Thanks for the great program,

-Jason

AggieMan #230444 01/13/2003 4:17 AM
Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
Isn't:

IIP 5.2 by David Lozier ©2002

the copyright?

jacksonm99 #230445 01/13/2003 4:34 AM
Joined: Jun 2002
Posts: 61
Power User
Power User
Offline
Joined: Jun 2002
Posts: 61
I think so but I dont ahve that, the text I posted was from the Threadsdev homepage. Mine just has my custom footer.

Thanks!

-Jason

AggieMan #230446 01/13/2003 4:44 AM
Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
You got me

I'm not sure why it's not there, in fact it is the hyperlink that you need to get to the IIP admin panel.

Do you have cookies set site wide in your admin / edit config settings page?

jacksonm99 #230447 01/13/2003 4:54 AM
Joined: Jun 2002
Posts: 61
Power User
Power User
Offline
Joined: Jun 2002
Posts: 61
Yeah, I had to guess to get to the IIP admin panel. But I read in the install he doesnt want us to remove it and mine is gone, dont want to look like a jerk. But I have no idea what is wrong since I dont remember editing any of the templates except the ones in the install.txt


Page 4 of 18 1 2 3 4 5 6 17 18

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
Posts: 70
Joined: January 2007
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 20240430)