Looking For RevCMS Pages

Vapour

CrimKing was here.
Aug 18, 2013
179
13
hi guys im looking for a decent revcms page and a decent Me page not the Code ones the acctual files thanks guys would be a good help if someone could help me asap

Also looking for a fix for picture below thanks.

2qn4hoo.png


The images do not show up on the news articles thanks
 

Javasex

On Instagram str8 Flexin
Dec 21, 2013
128
24
Delete that news thread if you just edited the Default News and make one make sure your pictures in your CMS are there find your c_images
 

Ecko1223

Member
Feb 28, 2013
344
43
Here's my news. Overwrite yours with mine.


Code:
<div id="column2" class="column">
                        <div class="habblet-container "></div>
                        <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
                        <div class="habblet-container news-promo">       
                            <div class="cbb clearfix notitle ">
                                <div id="newspromo">
                                    <div id="topstories">
                                        <div class="topstory" style="background-image: url({url}/r63/c_images/Top_Story_Images/{newsIMG-1})">
                                            <h4>Latest news</h4>
                                            <h3><a href="{url}/index.php?url=news&id={newsID-1}">{newsTitle-1}</a></h3>
                                            <p class="summary">
                                                {newsCaption-1}
                                            </p>
                                            <p>
                                                <a href="{url}/index.php?url=news&id={newsID-1}">Read more &raquo;</a>
                                            </p>
                                        </div>
                                        <div class="topstory" style="background-image: url({url}/r63/c_images/Top_Story_Images/{newsIMG-2}); display: none">
                                            <h4>Latest news</h4>
                                            <h3><a href="{url}/index.php?url=news&id={newsID-2}">{newsTitle-2}</a></h3>
                                            <p class="summary">
                                                {newsCaption-2}
                                            </p>
                                            <p>
                                                <a href="{url}/index.php?url=news&id={newsID-2}">Read more &raquo;</a>
                                            </p>
                                        </div>
                                        <div class="topstory" style="background-image: url({url}/r63/c_images/Top_Story_Images/{newsIMG-3}); display: none">
                                            <h4>Latest news</h4>
                                            <h3><a href="{url}/index.php?url=news&id={newsID-3}">{newsTitle-3}</a></h3>
                                            <p class="summary">
                                                {newsCaption-3}
                                            </p>
                                            <p>
                                                <a href="{url}/index.php?url=news&id={newsID-3}">Read more &raquo;</a>
                                            </p>
                                        </div>
                                        <div class="topstory" style="background-image: url({url}/r63/c_images/Top_Story_Images/{newsIMG-4}); display: none">
                                            <h4>Latest news</h4>
                                            <h3><a href="{url}/index.php?url=news&id={newsID-4}">{newsTitle-4}</a></h3>
                                            <p class="summary">
                                                {newsCaption-4}
                                            </p>
                                            <p>
                                                <a href="{url}/index.php?url=news&id={newsID-4}">Read more &raquo;</a>
                                            </p>
                                        </div>
                                        <div class="topstory" style="background-image: url({url}/r63/c_images/Top_Story_Images/{newsIMG-5}); display: none">
                                            <h4>Latest news</h4>
                                            <h3><a href="{url}/index.php?url=news&id={newsID-5}">{newsTitle-5}</a></h3>
                                            <p class="summary">
                                                {newsCaption-5}
                                            </p>
                                            <p>
                                                <a href="{url}/index.php?url=news&id={newsID-5}">Read more &raquo;</a>
                                            </p>
                                        </div>
                                        <div id="topstories-nav" style="display: none"><a href="#" class="prev">&laquo; Previous</a><span>1</span> / 5<a href="#" class="next">Next &raquo;</a></div>
                                    </div>
                                    <ul class="widelist">
                                        <li class="even"><a href="{url}/index.php?url=news&id={newsID-1}">{newsTitle-1} &raquo;</a><div class="newsitem-date">{newsDate-1}</div></li>           
                                        <li class="odd"><a href="{url}/index.php?url=news&id={newsID-2}">{newsTitle-2} &raquo;</a><div class="newsitem-date">{newsDate-2}</div></li>           
                                        <li class="even"><a href="{url}/index.php?url=news&id={newsID-3}">{newsTitle-3} &raquo;</a><div class="newsitem-date">{newsDate-3}</div></li>
                                        <li class="even"><a href="{url}/index.php?url=news&id={newsID-4}">{newsTitle-4} &raquo;</a><div class="newsitem-date">{newsDate-4}</div></li>           
                                        <li class="even"><a href="{url}/index.php?url=news&id={newsID-5}">{newsTitle-5} &raquo;</a><div class="newsitem-date">{newsDate-5}</div></li>                                                   
                                        <li class="last"><a href="/news">More news &raquo;</a></li>                                       
                                    </ul>
                                </div>
                                </div>
                               
                                </center>
                                </div>
 

iExplicit

Member
Jul 30, 2013
140
23
C:\inetpub\wwwroot\r63\c_images\Top_Story_Images\AU_4thBDay_TS_v1.gif that the url im using

Put this on the article image
{url}/r63/c_images/Top_Story_Images/{newsIMG-1}
{url}/r63/c_images/Top_Story_Images/{newsIMG-2}
{url}/r63/c_images/Top_Story_Images/{newsIMG-3}
{url}/r63/c_images/Top_Story_Images/{newsIMG-4}
{url}/r63/c_images/Top_Story_Images/{newsIMG-5}

Or use the code up, it'll be more simpler for you
 

Users who are viewing this thread

Top