分享
  • 收藏
  • 举报
    X
    有个文件qun/ad/index.htm无法升级
    656
    7

    有个文件

    //template/index_style/default/qun/ad/index.htm

    无法升级。

    另外,我想问下,这个论坛圈子免费版和增强版区别是什么?免费版能用来建站吗?

    可不可以我先用免费的论坛和圈子建站,以后如果网站能做起来,我再购买增强版?

    如果这样的话,以后购买的话,免费版是否能够平稳过度到增强版?对原有数据有什么有影响?




    5
    赏礼
    赏钱
    收藏
    点击回复
        全部留言
    • 7
    • admin 超级管理员 消费:3.03元 2018-12-17 20:28 20:286楼

      内容如下.手工补上吧

      {extend name="$index_style_layout" /}
      {block name="head_title"}购买广告{/block}
      
      {block name="body_content"}
      <link rel="stylesheet" href="__STATIC__/group/list.css">	
      <div class="MainContainer ShowContentType">
      	<div class="ShowTypes">
      		<a href="#">最多粉丝</a>
      		<a href="#">最多贴子</a>
      		<a href="#">最高人气</a>
      	</div>
      	<div class="ListBox">
      	{qb:tag name="qun_wap_ad_index" type="qun" by="desc" where="openad<>0" union="order" order="usernum" rows="8"}
      		<div class="list">
      			<ul>
      				<li class="img"><a href="{$rs.url}"><img src="{$rs.picurl}" onerror="this.src='__STATIC__/images/nopic.png'"><span style="display:none;" class="num{$i}">{$i}</span></a></li>
      				<li class="info">
      					<div class="title"><a href="{$rs.url}">{$rs.title}</a></div>
      					<div class="cnt"><!--{$rs.content|get_word=200}-->
      						{php}$adset=fun("qun@adset_status",$rs['id']);{/php}
      						{$adset.price}元/{$adset.day}天 生效:{$adset.time|format_time="m-d H:i"}
      					</div>
      					<div class="other">
      						<span><i class="fa fa-user-o">{$rs.usernum}</i></span>
      						<em><i class="fa fa-file-text-o">{:fun('qun@count','bbs_content1',$rs.id)}</i></em>
      						<em><i class="si si-fire">{$rs.view}</i></em>
      					</div>
      				</li>
      				<li class="join"><a href="{:murl('qun/aduser/add',['aid'=>$rs['id']])}">购买</a></li>
      			</ul>
      		</div>
      	{/qb:tag}
      	</div>
      	<div class="ListBox"></div>
      	<div class="ListBox"></div>
      </div>	
      
      <script type="text/javascript">
      var choose_i = 0; //选中第几项
      var haveshowpage = []; //每一项,作个标志,已经已显示到第几页
      var orders = ['usernum','replynum','view'];
      //显示更多
      function showMoreContent(){	
      	var url = '{qb:url name="qun_wap_ad_index" /}' + haveshowpage[choose_i] + '&order=' + orders[choose_i] ;	//第几项对应的网址	
      	$.get(url,function(res){
      		if(res.code==0){
      			if(res.data==''){
      				layer.msg("已经显示完了!",{time:500});
      			}else{
      				if(haveshowpage[choose_i]==1){
      					$('.ShowContentType .ListBox').eq(choose_i).html(res.data);
      				}else{
      					$('.ShowContentType .ListBox').eq(choose_i).append(res.data);
      				}
      				haveshowpage[choose_i]++;
      				scroll_get = true;
      			}
      		}else{
      			layer.msg(res.msg,{time:2500});
      		}
      	});
      	
      	
      }
      
      //切换显示
      function showContentType(num){
      	choose_i = num;
      	$('.ShowContentType .ShowTypes a').removeClass('ck');
      	$('.ShowContentType .ShowTypes a').eq(num).addClass('ck');
      	$('.ShowContentType .ListBox').hide();
      	$('.ShowContentType .ListBox').eq(num).show();
      
      	if(typeof haveshowpage[choose_i] == 'undefined'){
      		haveshowpage[choose_i] = 1;
      		showMoreContent();
      	}
      }
      
      $('.ShowContentType .ShowTypes a').click(function(){
      	var thisnum=$(this).index();
      	showContentType(thisnum);
      });
      showContentType( {:intval(input('type'))} );
      
      
      //滚动显示更多
      var scroll_get = true;	//做个标志,不要反反复复的加载
      $(document).ready(function () {
      	$(window).scroll(function () {
      		if (scroll_get==true &&  (400 + $(window).scrollTop())>($(document).height() - $(window).height())) {
      			scroll_get = false;			
      			layer.msg('内容加截中,请稍候',{time:1500});
      			showMoreContent();
      		}
      	});
      });
      
      </script>
      
      {/block}


    0 赏钱 赏礼回复
    • 无痕 青铜粉丝 消费:517.7元 2018-12-18 19:32 19:326楼

      啷个//

    0 赏钱 赏礼回复
    • Compass 实战运营者 消费:9218.62元 2018-12-17 23:24 23:24
      三星
      6楼
      现在买便宜,以后买肯定要加倍的喽
    0 赏钱 赏礼回复
    • 万荀网 实战运营者 消费:6824元 2018-12-17 19:50 19:506楼

      可以的,可以升,都是这么过来的

      maxcn 消费:0元 2018-12-17 19:55
      老兄说的是论坛和圈子  以后如果购买了增强版 可以直接升级  没任何影响吗?
      万荀网 消费:6824元 2018-12-17 20:12
      嗯,嗯,是的,如果有影响,admin肯定能帮你搞定,放心好了
    0 赏钱 赏礼回复
    • maxcn 普通粉丝 消费:0元 2018-12-17 19:01 19:016楼

      我晕,我发这个帖子,页面变形了,好像是被图片撑宽了。

    0 赏钱 赏礼回复
    更多回复
    恢复多功能编辑器
  • 3 1
  • 推荐内容
    扫一扫访问手机版
    请选择要切换的马甲:

     
    网页即时交流
    QQ咨询
    咨询热线
    020-28998648