Widgets in homepage message
2 posters
Page 1 of 1
Widgets in homepage message
Ahoy!
A read here there is a way to put widgets in 'homepage message' and I really would like to try it - if It's possible - with the 'login' or/and 'recent topics' widget. Could somebody explain me how it works, please?
A read here there is a way to put widgets in 'homepage message' and I really would like to try it - if It's possible - with the 'login' or/and 'recent topics' widget. Could somebody explain me how it works, please?
Re: Widgets in homepage message
The login feature is already available in your Admin Panel at Display > Homepage > Generalities > Quick login display.
The Recent topics one, however isn't. So you want the recent topics to be in the homepage message? Or scrolling like Announcements from left to right?
The Recent topics one, however isn't. So you want the recent topics to be in the homepage message? Or scrolling like Announcements from left to right?
Re: Widgets in homepage message
Ace_1! *-*
Yeah, I know It's available but if I put the login widget in homepage message then the user profil pic will appear when a member log in. I would like to code something like a "menubar" there and the login pic is a part of the appereance.
And yes! I just want to put the recent topics in the homepage message. I don't need them to scroll from one to the other side.
Yeah, I know It's available but if I put the login widget in homepage message then the user profil pic will appear when a member log in. I would like to code something like a "menubar" there and the login pic is a part of the appereance.
And yes! I just want to put the recent topics in the homepage message. I don't need them to scroll from one to the other side.
Re: Widgets in homepage message
Uh Idk what you mean but there was a tutorial for a user's information in the homepage message.
https://help.forumotion.com/t141657-new-log-in-navigation-bar#964678
And if you want the recent topics to go there I think adding this
at the bottom or top should place them within the homepage message. Then all you would have to do is go to Modules > HTML & Javascript > Javascript codes management > Create new Javascript with the following code:
Place it in the homepage.
https://help.forumotion.com/t141657-new-log-in-navigation-bar#964678
And if you want the recent topics to go there I think adding this
|
- Code:
$(document).ready(function(){
$("#newsareal1").load("div.topictitle:lt(5)");
});
Place it in the homepage.
Re: Widgets in homepage message
Thank you for the tutorial, Ace 1 but I already have a conception. I meant the menubar to explain why I need to put the login widget there. Anyway sorry for the confusion!
Okay, I placed the java in the homepage and I put the other code in the homepage message. Nothing happened. What am I doing wrong?
UPDATE: I also tried the log menu code but all I get is a large empty space in my homepage message.
Okay, I placed the java in the homepage and I put the other code in the homepage message. Nothing happened. What am I doing wrong?
UPDATE: I also tried the log menu code but all I get is a large empty space in my homepage message.
Re: Widgets in homepage message
Hm.. I might have to try a whole new approach. I have two more questions.
1. Did you look at this post in that tutorial? https://help.forumotion.com/t141657-new-log-in-navigation-bar#964856
2. Exactly how many widgets do you want in the homepage message?
1. Did you look at this post in that tutorial? https://help.forumotion.com/t141657-new-log-in-navigation-bar#964856
2. Exactly how many widgets do you want in the homepage message?
Re: Widgets in homepage message
Oh, yes. I copied and pasted the code, switched the source code mode on and off but nothing happened. After that I created a HTML page and put there the code. I used <iframe> tag to put it in homepage message and the big empty space appeared.
Just two. The login and recent topics widget. But I really would like to know how I can use them together and one by one.
Just two. The login and recent topics widget. But I really would like to know how I can use them together and one by one.
Similar topics
» homepage message problem
» Displaying Widgets Only on Homepage
» I can't get my homepage message to display anything
» Adding widgets on homepage version phpBB3
» Homepage message
» Displaying Widgets Only on Homepage
» I can't get my homepage message to display anything
» Adding widgets on homepage version phpBB3
» Homepage message
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum