22.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

09-14-2014, 09:25 PM
Post: #21
RE:
Why not try first reopload script to your ftp host. it's happens lots of times some file is not correct when you upload. . "host problems speed and blabla.

If a script is brooken or not working is there same problems to all, but in here always diffrents problems.
09-14-2014, 10:55 PM (This post was last modified: 09-14-2014 10:58 PM by julian71.)
Post: #22
RE:
the comment and post bug, where it does not stay within the comment or post box When you type more than one word eg ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff​ffffffffffff
found a solution, but I'm not expert in programming
here is SLAYERKrazy codecanyon.net/item/socialkit-social-networking-platform/8493571/comments?page=18
if someone manages to solve this bug to tell us how he did nine
09-15-2014, 07:39 AM
Post: #23
RE:
change the style.css http://codefyre.com/5/

you will fine the style.css in this folder of the script
themes/marvel/css/style.css is were the file is
09-15-2014, 08:14 AM
Post: #24
RE:
works really smoth css change is easy only a line more to insert

many thanks again for posting dude
09-15-2014, 09:00 AM
Post: #25
RE:
if anyone finds a bug please post here and we will all try fix them also anyone needing css changes or anything pm me a will do them for free
25.gif
09-15-2014, 09:25 AM
Post: #26
RE:
For all people not confident to do the template fix there self and for the lazy people here is the fixed template
http://www11.zippyshare.com/v/27317447/file.html

just replace with your current theme
09-15-2014, 01:00 PM
Post: #27
RE:
thanks you... rep added to webinfintiy n rabrapid ....
09-15-2014, 01:45 PM
Post: #28
RE:
i have found a new bug working on a fix its to do with the cover images should have fix soon also going share the version with all copyright removed
09-15-2014, 02:02 PM (This post was last modified: 09-15-2014 02:05 PM by rabrapid.)
Post: #29
RE:
in the /assets/includes/core.php Find

if ($upload['size'] > 1024) {

And Change To

if ($upload['size'] > 2024) {

Here is a new edit to stop crop
look at the line 2005 of assets/includes/core.php dont delete the full line but just change this; ‘_100×75.’ into this; ’.’
09-15-2014, 04:00 PM
Post: #30
RE:
Fatal error: Call to undefined function session_status() in xxxxx/assets/sources/welcome.php on line 6
happens when performing registered user email validation...how i can fix this?

THANKS!
22.gif




6.gif