|
Joined: Jun 2001
Posts: 356
Junior Member
|
Junior Member
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.
|
|
|
|
Joined: Jun 2001
Posts: 356
Junior Member
|
Junior Member
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
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
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!
|
|
|
|
Joined: Aug 2002
Posts: 109
Journeyman
|
Journeyman
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
|
|
|
|
Joined: Jun 2001
Posts: 3,273
That 70's Guy
|
That 70's Guy
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.
|
|
|
|
Joined: Jun 2001
Posts: 3,273
That 70's Guy
|
That 70's Guy
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
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 
|
|
|
|
Joined: Jun 2001
Posts: 3,273
That 70's Guy
|
That 70's Guy
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. 
|
|
|
|
Joined: Aug 2002
Posts: 109
Journeyman
|
Journeyman
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
|
|
|
|
Joined: Jun 2001
Posts: 3,273
That 70's Guy
|
That 70's Guy
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
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
Joined: Oct 2000
Posts: 53 |
|
|
|
|
Joined: Jun 2001
Posts: 3,273
That 70's Guy
|
That 70's Guy
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
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.
|
|
|
|
Joined: Jun 2001
Posts: 3,273
That 70's Guy
|
That 70's Guy
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
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
Joined: Apr 2002
Posts: 102 |
For some reason when I try to do www.myserver.com/somedir/index.php?RefCache=1I 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? 
|
|
|
|
Joined: Jun 2001
Posts: 3,273
That 70's Guy
|
That 70's Guy
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
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.
|
|
|
|
Joined: Apr 2002
Posts: 474
Enthusiast
|
Enthusiast
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
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
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
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
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.
|
|
|
|
Joined: Jun 2001
Posts: 3,273
That 70's Guy
|
That 70's Guy
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
|
|
|
|
Joined: Jun 2001
Posts: 3,273
That 70's Guy
|
That 70's Guy
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
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
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) 
|
|
|
|
Joined: Apr 2002
Posts: 474
Enthusiast
|
Enthusiast
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
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. 
|
|
|
|
Joined: Jun 2002
Posts: 61
Power User
|
Power User
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
|
|
|
|
Joined: Feb 2001
Posts: 2,268
Junior Member
|
Junior Member
Joined: Feb 2001
Posts: 2,268 |
Isn't:
IIP 5.2 by David Lozier ©2002
the copyright?
|
|
|
|
Joined: Jun 2002
Posts: 61
Power User
|
Power User
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
|
|
|
|
Joined: Feb 2001
Posts: 2,268
Junior Member
|
Junior Member
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?
|
|
|
|
Joined: Jun 2002
Posts: 61
Power User
|
Power User
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
|
|
|
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.
|
|
badfrog
somewhere on the coast of Maine
Posts: 94
Joined: March 2007
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|