Anyone?

We activated your account, please check your e-mail. We're terribly sorry for any inconvenience caused.

Thank you, it worked now! https://cutephp.com/forum/style_emoticons/default/smile.gif

Same problem for me when contacting support, no answer at all. This is my topic: https://cutephp.com/forum/index.php?showtopic=44053

Is there some way to obtain the log in info i used...?
Seems that I'm typing the wrong username/password.

Sure, but i'm still missing an activation key!

When I recently purchased pro license, this is the only ting I got on mail:

CutePHP license

Your license name is: Ronny Haabet
Your license code is: OK

I've tried to contact you guy's on mail, but have not got any answers.
Where is the license code? Useless without it, to obtain the .reg file...

How do i show the nickname, and not the username?

8

(6 replies, posted in Script Feedback and Suggestion)

Is it possible to get the tags to look like this?
https://cutephp.com/forum/uploads/monthly_01_2014/post-89099-1389384160.jpg

Is it possible to implement Open Graph protocol for facebook? What i mean is this: http://ogp.me/
Would be nice, when you share a full story link on facebook https://cutephp.com/forum/style_emoticons/default/smile.gif

it works, and i did not have to change that line. I Actually found #disqus_tread already in the core.php
So to get it to work, skip that step https://cutephp.com/forum/style_emoticons/default/smile.gif

Cant find the line

$output = str_replace("[link]","<a href="$PHP_SELF?subaction=showfull&id=$news_arr[0]&archive=$archive&start_from=$my_start_from&ucat=$news_arr[6]&$user_query">", $output);

in shows.php

In the newest version, is the line somwhere else?

Yes, they are standard settings from install.

Here is the page i'm using cute news on: http://nerlithere.no/test.php

Yes they do, and using a full hex code does not fix it. Still no date showing.

Can someone tell me why the date won't show in my news?

my setup:

<table width="640" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><span class="nyhet_title_txt">{title}
      </span></td>
  </tr>
  <tr>
    <td><span class="nyhet_title_dato">{date}</span></td>
  </tr>
  <tr>
    <td>

    <span class="nyhet_txt">{short-story}</span></td>
  </tr>
</table>

my css:

}
.nyhet_title_dato {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
}
.nyhet_title_txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #FFF;
}
.nyhet_txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
}