YAFLogo

doxa123
  • doxa123
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter YAF Version: 3.1.14
14 years ago
I try to visit yaf 1.9.5 Final by Mobile Theme but there is a problem. I can't find controls folders. It renamed by MobilePages.

How should we do ?

This ss captures by iPhone 4 Safari.

UserPostedImage


Sponsor
doxa123
  • doxa123
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter YAF Version: 3.1.14
14 years ago
I changes controls to "MobilePage" it is still not working. Is it required compile again? Or there is something else ?
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
14 years ago
Please Change the First Line of the File (\themes\Yafmobile\MobilePages)

From

<%@ Control Language="c#" CodeFile="../../../controls/TopicLine.ascx.cs" AutoEventWireup="True" Inherits="YAF.Controls.TopicLine" %>

to

<%@ Control Language="c#" CodeBehind="../../../controls/TopicLine.ascx.cs" AutoEventWireup="True" Inherits="YAF.Controls.TopicLine" %>

Updated File Commited to SVN #4168

doxa123
  • doxa123
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter YAF Version: 3.1.14
14 years ago