Welcome, Guest. Please Login or Register.
June 16, 2024, 05:59:59 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.2] Collapsable YaBB « previous next »
Pages: 1 2 [3] Reply Ignore Print
Author Topic: [Done 1.5.2] Collapsable YaBB  (Read 14023 times)
oldiesmann
YaBB God
*****
Posts: 577


Jesus died for your sins... Have you thanked him?

oldiesmann@oldiesmann.us WWW
Re:[Done 1.5.2] Collapsable YaBB
« Reply #30 on: May 05, 2003, 03:14:30 PM »
Reply with quote

Looks like you went to a lot of work to make this judging by how much code this adds to Boardindex... Looks really cool! ;D
Logged

"I've sinned greatly, but Christ's for real, baby
It's a wonder He saved me and just didn't hate me
So won't you tell Him "Save me"
Please stand up, please stand up, please stand up..." - J. Jackson (More Info)
morr0lan
Full Member
***
Posts: 110


I'm ate llama!

Re:[Done 1.5.2] Collapsable YaBB
« Reply #31 on: May 05, 2003, 10:43:50 PM »
Reply with quote

I tried downloading and instaling this mod on a 1.5.2 board with pfabb installed and got the following errors.

Parse error: parse error, unexpected $end in C:\Program Files\Apache Group\Apache2\htdocs\yabbse\Sources\BoardIndex.php on line 725

Fatal error: Call to undefined function: boardindex() in C:\Program Files\Apache Group\Apache2\htdocs\yabbse\index.php on line 357

I expect it'll be some work to fix if it is an issue with the mod, however I am not quite sure how to fix it.

The following is a copy of the lines I beleive to be those listed above.

   $yySetLocation = "$cgi";
   redirectinternal();
// end collapsable yabb mod
}

?>    <~~~~Line 725

      include_once $includeFile;
      if ($executeFunction != "")
      $executeFunction();  <~~~Line 357
   }

ANy help would be greatly appreciated thank you.
Logged
morr0lan
Full Member
***
Posts: 110


I'm ate llama!

Re:[Done 1.5.2] Collapsable YaBB
« Reply #32 on: May 06, 2003, 06:17:39 PM »
Reply with quote

Could someone please help with the above issue? Or am I supposed to try it in the other help area? Either way will greatly appreciate any help. Thank u
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:[Done 1.5.2] Collapsable YaBB
« Reply #33 on: May 06, 2003, 06:52:11 PM »
Reply with quote

Quote from: morr0lan on May 06, 2003, 06:17:39 PM
Could someone please help with the above issue? Or am I supposed to try it in the other help area? Either way will greatly appreciate any help. Thank u

Did you do it manually?  If so, try an automatic installation, or try doing it manually again.

Make sure all braces are accounted for.

-[Unknown]
Logged
morr0lan
Full Member
***
Posts: 110


I'm ate llama!

Re:[Done 1.5.2] Collapsable YaBB
« Reply #34 on: May 06, 2003, 06:54:17 PM »
Reply with quote

thanx unknown help as always, i did manual install will try a second manual then an automatic i prefer to stay away from boardmod when i can had better luck. thank you very much.
Logged
morr0lan
Full Member
***
Posts: 110


I'm ate llama!

Re:[Done 1.5.2] Collapsable YaBB
« Reply #35 on: May 06, 2003, 08:57:23 PM »
Reply with quote

well tried a second manual install, caught some minor mistake made however i am not sure why the errors still

Errors on load of forum is still:
Parse error: parse error, unexpected $end in C:\Program Files\Apache Group\Apache2\htdocs\yabbse\Sources\BoardIndex.php on line 723

Fatal error: Call to undefined function: boardindex() in C:\Program Files\Apache Group\Apache2\htdocs\yabbse\index.php on line 357


Here is the line I believe is there error from index.php:
      include_once $includeFile;
      if ($executeFunction != "")
      $executeFunction();
   }

// If trying to access a page, run the page finder


Here's the error line from boardindex.php:
   // rewrite status to database
   for( $_=0,$tmp = ""; $_<$numcat; $_++) { $tmp .= "$val|"; }
   $request = mysql_query("UPDATE {$db_prefix}members SET collapseCatStatus='$tmp' WHERE memberName='$username'");

   $yySetLocation = "$cgi";
   redirectinternal();
}
// end collapsable yabb mod
?>


Before i had the bracket after the end statement. Not sure why the still. I am starting to wonder if it is pfabb conflicting with this. I may just be grasping at straws. Thanx for any help.
« Last Edit: May 06, 2003, 10:03:18 PM by morr0lan » Logged
CrazyC
Jr. Member
**
Posts: 85


My name says enough.

WWW
Re:[Done 1.5.2] Collapsable YaBB
« Reply #36 on: May 07, 2003, 10:27:37 PM »
Reply with quote

