Search found 11 matches

by stefilix
Fri Sep 14, 2012 1:24 pm
Forum: Tutorials
Topic: Little problem with message system
Replies: 18
Views: 2724

Re: Little problem with message system

Yes, I have working function and this anchor tag which is not deleting conversation <a href="delete_conversation.php?conversation_id=<?php echo $conversation['id']; ?>"></a> http://imageshack.us/a/img189/971/img1by.jpg When I hover over X icon, you can see that it shows as well conversatio...
by stefilix
Thu Sep 13, 2012 10:35 am
Forum: Tutorials
Topic: Little problem with message system
Replies: 18
Views: 2724

Re: Little problem with message system

Aww.. what a mistake... it was so logical. Btw give me idea for what I wrote in last post, how to remove conversations? Or I should just do a new func, which will look something like this: function delete($table, $id) { $table = mysql_real_escape_string($table); $id = (int)$id; mysql_query("DEL...
by stefilix
Thu Sep 13, 2012 12:22 am
Forum: Tutorials
Topic: Little problem with message system
Replies: 18
Views: 2724

Re: Little problem with message system

Ye thanks for that, that fixed problem. I've been rusty then.. However, I've just completed full tutorial, and I came across with two problems only. In view_conversation.php, when I want to Add Message, it do add a message below, but it's not showing text from a message submited. It shows only (by w...
by stefilix
Wed Sep 12, 2012 3:16 pm
Forum: Suggestions
Topic: Friend system
Replies: 1
Views: 2354

Friend system

Do You have maybe - friend system tutorial?
by stefilix
Tue Sep 11, 2012 11:13 am
Forum: Tutorials
Topic: Little problem with message system
Replies: 18
Views: 2724

Re: Little problem with message system

Alright, seem there's no solution for this, I'll go over again. Could you just tell me where I can add your peace of code from your init.inc.php to my init.php, to not cause any problems? my init.php <?php session_start(); error_reporting(0); // require 'database/connect.php'; require 'functions/gen...
by stefilix
Sun Sep 09, 2012 11:46 pm
Forum: Tutorials
Topic: Little problem with message system
Replies: 18
Views: 2724

Re: Little problem with message system

Wait, what do you want to wrap from where, i didn't understand you very well. <?php include'core/init.php'; include 'includes/overall/header.php'; ?> <section class="section"> <div class="content_box"><h2>Messages</h2></div> <div class="inner_content"> <p class="se...
by stefilix
Sun Sep 09, 2012 10:14 am
Forum: Tutorials
Topic: Little problem with message system
Replies: 18
Views: 2724

Re: Little problem with message system

Thank you.
by stefilix
Sat Sep 08, 2012 7:14 pm
Forum: Tutorials
Topic: Little problem with message system
Replies: 18
Views: 2724

Re: Little problem with message system

Hey Temor,
Man you got any ideas, what's wrong ?
by stefilix
Sat Sep 08, 2012 4:42 pm
Forum: Tutorials
Topic: Little problem with message system
Replies: 18
Views: 2724

Re: Little problem with message system

Thanks for a fast reply. Yes I did F5, ofc, but still msg is appearing..
p.s. Man I need to go afk, I'll back in 2h~.
by stefilix
Sat Sep 08, 2012 4:33 pm
Forum: Tutorials
Topic: Little problem with message system
Replies: 18
Views: 2724

Re: Little problem with message system

Didn't fixed, it's still appearing.
by stefilix
Sat Sep 08, 2012 9:18 am
Forum: Tutorials
Topic: Little problem with message system
Replies: 18
Views: 2724

Little problem with message system

I'm using a little different R/L system. So I gave my self a try. I haven't done full tut on it yet. Ok first, before I say what's that little problem, I'll show you what are those changes. This is a way I'm using init.php file, I haven't enter anything inside from your your init.inc.php, I only con...