Anno
Code Monkey
  
Reged: 05/23/01
Posts: 648
Loc: Austria
|
|
No....
Delete t1.B_Number = t1.B_Main AND
-------------------- The Rich Jerk
Google Cash
Subforums for UBBThreads
Fungifun
|
ZealotOnAStick
Member
   
Reged: 06/14/02
Posts: 166
Loc: Indiana
|
|
Quote:
scroungr said: which events are they? are they holidays? public days? private days? entered through a forum post or directly thru the calendar? birthdays? the eventspal was kindof involved so I would need more info.. do a database dive and tell me what the record of one of the misappropiated dates looks like so I have more to go on.
They're entered via a forum post with the "List as event in calendar on" option used.
If you can tell me with a bit more detail what you're looking for, or how to provide you something usable from a "database dive" I'll do so. I can view one of the posts in phpMyAdmin, but everything appears to be correct - including the Month, Date, and Year in the B_CalDay, B_CalMonth, and B_CalYear fields.
Birthdays also seem to be afflicted with showing up as a day earlier on the "Upcoming Events" box.
Just tested, Private events added directly via the Calendar also show up a day early on the Upcoming Events (though all items are linked to the correct date on the calendar, both the pal-box version and the full forum one). Same with Public events.
There's not a handy Holiday coming up soon enough for me to test on for that.
|
drkknght
Enthusiast
   
Reged: 11/03/03
Posts: 305
|
|
Quote:
Anno said: Delete t1.B_Number = t1.B_Main AND
woo! thats perfect!! thanks
-------------------- .::rkmbs::.
a whole lotta BS. just one MB.
|
minimock
Newbie
Reged: 01/21/05
Posts: 14
|
|
Question, I have read thru all the posts here and have tried everything I can think of.
Triple checked the install procedures.
I cant get the entrance to stay open.....the first time you go straight there from a new browser window.....its open and works great......
You go back, and it gives the "We are currently updating this page... "
any ideas? please
|
Zarzal
Enthusiast
   
