1 (edited by 2013-10-15 00:25:21)

Topic: quick question

Hey guys, I used to know how to work with cutenews back in 2008-2010 etc, but I've fallen out of it.

I like the newer version of cutenews, it's stepped up quite a bit. But the question I'm trying to ask, is how would I go about getting a link clicked into a new page. Not a popup, but a new page.

If I can remember correctly, I could go into the template and do so, but like I said I haven't been around cutenews for 2-3 years. This is what I have so far:

Active News

<style>
.box .title {
    margin: 0px;
    font-size: 20px;
    font-family: 'BebasRegular';
    margin-bottom: 13px;
    font-weight: bold;
    border-bottom: dotted 1px #ffffff;
}
</style>

<div class="title">{title}</div>

{short-story}

       <div style="margin-top: 15px; text-transform: uppercase;">{date}
            <div class="readmore">[full-link] + READ MORE[/full-link]</div>
          </div>

I remember editing something in the PHP page too, i'm not sure if that's require anymore.

This is what the Cutenews article currently looks like at the moment:

http://screencloud.net/img/screenshots/7f01ac05a2a8cd1ea7b2c5de01dcd53f.png

so in essence, i just wanted to know how I would go about editing the "full-link" to get the news on a full page or if it's even possible.

Thanks

Re: quick question

Use [full-link target=_blank] + READ MORE[/full-link]

Best regards,
CN Support team

Re: quick question

Use [full-link target=_blank] + READ MORE[/full-link]


Wow, well that was relatively easy. Thank you!

however, I got a quick question. It opens up in a new page, however how would I make a custom page for it?

like news.php/?subaction=showfull&id=1381615240&ucat=1&template=LatestGossip&
etc?

I wish I didn't fall out with this cutenews, I had it down packed with older versions. But I completely forgotten.

the current link it shows is "index.php?subaction=showfull&id=1381615240&ucat=1&template=LatestGossip&"

and it shows it like this:

http://screencloud.net/img/screenshots/72db1c7361407d89cb5c8e09a51dfb6f.png

What I'm trying to say, is how would I get the full story to link onto a new page? Wouldn't I have to edit a .php in the cutenews files?

Wish i could do something like:

[url=site.com/custompage/{article}]FULL STORY[/url]


Posts: 3

Pages 1

You must login or register to post a reply