|
Monday, November 19, 2007(UTC)
|
|
Friday, December 04, 2009 7:10:34 AM(UTC)
|
146 [0.40% of all post / 0.14 posts per day] |
|
0
(View Thanks)
|
|
5
|
|
5
|
View All Posts by User
JayDavis wrote:I would like to put an ad rotator for my main logo inside an AJAX update panel.. The rotator will switch, say every 30 seconds or so.
I know there is a script manager in the yaf.forums piece, but it loads after the update panel.
Any thoughts? This is not exactly what you are asking, but I did something similar for a forum I ran by modifying the Default.aspx just inside the body tag as follows: Code:<body> <asp:Table ID="Table1" runat="server"> <asp:TableRow> <asp:TableCell Width="85%" HorizontalAlign="Left"> <asp:AdRotator id="myAdRotator" runat="server" AdvertisementFile="BannerFile.xml" BorderWidth="0" /> </asp:TableCell> <asp:TableCell HorizontalAlign="Right"> </asp:TableCell> </asp:TableRow> </asp:Table> Then I placed two different logos (jpg) in my BannerFile.xml as follows: <?xml version="1.0" encoding="utf-8"?> Code:<Advertisements> <Ad> <ImageUrl>images/EOWBanner0.gif</ImageUrl> <NavigateUrl></NavigateUrl> <AlternateText>Eye on Whatcom</AlternateText> <Keyword>Politics</Keyword> <Impressions>5</Impressions> </Ad>
<Ad> <ImageUrl>images/EOWBanner2.gif</ImageUrl> <NavigateUrl></NavigateUrl> <AlternateText>Eye on Whatcom</AlternateText> <Keyword>Politics</Keyword> <Impressions>5</Impressions> </Ad> </Advertisements> Then each time a new page was loaded, or the existing page refreshed, the site would alternate the logos. Now, the difference is, you're wanting to do an auto refresh with AJAX, but I have to believe you could embed your ajax object right inside the head of the default.aspx in much the same way.
|
sukhsandhu wrote:My YAF forum which was on g8pals.com/chat has been changed automatically recently, When I changed my admin user settings and now I am not able to access it at all.
Could anyone please suggest me if I can restore it to the previous version? Or upgrade it? Many thanks for your kind help. I'm not entirely clear what you're describing. Did you change the administrative password? Did you change it related to your database? Does the password in your config connect string still match what it should be for access to the DB? If YAF cannot access the DB, it will put up a friendly screen saying that a "serious error" has occured with a link to try again. Is that what you're seeing?
|
chriscoe71 wrote:hmmm.. no problem viewing it from here.
Anyone else want to try? I was taken right to the topic with no problem.
|
nagsline wrote:Hi I want to hide the copy right in my forum. Is it possible. If so how can I do it?  and one more thing is I'm not able to change my avatar. There are no avatars in my forum. Thank you, Nagu Nagu, In order to have your own copyright at the bottom of your forum, you need to own the copyright. That the meaning of a copyRIGHT. You own the rights to it. The easiest and best solution to this is to pop open Visual Studio and start coding up your own forum software from scratch. In doing so, you will own the code and the rights to that code.
|
halflife wrote: Not working? why? I don't see YouTube button. YAF v1.9.1.8 . Help me
Halflife, You're correct, that there is not a YouTube button in 1.9.1.8. Just code it manually in your message, using the youtube and close youtube tags, and it will work.
|
|
Apologies up front if this is already on-site somewhere. Multiple searches have turned up nothing.
I know next to nothing about DotNetNuke. Just installed my first DNN site last week. It's a little restrictive, but an impressive framework which will be great for my non-techie administrator.
My question is regarding YAF integration with DNN. The included forum module is rather lacking by comparison. Am I correct that I need to install YAF 1.9.3 as a stand alone install and then "add" the DNN modifications/module which will cause the stand alone install to be integrated into the DNN site?
Also, in the DNN instructions.txt, it refers to the "PA" in a couple of places. What is the PA?
|
rainyan wrote:How to enable topic essence? Can you elaborate a bit? I'm not clear regarding what it is you are asking.
|
|
alibom,
I just set up my first DNN site last week. Pretty impressive framework, but the forums module is pretty lacking when compared to YAF.
I've been doing various searches of this forum for instructions on how to do a full integration of YAF into this site, but have not found it.
Can you point me to the process you used, or reply with the "Dummies" version of the integration process?
Thanks in advance. I appreciate it!
|
billydshomebrew wrote:HI, Can someone help me out? How do I embed youtube video on my forum I'm running version 1.9.1.8 (NET v2.0) THANK YOU. BILL Piece of cake Bill. To embed a YouTube, simply place the code between tags like this: Code: [youtube]http://youtube.com/watch?v=zCcnVVkg5j0[/youtube]
It will look like this:
|
|
Still no joy.
I'll email my configs to Bullwinkle... er, umm, Ederon here in a bit. I'm in complete agreement that there must be some sort of config issue, especially given that Jaben has done this successfully with 5,000 users and with my 80 users.
As frustrating as it is, we must beat this nemesis into submission!!
|
|