Search found 1437 matches

by ThunderCrew
Tue Apr 05, 2011 4:32 am
Forum: [3.0.x] MOD Writers Discussion
Topic: [2 Question 4 viewonline.php]
Replies: 0
Views: 239

[2 Question 4 viewonline.php]

if your page has different extentions like music.php?cat=rock music.php?cat=rap etc does it matter or will it show them as long as they are on that php. In example if I set up case 'music': $location = $user->lang['LISTEN_MUSIC']; $location_url = append_sid("{$phpbb_root_path}music.$phpEx"...
by ThunderCrew
Tue Apr 05, 2011 4:23 am
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] phpBB Social Network 0.7.2
Replies: 2650
Views: 319527

Re: [RC] phpBB3 Social Network 0.5.2

Hi God of mod, i love this mod and want to use that, but when i've install this mod, even on a fresh phpbb i got many problems. On http://larhalt.altervista.org/forum i got everything messed up, the im bar and the main page. On the other forum that im manage, got the same problem, but more i got an...
by ThunderCrew
Mon Apr 04, 2011 9:40 am
Forum: [3.0.x] MOD Writers Discussion
Topic: [Help] ?mode=blah&id=blah
Replies: 6
Views: 570

Re: [Help] ?mode=blah&id=blah

I no longer need this as I thought for what I was doing
Image
works with just liked and didnt need the &id= part

BUT would still like to know how :mrgreen: if anyone would be so kind
by ThunderCrew
Mon Apr 04, 2011 9:34 am
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] phpBB Social Network 0.7.2
Replies: 2650
Views: 319527

Re: [RC] phpBB3 Social Network 0.5.2

Ok here I am again a tad bit closer .... http://tnc-all.net/forum/images/stuff/closer3.PNG If I like a status it post to facebook and if I click on facebook I go to the status in question. NEEDS --- 1. better avatar handling as it varies for uploaded avatars , gallery avatars etc, so if they uploade...
by ThunderCrew
Mon Apr 04, 2011 8:18 am
Forum: [3.0.x] MOD Writers Discussion
Topic: [Solved]Miss matching my " and ' ?
Replies: 2
Views: 272

Re: [Solved]Miss matching my " and ' ?

If $liked is a string:     $sql= 'SELECT s.*, u.*     FROM phpbb_socialnet_status s LEFT      JOIN phpbb_users u ON( s.poster_id= u.user_id )     WHERE status_id= \''. $db-> sql_escape( $liked ). '\'';  If $liked is an integer:     $sql= 'SELECT s.*, u.*     FROM phpbb_socialnet_status s LEFT      ...
by ThunderCrew
Mon Apr 04, 2011 6:24 am
Forum: [3.0.x] MOD Writers Discussion
Topic: [Solved]Miss matching my " and ' ?
Replies: 2
Views: 272

[Solved]Miss matching my " and ' ?

I know I had this problem before and cant seem to find my post where I had help in the past on a mod, I get Unknown column '$liked' in 'where clause' [1054] SQL SELECT s.*, u.* FROM (phpbb_socialnet_status s) LEFT JOIN phpbb_users u ON (s.poster_id = u.user_id) WHERE status_id = $liked // grab ID fo...
by ThunderCrew
Mon Apr 04, 2011 4:22 am
Forum: [3.0.x] MOD Writers Discussion
Topic: [Help] ?mode=blah&id=blah
Replies: 6
Views: 570

Re: [Help] ?mode=blah&id=blah

bump :^)
by ThunderCrew
Sun Apr 03, 2011 6:00 am
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] phpBB Social Network 0.7.2
Replies: 2650
Views: 319527

Re: [RC] phpBB3 Social Network 0.5.2

thunder, dude you have pretty much done it :shock: you are the man, :D Yeah it's almost there BUT i need to sort out how to make mode=liked&id=id here but no one is answering that topic i started over in mod writters .... when I have more time Ill check into it again I stay VERY busy with mafia...
by ThunderCrew
Sat Apr 02, 2011 1:45 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] phpBB Arcade 1.0.RC10
Replies: 8014
Views: 814226

Re: [RC] phpBB Arcade 1.0.RC10

Good day people! Removing the copyright from a MOD does mean that the MOD author can refuse to give support. This policy may or may not result in either the current MOD support question being removed, or other subsequent/concurrent MOD support questions being removed. Regards, KeithR This still sta...
by ThunderCrew
Sat Apr 02, 2011 5:03 am
Forum: [3.0.x] MOD Writers Discussion
Topic: [Help] ?mode=blah&id=blah
Replies: 6
Views: 570

Re: [Help] ?mode=blah&id=blah

anyone ? i am sure it has to be fairly simple to do , guess when I have more time I will look through view topic coding to see if I can see how it is done myself, but thought in mod writers discussion it would be easy to get a response on it :mrgreen:
by ThunderCrew
Fri Apr 01, 2011 8:06 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: [Help] ?mode=blah&id=blah
Replies: 6
Views: 570

Re: [Help] ?mode=blah&id=blah

retitled the post as I will need help to figure out how to do a mode+id ? I will need the wb address to be mode=liked&id=id here I know how to pull one variable but how do you chain it with a second one ? to do the mode=liked&id=30 basically just how topics etc are like "f=71&t=2125...
by ThunderCrew
Fri Apr 01, 2011 7:53 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] phpBB Social Network 0.7.2
Replies: 2650
Views: 319527

Re: [RC] phpBB3 Social Network 0.5.2

OK I am a tad bit closer :D now all I will have to do is get it to template the normal stuff.... http://tnc-all.net/forum/images/stuff/closer2.PNG will try again after work I probably just have to do some table joins to pull the other infos etc like avatar , user id , etc etc also might have to rewo...
by ThunderCrew
Fri Apr 01, 2011 7:39 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: [Help] ?mode=blah&id=blah
Replies: 6
Views: 570

Re: [Help] One step to go for this....

i dont like facebook at all.. but this would be a great mod to help promote phpbb3 forum owners I like it and good luck. thanks for working on this mr mister it's not my mod it is someone else but some of us have started trying to add or sort out stuff to add on to it ... Any ideas anyone why it is...
by ThunderCrew
Thu Mar 31, 2011 10:08 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: [Help] ?mode=blah&id=blah
Replies: 6
Views: 570

[Help] ?mode=blah&id=blah

Hello all, I am trying to sort out to show a liked status for the social network mod here http://www.phpbb.com/community/viewtopic.php?f=70&t=2008845 got it narrowed down to where I can like it and it posts to facebook and if the user clicks the link it leads them to the mainpage.php with the id...
by ThunderCrew
Thu Mar 31, 2011 7:47 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] phpBB Social Network 0.7.2
Replies: 2650
Views: 319527

Re: [RC] phpBB3 Social Network 0.5.2

ok I might have found the area to add a mode into ? in socialnet/mainpage.php I found this area $mode = request_var('mode', 'view_main'); switch ($mode) { case 'view_friends': $start = request_var('start', 0); $this->mp_load_friendlist($user->data['user_id'], $start); break; case 'view_main': $last_...

Go to advanced search