Well the top code is based off from a different content management system , I want to convert it and replace it with the 2nd code as it is based of the same content management system , but since it's based , it's changed.
Problem solved , close thread please.
I recently managed to get the minimail to actually stop loading non-stop and to show the compose message , but whenever I try to send a minimail , this happens
Screenshot by Lightshot
I wonder what the problem is. I already have friends on the hotel and yet it does not work , it just clear the...
http://prntscr.com/24gxe1
I've been trying to add that message on my client for some time now , but whatever I do , I keep failing as it doesn't show. I think I'm doing it wrong. Does anyone know how to fix this?
I recently setted up a retro and my friend gets this as his client
http://i.imgur.com/tgWtSDt.png
What I and the other users get is this
http://img689.imageshack.us/img689/6030/j2ck.png
Me in game :
http://img708.imageshack.us/img708/7986/sz87.png
Any idea what's wrong?
Hey guys , So I found this code on a forum , it's for ubercms , it's a news comment system with pagination, but Idk how to conver it to work with Revcms. Here are the codes
$getComments = mysql_query("SELECT * FROM site_news_comments WHERE article = '".$news_article_id."' ORDER by id DESC")...
Hey guys , I so I'm trying ot make my own revcms home system , but I want to click on a user's username . Problem is , I don't know the code to make the user's username a link. For my own link it should be {ur}/home/{username} and it would automatically change {username} to my username ,but what...
Hey guys , a few days ago I made a help thread for my pagination as it would not paginate , and I have to admit , I received great support , especially from Monsta and I thank you all. Well even if I didn't succeed even from the helps , I kept working on it and now I am in a state where it works...
Ok I followed the tut properly , the page works fine and the table within the table problem is fixedc , but now it still would not paginate
<?php
/*
Place code to connect to your DB here.
*/
include('config.php');// include your code to connect to DB.
$tbl_name="cms_comments";//your table name...