Hey snYper,

Do you mind if I make a small change to the YaBB 1.5.1 .mod file to make it compatible with PfaBB?

The redirectinternal() function that you're using when toggling individual or all categories dumps back to the wrong page with PfaBB.  It needs a header redirect function and a global variable added to make it work.

I would only post the customized mod file, noting the minor change in the .mod file description and leave everything else intact.
Logged

CrazyC
Kitty
Noobie
*
Posts: 49


YaBB-NL

kitty@taxi-stroes.nl WWW
Re:[Done 1.5.2] Collapsable YaBB
« Reply #37 on: May 12, 2003, 10:06:34 PM »
Reply with quote

Quote from: Kitty on May 12, 2003, 08:46:51 PM
this is the axact message

Unknown column 'memberName' in 'where clause'


it apears sometime's,  i wanna know what might cause it, i dit not see it by myself i found the error in the errorlog

/prikbord/index.php?board=5;action=post2
Unknown column 'memberName' in 'where clause'

it is on 1 board only and the error has been there about 20 times today

it looks like an db-tabel error

I looked into mij mod log and i'm quite sure the collapse mod dit it !! and not the bookmark.




I have this error on my board..

i'm sure it is the collape mod is causing this error.

i did 4 mods
bookmark.mod
ignore user.mod
ignore topic.mod

all on a YaBB SE 1.5.2

and after installing the collapse i see this error in the error filles

Unknown column 'memberName' in 'where clause'

Kitty
Logged

CrazyC
Jr. Member
**
Posts: 85


My name says enough.

WWW
Re:[Done 1.5.2] Collapsable YaBB
« Reply #38 on: May 15, 2003, 08:33:54 PM »
Reply with quote

Has anyone seen snYper lately?  There are a few people looking to use this mod on PfaBB, but I don't want to release my changes to the mod without his permission.
Logged

CrazyC
greatsis
Noobie
*
Posts: 13


whats a llama?

WWW
Re:[Done 1.5.2] Collapsable YaBB
« Reply #39 on: June 02, 2003, 04:00:41 PM »
Reply with quote

above link doesnt work for me anymore, anywhere else to get this mod somewhere?

sis
Logged
GWP
Sr. Member
****
Posts: 252


A total PHP MySQL Novice :) - but getting better!

Re:[Done 1.5.2] Collapsable YaBB
« Reply #40 on: June 09, 2003, 08:06:53 PM »
Reply with quote

Does anyone know where to look to get the total no of posts in a board onto the board title, just after the board text?
(Did i explain that well?)
Once you close/collapse the boards, the main cat title is left. I want to add the total no of posts to this part of the forum. There must be some code somewhere to do this, I just need to know where to look.

Thanks
Logged

YabbSE 1.5.1rc Mods:AdvIm, Member Map, Password Prompt, Report to mod, Smilies SE 2.0, Bio, collapsable_yabb, Ignore user, Name, allowed user, search member, enchanced ban, posts per day, Mute User, Memberlist Plus,Who,ExactPostLink. Remove_Clicklog,mc_BoldOwnThreads.QuickReply, UserEnableDisableCensor, RefererMod, lastlogin_profile,PostBasedImRestrict, ExactPostLink, UserBrowsing,
GWP
Sr. Member
****
Posts: 252


A total PHP MySQL Novice :) - but getting better!

Re:[Done 1.5.2] Collapsable YaBB
« Reply #41 on: June 09, 2003, 08:10:07 PM »
Reply with quote

Quoteabove link doesnt work for me anymore, anywhere else to get this mod somewhere?

Click on Synpir's name , view his profile and you will see a link somewhere on there to all his mods :)
Logged

YabbSE 1.5.1rc Mods:AdvIm, Member Map, Password Prompt, Report to mod, Smilies SE 2.0, Bio, collapsable_yabb, Ignore user, Name, allowed user, search member, enchanced ban, posts per day, Mute User, Memberlist Plus,Who,ExactPostLink. Remove_Clicklog,mc_BoldOwnThreads.QuickReply, UserEnableDisableCensor, RefererMod, lastlogin_profile,PostBasedImRestrict, ExactPostLink, UserBrowsing,
edi67
Jr. Member
**
Posts: 97


I'm a llama!

Re:[Done 1.5.2] Collapsable YaBB
« Reply #42 on: November 02, 2003, 02:40:35 PM »
Reply with quote

great job u mod work perfectly with my 1.5.4 board but i have only little problem to resolve i put immagine of forum for understand better.
so now i can collpase/expand categories but i see in everysection too title of section how i can not have it?
i insert immagine so u understand better.
I want remove titile of categories in up part of every sections. please help me

Logged

Pages: 1 2 [3] Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.2] Collapsable YaBB « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.066 seconds with 21 queries.