Top five not working
5 posters
Page 1 of 1
Top five not working
Hi , my name is Madalin and i have a big problem with top five mod... here is the script but not working...
https://help.forumgratuit.ro/t52245-top-five-mod?fbclid=IwAR3gZxVzwa0Kqbejj2U8_crJYclIlgYL_Ex5kHRkrwF6q7DhVtStcl_Fnj4
=>
https://help.forumgratuit.ro/t52245-top-five-mod?fbclid=IwAR3gZxVzwa0Kqbejj2U8_crJYclIlgYL_Ex5kHRkrwF6q7DhVtStcl_Fnj4
=>
Last edited by nDyc32 on September 21st 2022, 11:00 pm; edited 1 time in total
Re: Top five not working
Are you a member of that support forum and asked there?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Top five not working
hello
since your forum is Romanian and the script is written by the Romanian staff it is better to open there a thread
since your forum is Romanian and the script is written by the Romanian staff it is better to open there a thread
Re: Top five not working
Hi guys ,
Romanian forum is .... inactive ... i told with Mihai( administrator)on messenger and him say "try here"...
Romanian forum is .... inactive ... i told with Mihai( administrator)on messenger and him say "try here"...
Re: Top five not working
Ok, but you will have to translate everything into English for us since we do not know Romanian.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Top five not working
what version is your forum?
i will try the code from the Romanian support to see if it working
edit : the tutorial is not working also the creator of the tutorial left a note
Message Written by SSYT Mon Jan 23, 2017 9:47 am
Project currently closed, I will redo the js code for more performance!
i will try the code from the Romanian support to see if it working
edit : the tutorial is not working also the creator of the tutorial left a note
Message Written by SSYT Mon Jan 23, 2017 9:47 am
Project currently closed, I will redo the js code for more performance!
Re: Top five not working
Good afternoon,
I can offer you the option of standard widgets.
Your profile shows the phpbb3 version of the forum.
AP - Modules - Portal & Widgets - Forum widgets management
Display forum widgets : Yes
Width column 1 (left) : 0
Width column 3 (right) 180
Save.
Forum widgets management - Choose the widgets you want and insert them in the right column - Save
AP - Display - Templates - General - index_box
Find
Replace by this
Save - Publish
AP - Display - Pictures and Colors - Colors & CSS - CSS Stylesheet
Input this code:
Save
Result:
P.S. I applied block indents. If something has collided with another object, let me know.
P.S.2 You can use another widgets or add more widgets.
I can offer you the option of standard widgets.
Your profile shows the phpbb3 version of the forum.
AP - Modules - Portal & Widgets - Forum widgets management
Display forum widgets : Yes
Width column 1 (left) : 0
Width column 3 (right) 180
Save.
Forum widgets management - Choose the widgets you want and insert them in the right column - Save
AP - Display - Templates - General - index_box
Find
- Code:
<ul class="linklist">
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a> • </li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a> • </li>
<li class="last"><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
<!-- BEGIN switch_delete_cookies -->
<li class="rightside"><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a></li>
<!-- END switch_delete_cookies -->
</ul>
Replace by this
- Code:
<ul class="blockforum">
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a> • </li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a> • </li>
<li class="last"><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
<!-- BEGIN switch_delete_cookies -->
<li class="rightside"><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a></li>
<!-- END switch_delete_cookies -->
</ul>
Save - Publish
AP - Display - Pictures and Colors - Colors & CSS - CSS Stylesheet
Input this code:
- Code:
#content-container div#content {
margin-right: 0px !important;
}
div#right {
width: 920px !important;
margin: 0 auto;
margin-top: -660px !important;
padding: 0;
}
div#right .module {
width: 200px;
float: left;
margin-right: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 1px solid blue;
}
div#right > .module .inner {
height: 260px;
}
div#right .module span.corners-bottom, div#right .module span.corners-top {
display: none;
}
div#right > div[style*="height"] {
display: none;
}
.blockforum {
margin-bottom: 290px !important;
}
ul.blockforum li {
list-style-type: none;
width: auto;
font-size: 1.1em;
line-height: 2.2em;
display: inline;
}
ul.blockforum li.rightside {
float: right;
text-align: right;
}
Save
Result:
P.S. I applied block indents. If something has collided with another object, let me know.
P.S.2 You can use another widgets or add more widgets.
Razor12345- Support Moderator
- Posts : 1581
Reputation : 268
Language : Ukr, Rus, Eng
Location : Ukraine
TonnyKamper and nDyc32 like this post
Re: Top five not working
Hi skouliki ,skouliki wrote:what version is your forum?
i will try the code from the Romanian support to see if it working
edit : the tutorial is not working also the creator of the tutorial left a note
Message Written by SSYT Mon Jan 23, 2017 9:47 am
Project currently closed, I will redo the js code for more performance!
My forum use PHPbb3 , but this code work on phpbb2 ... i have this on my another forum but in phpbb3 doesn't work
Re: Top five not working
I apologize - I found a mistake in my version.
If you paste the code as it is - widgets will be scattered on all pages of the forum
Add the following code to the CSS (AP - Display - Pictures and Colors - Colors & CSS - CSS Stylesheet)
Save.
AP - Display - Templates - General - index_body
At the top of the template input:
Save. Publish.
Widgets will now only be visible on the home page
If you paste the code as it is - widgets will be scattered on all pages of the forum
Add the following code to the CSS (AP - Display - Pictures and Colors - Colors & CSS - CSS Stylesheet)
- Code:
#content-container #right {
width: 0;
height: 0;
}
#content-container div#content {
margin-right:0;
}
Save.
AP - Display - Templates - General - index_body
At the top of the template input:
- Code:
<style type="text/css">
#content-container div#right {
width: 180px;
height: auto;
}
#content-container div#content {
margin-right: 185px;
}
</style>
Save. Publish.
Widgets will now only be visible on the home page
Razor12345- Support Moderator
- Posts : 1581
Reputation : 268
Language : Ukr, Rus, Eng
Location : Ukraine
nDyc32 likes this post
Re: Top five not working
Razor12345 wrote:I apologize - I found a mistake in my version.
If you paste the code as it is - widgets will be scattered on all pages of the forum
Add the following code to the CSS (AP - Display - Pictures and Colors - Colors & CSS - CSS Stylesheet)
- Code:
#content-container #right {
width: 0;
height: 0;
}
#content-container div#content {
margin-right:0;
}
Save.
AP - Display - Templates - General - index_body
At the top of the template input:
- Code:
<style type="text/css">
#content-container div#right {
width: 180px;
height: auto;
}
#content-container div#content {
margin-right: 185px;
}
</style>
Save. Publish.
Widgets will now only be visible on the home page
this code doesn't work on my forum.... Just look here
Re: Top five not working
Change this parameter
Increase this value.
For example, -760px, -860px ...
Choose a setting that works for you.
- Code:
margin-top: -660px !important;
Increase this value.
For example, -760px, -860px ...
Choose a setting that works for you.
Razor12345- Support Moderator
- Posts : 1581
Reputation : 268
Language : Ukr, Rus, Eng
Location : Ukraine
Re: Top five not working
Razor12345 wrote:Change this parameter
- Code:
margin-top: -660px !important;
Increase this value.
For example, -760px, -860px ...
Choose a setting that works for you.
half work good..
i have another problem with 2 nd widgets and 3rd .. don't show....
https://imgur.com/ug1Ud7q
Re: Top five not working
1) Do you put widgets in the right column? Widgets can be inserted only in the right column of Forum widgets management
2) Are you inserting standard service widgets or those written by someone else?
If standard widgets - tell me the names. If written by someone - send me a link to the code or the code itself.
With the settings I gave you, it should fit 4 widgets
2) Are you inserting standard service widgets or those written by someone else?
If standard widgets - tell me the names. If written by someone - send me a link to the code or the code itself.
With the settings I gave you, it should fit 4 widgets
Razor12345- Support Moderator
- Posts : 1581
Reputation : 268
Language : Ukr, Rus, Eng
Location : Ukraine
Re: Top five not working
Problem solved & topic archived.
|
Similar topics
» Select botton code not working
» New update: anti-spam system + Google +1 Widget
» WOW Slider not working
» Url compatibility
» Profile_View_body not working
» New update: anti-spam system + Google +1 Widget
» WOW Slider not working
» Url compatibility
» Profile_View_body not working
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum