YAFLogo

Dr-Hack
  • Dr-Hack
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
13 years ago
i cant get the yaf whats new module to align .. changing doesnt work i tried adding text-align left to the css but doesnt change anything ? .. you can see on drhack.net  on the left side the active topics are all towards the right side .. how do i fix it ?

thanks

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
13 years ago
Did you set up the module correctly? I only see the blank message "Currently the Forum doesnt contain any Messages." Or there is something wrong
Dr-Hack
  • Dr-Hack
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
13 years ago
I was waiting to find the issue behind that , thats why i was not posting about the message u saw .. now what happens some times the above message which u saw comes some times the posts get shown with no interference of mine ,,

i again refreshed the page and opened it and the posts got shown , well took a snap and attaching that

and there is nothing in the event viewer as well

daveburke
13 years ago
Have you tried using another theme?

Are you using a custom theme or have you made any modifications to your /Themes/THEME/theme.css file?

-Dave

Dr-Hack
  • Dr-Hack
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
13 years ago

Have you tried using another theme?

Are you using a custom theme or have you made any modifications to your /Themes/THEME/theme.css file?

-Dave

Originally Posted by: daveburke 

not much of editing its a DNN 2.1.2 compatible theme , just dragging it along till DNN 5.6 (i like this theme:) )

but the module has its own module.css shouldnt it call those ?

where should i look for it ? ..

i guess step one is to uninstall the module and install again

Dr-Hack
  • Dr-Hack
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
13 years ago
there is no standalone module package ? so if i remove the extension from dnn how will i get it back ? redo the YAF DNN module all the way ?
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
13 years ago

there is no standalone module package ? so if i remove the extension from dnn how will i get it back ? redo the YAF DNN module all the way ?

Originally Posted by: Dr-Hack 

You can delete the Whats New Module and reinstall the YAF Module that should work.

but the module has its own module.css shouldnt it call those ?

where should i look for it ? ..

Yes you need to modify that file try to remove the padding value from the YafPosts Class in the module.css

Dr-Hack
  • Dr-Hack
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
13 years ago
Deleted the Module then reinstalled the YAF DNN module again getting the same "Currently the Forum doesnt contain any Messages." while it does ..

no event log errors related to this ..

so what now ? :s

EDIT 1: did "Delete all" of the YAF Event log and refresh ...the module started showing topics , i could be coincidence aswell , cuz it shows topics off and on .. will try this few more times to confirm if its coincidence

EDIT 2 : Yup it has got to do something with the error in YAF event Log which is :

User: Guest

Source: ASP.desktopmodules_yetanotherforumdotnet_pages_pos

System.Data.SqlTypes.SqlTypeException: SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM.
   at System.Data.SqlTypes.SqlDateTime.FromTimeSpan(TimeSpan value)
   at System.Data.SqlTypes.SqlDateTime.FromDateTime(DateTime value)
   at System.Data.SqlClient.MetaType.FromDateTime(DateTime dateTime, Byte cb)
   at System.Data.SqlClient.TdsParser.WriteValue(Object value, MetaType type, Byte scale, Int32 actualLength, Int32 encodingByteSize, Int32 offset, TdsParserStateObject stateObj)
   at System.Data.SqlClient.TdsParser.TdsExecuteRPC(_SqlRPC[] rpcArray, Int32 timeout, Boolean inSchema, SqlNotificationRequest notificationRequest, TdsParserStateObject stateObj, Boolean isCommandProc)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
   at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
   at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
   at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
   at YAF.Classes.Data.MsSqlDbAccess.GetDatasetBasic(IDbCommand cmd, Boolean transaction)
   at YAF.Classes.Data.MsSqlDbAccess.GetData(IDbCommand cmd, Boolean transaction)
   at YAF.Types.Interfaces.IDbAccessExtensions.GetData(IDbAccess dbAccess, IDbCommand cmd)
   at YAF.Classes.Data.LegacyDb.message_findunread(Object topicID, Object messageId, Object lastRead, Object showDeleted, Object authorUserID)
   at YAF.Pages.posts.GetFindMessageId(Boolean showDeleted, Int32 userId, Int32& messagePosition)