[ABD] phpBB Sidebar

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
User avatar
Ashley.S.
Registered User
Posts: 469
Joined: Mon Aug 04, 2008 6:01 pm
Location: Falmouth, Cornwall, UK
Name: Ashley .S.
Contact:

Re: [DEV] phpBB Sidebar

Post by Ashley.S. »

Nice to know you're going to continue the project Pico88 8-)
Regards,
-Ashley.S. [ PurephpBB Founder ]
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm
Contact:

Re: [DEV] phpBB Sidebar

Post by keith10456 »

Pico88 wrote:Ok, I come back to develepo this mod...
That's good news 8-)
artikkk
Registered User
Posts: 379
Joined: Sun Jan 04, 2009 1:37 pm
Location: Roma

Re: [DEV] phpBB Sidebar

Post by artikkk »

Fantastic news :)
i'm waiting download link! :mrgreen:
sorry for my bad english :S
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [DEV] phpBB Sidebar

Post by Jessica »

Pico88 wrote:Ok, I come back to develepo this mod :)
More information soon.

Now you can have a look at new script for hiding/showing sidebar - this one doesn't cause any problem like previous one. :)
yay! (:
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [DEV] phpBB Sidebar

Post by Pico88 »

New release is published.
See first post for download link. :)

If somebody find a bug, please use Bug Tracker (link also in first post).
Please do not PM me for support.
artikkk
Registered User
Posts: 379
Joined: Sun Jan 04, 2009 1:37 pm
Location: Roma

Re: [BETA] phpBB Sidebar

Post by artikkk »

i see syntax error with firebug on this code

Code: Select all

<script type="text/javascript">
// <![CDATA[
jQuery(document).ready(function($) {
$('.sidebar-block').collapsableSidebar({
active: ,
cookiename: '',
cookiesettings: '; path=/; domain= [warez link removed]'
});
});
// ]]>
</script> 
at line

Code: Select all

    active: ,
bye
sorry for my bad english :S
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [BETA] phpBB Sidebar

Post by 4_seven »

try

Code: Select all

active: 1,
or

Code: Select all

active: 0,
or

Code: Select all

active: '',
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
dravpper
Registered User
Posts: 23
Joined: Fri Dec 09, 2011 1:49 am
Name: William

Re: [BETA] phpBB Sidebar

Post by dravpper »

Any place to download it I click on the link did not see any download
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [BETA] phpBB Sidebar

Post by Pico88 »

artikkk wrote:i see syntax error with firebug on this code

Code: Select all

<script type="text/javascript">
// <![CDATA[
jQuery(document).ready(function($) {
$('.sidebar-block').collapsableSidebar({
active: ,
cookiename: '',
cookiesettings: '; path=/; domain= [warez link removed]'
});
});
// ]]>
</script> 
at line

Code: Select all

    active: ,
bye
Don't change it as say 4_seven. It cause by turning off sidebar. Have a look when it is turn on. You can put that error in bug tracker - I will not forget to fix it on next release.
Please do not PM me for support.
User avatar
jsebean
Registered User
Posts: 378
Joined: Sat Dec 12, 2009 3:20 pm
Location: Atlantic Canada
Name: Jonah
Contact:

Re: [BETA] phpBB Sidebar

Post by jsebean »

I can't wait to see this mod released :D
-Jonah
:lol:
User avatar
dravpper
Registered User
Posts: 23
Joined: Fri Dec 09, 2011 1:49 am
Name: William

Re: [BETA] phpBB Sidebar

Post by dravpper »

What mod are you using for the Facebook Like Box would like to add it.

Thanks
User avatar
dravpper
Registered User
Posts: 23
Joined: Fri Dec 09, 2011 1:49 am
Name: William

Re: [BETA] phpBB Sidebar

Post by dravpper »

Got this error

Parse error: syntax error, unexpected T_CASE in D:\hosting\7757950\html\includes\acp\acp_users.php on line 2335

check the line got a red wave line under case so it is throwing a error how do I fix it or do I need to remove the mod

Never mind got it fixed
artikkk
Registered User
Posts: 379
Joined: Sun Jan 04, 2009 1:37 pm
Location: Roma

Re: [BETA] phpBB Sidebar

Post by artikkk »

Pico88 wrote:
artikkk wrote:i see syntax error with firebug on this code

Code: Select all

<script type="text/javascript">
// <![CDATA[
jQuery(document).ready(function($) {
$('.sidebar-block').collapsableSidebar({
active: ,
cookiename: '',
cookiesettings: '; path=/; domain= [warez link removed] 
});
});
// ]]>
</script> 
at line

Code: Select all

    active: ,
bye
Don't change it as say 4_seven. It cause by turning off sidebar. Have a look when it is turn on. You can put that error in bug tracker - I will not forget to fix it on next release.
Can you send me fast fix? I need it! :oops:
Thanks
Last edited by marian0810 on Mon Mar 12, 2012 2:16 pm, edited 1 time in total.
Reason: http://www.phpbb.com/rules/#rule1e
sorry for my bad english :S
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [BETA] phpBB Sidebar

Post by Pico88 »

artikkk wrote:Can you send me fast fix? I need it! :oops:
Thanks
That will be fixed in the next release. Now I'm little bit busy (exams).
Please do not PM me for support.
User avatar
jsebean
Registered User
Posts: 378
Joined: Sat Dec 12, 2009 3:20 pm
Location: Atlantic Canada
Name: Jonah
Contact:

Re: [BETA] phpBB Sidebar

Post by jsebean »

Pico88 wrote:
artikkk wrote:Can you send me fast fix? I need it! :oops:
Thanks
That will be fixed in the next release. Now I'm little bit busy (exams).
ugh exams, did one yesterday 4 hours and 12 pages of writing :roll:
-Jonah
:lol:
Locked

Return to “[3.0.x] Abandoned MODs”