Activity Stream
48,167 MEMBERS
61054 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 3 123 LastLast
Results 1 to 10 of 25
  1.     
    #1
    Member
    Website's:
    Mafiablog.org Dl4all.net Downloadsarena.net

    Wink DLE Experts, Have a look here. need some help :)

    Hello,

    I found this Russian template. I was going to convert that but suddenly i found the Eng version of that template as well.

    Now the thing is I am doing customization in it. I am not pro in DLE. I need your help to fix some issue in it

    My site is
    www.mafiablog.org

    1) http://screensnapr.com/v/PPtRew.png
    looks like date image is messed up with the coding. Its not displaying proper thing

    2) When we do Rating to any post, it doesn't show anything

    3) While doing registration, looks like CAPTCHA is missing

    http://screensnapr.com/v/fhtQOj.png

    Please help me to over come on these errors

    Thank you!

    Arthur
    Arthur Reviewed by Arthur on . DLE Experts, Have a look here. need some help :) Hello, I found this Russian template. I was going to convert that but suddenly i found the Eng version of that template as well. Now the thing is I am doing customization in it. I am not pro in DLE. I need your help to fix some issue in it My site is www.mafiablog.org 1) http://screensnapr.com/v/PPtRew.png Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    takedownpiracy.com
    what dle is it? 8.5 or 9.0?

  4.     
    #3
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Ok
    Answers for both 3 questions:
    1.Open /templates/yourtemplatename/shortstory.tpl
    and remove
    Code: 
    {date-month} {date-day}
    from there

    2. Show me ur shortstory.tpl located in /templates/yourtemplatename/

    3. Your Files are not properly chmodded. Chmod all folders inside engine 755 and filess to 644
    or MYSQLi is missing from server. (Ask them to install it)

    My View:
    For 1st ques it is a template problem. Removing it will fix it
    For 2nd and 3rd Question, i think your files are not properly chmodded. Chmod them properly. This will fix them.
    Also, try changing on default template and check whether rating works or not.

  5.     
    #4
    Member
    Website's:
    Mafiablog.org Dl4all.net Downloadsarena.net
    Quote Originally Posted by Dj Mad View Post
    what dle is it? 8.5 or 9.0?
    its 8.3 mate

  6.     
    #5
    Member
    Website's:
    Mafiablog.org Dl4all.net Downloadsarena.net
    Quote Originally Posted by soft2050 View Post
    Ok
    Answers for both 3 questions:
    1.Open /templates/yourtemplatename/shortstory.tpl
    and remove
    Code: 
    {date-month} {date-day}
    from there

    2. Show me ur shortstory.tpl located in /templates/yourtemplatename/

    3. Your Files are not properly chmodded. Chmod all folders inside engine 755 and filess to 644
    MYSQLi is missing from server. (Ask them to install it)

    well here is the coding for short strory

    PHP Code: 
    <style type="text/css">
    <!--
    .
    style1 {
        
    color#CC0000;
        
    font-weightbold;
        
    font-size11px;
    }
    .
    style2 {color#ef7d00}
    -->
    </
    style>
    <
    table width="100%" border="0" cellspacing="0" cellpadding="0">
      <
    tr>
        <
    td width="50" rowspan="3" valign="bottom"><div class="post-date"><span class="post-month">{date-month}</span> <span class="post-day">{date-day}</span></div></td>
        <
    td width="6" rowspan="3">&nbsp;</td>
        <
    td colspan="2"><span class="ntitle">[full-link]{title}[/full-link]</span></td>
      </
    tr>
      <
    tr>
        <
    td height="1" colspan="2" background="{THEME}/images/dotted.gif"><div align="center"></div></td>
      </
    tr>
      <
    tr>
        <
    td><span class="speedbar3">Author :  <b>{author}</bCategory : <b>{link-category}</b></span></td>
      </
    tr>
      <
    tr>
        <
    td height="15" colspan="4"><div align="center"></div></td>
      </
    tr>
    </
    table>
    <
    table width="100%" border="0" cellspacing="0" cellpadding="0">
                        
                        <
    tr>
                          <
    td align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <
    tr>
                                <
    td align="left" valign="top" class="news">{short-story}</td>
                            </
    tr>
                            </
    table></td>
                        </
    tr>
                        <
    tr>
                          <
    td align="left" valign="top" bgcolor="#FFFFFF"><img src="{THEME}/images/spacer.gif" width="1" height="10" /></td>
                        </
    tr>
                        <
    tr>
                          <
    td height="1" align="left" background="{THEME}/images/dotted.gif" class="speedbar2"></td>
                        </
    tr>
                        <
    tr>
                          <
    td height="40" align="left" valign="top" bgcolor="#FFFFFF">
                            <
    table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <
    tr>
                                <
    td height="67" valign="top"><span class="speedbar3"><br>
                                
    Comments: <img src="{THEME}/f/f_comments.png" style="vertical-align:middle"> [com-link]<b>{comments-num}</b>[/com-link] &nbsp;<img src="{THEME}/f/f_dots.gif" style="vertical-align:middle">&nbsp; <span class="speedbar2">Views: <img src="{THEME}/f/f_refresh.gif" style="vertical-align:middle"> [full-link]<b>{views}</b>[/full-link] &nbsp;<img src="{THEME}/f/f_dots.gif" style="vertical-align:middle">&nbsp; [edit]<img src="{THEME}/images/edit.png" title "Edit this article" border="0" />[/edit] {favorites}<br>
                                {
    rating}</span></td>
                                <
    td height="67" align="right" valign="top" class="slink">[full-link]<img src="{THEME}/images/download.png" alt="Read more about {title}" border="0" width="176px" height="67px">[/full-link]</td>
                              </
    tr>
                            </
    table>
           <
    tr><td bgcolor="#FFFFFF"></td>
        </
    table>
    <
    br/> 

    MYSQLi is missing from server. (Ask them to install it)[/QUOTE]

    Dude site is on my VPS... so tell me what should i do

  7.     
    #6
    Member
    Website's:
    Mafiablog.org Dl4all.net Downloadsarena.net
    and here is the image which is being used under the date command

  8.     
    #7
    Banned
    Website's:
    takedownpiracy.com
    <td width="50" rowspan="3" valign="bottom"><div class="post-date"><span class="post-month">{date-month}</span> <span class="post-day">{date-day}</span></div></td>
    <td width="6" rowspan="3">&nbsp;</td>
    <td colspan="2"><span class="ntitle">[full-link]{title}[/full-link]</span></td>
    Remove that from short story.tpl and full story.tpl to sort the first issue.

  9.     
    #8
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Quote Originally Posted by Arthur View Post
    well here is the coding for short strory

    PHP Code: 
    <style type="text/css">
    <!--
    .
    style1 {
        
    color#CC0000;
        
    font-weightbold;
        
    font-size11px;
    }
    .
    style2 {color#ef7d00}
    -->
    </
    style>
    <
    table width="100%" border="0" cellspacing="0" cellpadding="0">
      <
    tr>
        <
    td width="50" rowspan="3" valign="bottom"><div class="post-date"><span class="post-month">{date-month}</span> <span class="post-day">{date-day}</span></div></td>
        <
    td width="6" rowspan="3">&nbsp;</td>
        <
    td colspan="2"><span class="ntitle">[full-link]{title}[/full-link]</span></td>
      </
    tr>
      <
    tr>
        <
    td height="1" colspan="2" background="{THEME}/images/dotted.gif"><div align="center"></div></td>
      </
    tr>
      <
    tr>
        <
    td><span class="speedbar3">Author :  <b>{author}</bCategory : <b>{link-category}</b></span></td>
      </
    tr>
      <
    tr>
        <
    td height="15" colspan="4"><div align="center"></div></td>
      </
    tr>
    </
    table>
    <
    table width="100%" border="0" cellspacing="0" cellpadding="0">
                        
                        <
    tr>
                          <
    td align="left" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <
    tr>
                                <
    td align="left" valign="top" class="news">{short-story}</td>
                            </
    tr>
                            </
    table></td>
                        </
    tr>
                        <
    tr>
                          <
    td align="left" valign="top" bgcolor="#FFFFFF"><img src="{THEME}/images/spacer.gif" width="1" height="10" /></td>
                        </
    tr>
                        <
    tr>
                          <
    td height="1" align="left" background="{THEME}/images/dotted.gif" class="speedbar2"></td>
                        </
    tr>
                        <
    tr>
                          <
    td height="40" align="left" valign="top" bgcolor="#FFFFFF">
                            <
    table width="100%" border="0" cellspacing="0" cellpadding="0">
                              <
    tr>
                                <
    td height="67" valign="top"><span class="speedbar3"><br>
                                
    Comments: <img src="{THEME}/f/f_comments.png" style="vertical-align:middle"> [com-link]<b>{comments-num}</b>[/com-link] &nbsp;<img src="{THEME}/f/f_dots.gif" style="vertical-align:middle">&nbsp; <span class="speedbar2">Views: <img src="{THEME}/f/f_refresh.gif" style="vertical-align:middle"> [full-link]<b>{views}</b>[/full-link] &nbsp;<img src="{THEME}/f/f_dots.gif" style="vertical-align:middle">&nbsp; [edit]<img src="{THEME}/images/edit.png" title "Edit this article" border="0" />[/edit] {favorites}<br>
                                {
    rating}</span></td>
                                <
    td height="67" align="right" valign="top" class="slink">[full-link]<img src="{THEME}/images/download.png" alt="Read more about {title}" border="0" width="176px" height="67px">[/full-link]</td>
                              </
    tr>
                            </
    table>
           <
    tr><td bgcolor="#FFFFFF"></td>
        </
    table>
    <
    br/> 
    MYSQLi is missing from server. (Ask them to install it)
    Dude site is on my VPS... so tell me what should i do[/QUOTE]
    For 1st do what DJ MAD said
    I really think that the problem is due to of files not properly chmodding.
    If on WHM then
    Code: 
    go to WHM,enable the mysql service
    then run:
    /scripts/upcp
    mysql_install_db --user=mysql
    service mysqld(or mysql) start
    Also, try changing to default template.
    And check whether rating problem is solved or not. If it is there, then chmod files properly

  10.     
    #9
    Member
    Website's:
    Mafiablog.org Dl4all.net Downloadsarena.net
    all files are CHMOD already as you suggested

  11.     
    #10
    Member
    Website's:
    Mafiablog.org Dl4all.net Downloadsarena.net
    soft can you please clear your reply... its messed up with my quot i guess

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Help needed? @ CSS experts
    By click2down in forum Webmaster Discussion
    Replies: 2
    Last Post: 20th Sep 2012, 01:13 PM
  2. Car experts, need your suggestion (first car)
    By LEVAC109 in forum General Discussion
    Replies: 8
    Last Post: 14th Sep 2012, 12:42 AM
  3. Need your help website experts on this one
    By Persius in forum Webmaster Discussion
    Replies: 4
    Last Post: 27th Jul 2012, 10:58 PM
  4. [Hiring] Ngnix experts
    By xwarlordx in forum Marketplace (Buy, Sell and Trade)
    Replies: 0
    Last Post: 29th Jun 2012, 02:33 PM
  5. [WTS] Warez Experts
    By ujai in forum Completed Transactions
    Replies: 12
    Last Post: 27th Aug 2008, 01:53 AM

Tags for this Thread

BE SOCIAL