Search found 8 matches

by axel
Fri Feb 25, 2011 9:02 pm
Forum: [SC] Knowledge Base
Topic: trying to add forum (style a forum or session)
Replies: 14
Views: 101124

Re: trying to add forum (style a forum or session)

ok so i got the entire forum looking the way i want the only thing left to do is when someone signs up on the store side to get the info into phpbb sql as well :?
i was thinking to mod the create account form add a few fields and somehow make it send the info to phpbb and then disable the ...
by axel
Sat Feb 12, 2011 2:50 am
Forum: [SC] Knowledge Base
Topic: trying to add forum (style a forum or session)
Replies: 14
Views: 101124

Re: trying to add forum (style a forum or session)

any idea where i could find someone to do some of the coding for me i am striking out on this one ><
by axel
Tue Feb 08, 2011 7:06 pm
Forum: [SC] Knowledge Base
Topic: trying to add forum (style a forum or session)
Replies: 14
Views: 101124

Re: trying to add forum (style a forum or session)

hi,

martin do you think isc will allow phpbb to run a session the way i was trying or similar ?

I got it to ignore that and another after that and got this Fatal error: Cannot redeclare class template in C:\wamp\www\phpBB3\includes\template.php on line 24
maybe its better to just make the phpbb3 ...
by axel
Mon Feb 07, 2011 7:05 pm
Forum: [SC] Knowledge Base
Topic: trying to add forum (style a forum or session)
Replies: 14
Views: 101124

Re: trying to add forum (style a forum or session)

I was thinking about them sharing db for log ins hmmm, I will take a look in the morning maybe i can make something work :mrgreen:
the only this was setting up moderators and admins for the forum may have to give them access rights to the store aswell >< not always the best idea

Thanks

Axel.
by axel
Mon Feb 07, 2011 5:58 pm
Forum: [SC] Knowledge Base
Topic: trying to add forum (style a forum or session)
Replies: 14
Views: 101124

Re: trying to add forum (style a forum or session)

hmmmm that sounds interesting ... no clue how to do that >< could you point me in the right direction :mrgreen:
by axel
Mon Feb 07, 2011 4:12 pm
Forum: [SC] Knowledge Base
Topic: trying to add forum (style a forum or session)
Replies: 14
Views: 101124

Re: trying to add forum (style a forum or session)

yes I think I am gonna move onto doing that now, tho full integration would be awesome so customers wouldn't have to sign up twice hmmm, 8-)
i don't think I know enough about sql to start that...

Thank you for the reply's will post back what i decide. :-)


Axel.
by axel
Mon Feb 07, 2011 11:09 am
Forum: [SC] Knowledge Base
Topic: trying to add forum (style a forum or session)
Replies: 14
Views: 101124

Re: trying to add forum (style a forum or session)

meh so its kinda a mission then >< maybe ill have to just style it then what a pity.

i was plying with the lines that were giving errors and
what i did find was it tries to load phpbb and it has a template clash so i don't know if i am on the right path or just walking into walls :?
so maybe i need ...
by axel
Mon Feb 07, 2011 3:02 am
Forum: [SC] Knowledge Base
Topic: trying to add forum (style a forum or session)
Replies: 14
Views: 101124

trying to add forum (style a forum or session)

hi,

first post seems this is the best place to get abit of help :-)

anyway i am wanting to add a forum to my store.

so i have created a new page like http://xxx.com/forum.php looks like this

include(dirname(__FILE__)."/init.php");
$GLOBALS['ISC_CLASS_ORDER'] = GetClass('ISC_forum');
$GLOBALS ...