Reged: 03/30/03
Posts: 437
Loc: Berlin, Germany
|
|
Hi,
I found a nasty little bug: If yo try to setup a layout with the contropanel all settings will be written to configpal.inc.php and in this file to the keywords
$index_include[number0,1,2,3]['keywordname'] = "";
With one version there must be change and only strings with upper first char for the keywordname will be read by IPP but not set with the setup. For Example: I found in my configpal.inc.php:
$index_include[1]['events'] = "3"; (set by controlpanel) $index_include[1]['Events'] = "0";
The second string was read by the control panel
|
ScriptZ Man
User
Reged: 01/03/05
Posts: 41
|
|
Here's a strange problem! When in the Admin/IIP Config/IIP Sidebar tab, I tell it to put the Shoutbox (or anything else) on the rightside of forum. When I click the "Submit" button, it says Updated. But it's not updated. I go back to the IIP Sidebar tab, & everything is blank (as if I've done nothing). In other word, it does nothing I ask. What could cause this?
|
smoknz28
Enthusiast
Reged: 04/10/03
Posts: 401
Loc: Washington, D.C.
|
|
Threads v6.5.2 ==============
Just installed this hack under v6.5.2 and I'm getting the following error on my Entrance page when a user initially goes to it:
Warning: main(/home/smoknz28/public_html/ubbthreads/pals/languages//genericpal.php): failed to open stream: No such file or directory in /home/smoknz28/public_html/ubbthreads/index.php on line 71
Warning: main(): Failed opening '/home/smoknz28/public_html/ubbthreads/pals/languages//genericpal.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/smoknz28/public_html/ubbthreads/index.php on line 71
However, after you refresh the screen....the error goes away.
The site is at www.f-bodyhideout.com/ubbthreads
|
ehill
Member
Reged: 07/24/00
Posts: 171
|
|
You might want to check your path or something -- you have an extra / in there. I have not used the IIP. Thinking about it, but not sure that we have much use for it.
-------------------- Eric Hill
|
smoknz28
Enthusiast
Reged: 04/10/03
Posts: 401
Loc: Washington, D.C.
|
|
Yea....problem is...which file do I go into and look for that extra slash....?
I went into the index.php file and on my line 71 I found this:
include "{$palspath}/pals/languages/{$myprefs['language']}/genericpal.php";
I went in and changed it to this:
include "{$palspath}/pals/languages/english/genericpal.php";
That seems to have helped a little bit....I was getting this error on top of my header...that has now been resolved from the change in code...however, my Currnt Threads Pal is giving these errors:
Warning: main(/home/smoknz28/public_html/ubbthreads/pals/languages//genericpal.php): failed to open stream: No such file or directory in /home/smoknz28/public_html/ubbthreads/pals/currentthreadspal.php on line 24
Warning: main(): Failed opening '/home/smoknz28/public_html/ubbthreads/pals/languages//genericpal.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/smoknz28/public_html/ubbthreads/pals/currentthreadspal.php on line 24
-------------------- F-Body Hideout
Project Speedy
|
ehill
Member
Reged: 07/24/00
Posts: 171
|
|
Aren't you using 6.5.2?
If so then: Quote:
include "{$palspath}/pals/languages/{$myprefs['language']}/genericpal.php";
may be were the problem is. 6.5.2 is using sessions so a line would look like this, I would think:
include "{$palspath}/pals/languages/{$_SESSION['myprefs']['language'/genericpal.php";
|
Gregori
Member
Reged: 09/14/02
Posts: 164
|
|
I am also having stranng problems with IIP and Threads 6.5.2.
I loose all language file dependeble text on my index page. Reloding puts it back.
I have tried to delete the config file and start over again, I´ve tried ehill´s tip on adding session to the include string in index.php. I have even tried to delete both session and myprefs in the string and instead hard code the language path.
But no luck. It really seems like IIP need a work over for 6.5.2!?
Btw: what file permissions it the rignt ones for the language files?
|
drkknght
Enthusiast
   
Reged: 11/03/03
Posts: 305
|
|
is it possible to add the sidebar to a single forum, and none other?
-------------------- .::rkmbs::.
a whole lotta BS. just one MB.
|
drkknght
Enthusiast
   
Reged: 11/03/03
Posts: 305
|
|
actually, to specify, i'd like to force the sidebar to appear in one specific forum - not user selectable. but also only have it appear in one forum - not everywhere.
-------------------- .::rkmbs::.
a whole lotta BS. just one MB.
|
scroungr
Old Hand
  
Reged: 10/17/03
Posts: 2429
Loc: Richmond, VA
|
|
with a little rewrite its p;ossible.
-------------------- Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.
|
drkknght
Enthusiast
   
Reged: 11/03/03
Posts: 305
|
|
hmm... how extensive?
and, making the bold assumption that i'm already 90% code-stupid, how difficult? 
...
i do have installed the basics for the article hack, a mod that created a seperate set of showflat/threaded template files, that you could specify per forum. i'd imagine that'd be a great start, and all i'd have to do is somehow link the sidebar up with the article templates.
i think.
might someone smarter than i (anyone) lend a hand pinpointing the code?
-------------------- .::rkmbs::.
a whole lotta BS. just one MB.
|
PaNTerSan
Journeyman
   
Reged: 03/19/04
Posts: 127
Loc: EU, Slovenia
|
|
Nice 
I've installed this on 6.5.5, changed the language paths and it works 
Only Newspal is not working on windows + php + apache since apache has a some weird memory bug but hey who cares since it wokrs fine on linux box 
And there is a bug in the Current threads pal.
Find: Code:
$palSubject = $palSubjecttext; }
Change to: Code:
} $palSubject = $palSubjecttext;
-------------------- Kind regards,
PaNTerSan
|
ChAoS
Code Monkey
   
Reged: 11/15/02
Posts: 565
Loc: Great Northwest
|
|
Quote:
Question, I have read thru all the posts here and have tried everything I can think of.
Triple checked the install procedures.
I cant get the entrance to stay open.....the first time you go straight there from a new browser window.....its open and works great......
You go back, and it gives the "We are currently updating this page... "
any ideas? please
Hi everyone long time no see. I saw this asked a couple of times and it turns out I am having this same issue. Seems to me a remembers something about a setting in one of the SQL databases not being written by the control panel? The configpal.inc is being written "1" but the Entrance Page is still showing closed. Any insight on this one please?
-------------------- ChAoS
Emerald Forest Gaming Servers
Official STFU Thread
|
ChAoS
Code Monkey
   
Reged: 11/15/02
Posts: 565
Loc: Great Northwest
|
|
Ok I found out what happened but I am not sure why. At the top of configpal.inc is the variable $configpal ['CONFIG65'] = "1" ;
well ALSO at the bottom of configpal.inc is a section called Variables $configpal ['CONFIG65'] = "1" ; must be set to "1" as well. Can anyone tell me why this isnt getting written by the control panel?
-------------------- ChAoS
Emerald Forest Gaming Servers
Official STFU Thread
|