News Scrolling Covers v2.0

News Scrolling Covers v2.0

No permission to download

soner

Collaborate
Collaborate
Registered
Joined
Jul 28, 2021
Messages
39
Points
93

Reputation:

soner submitted a new resource:

News Scrolling Covers v2.0 - news, covers

View attachment 25674

  • Automatic connection to the database.
  • Fixed display bugs
  • If no image in the subject, display of a default *.
  • Complete overhaul of the design.
  • New tab.
  • Display of covers and tooltip (info popup by putting the mouse on the image).
  • A new scrolling system.
* Default image (We can change it if it doesn't suit).

View attachment 25675

- Detection if the...

Read more about this resource...
 

micke

Collaborate
Collaborate
Registered
Joined
Sep 27, 2020
Messages
94
Points
43

Reputation:

How to install this? A little more explanation please.

I now saw how to do. sorry

I think I need to get a little more explanation for this anyway. I do not have <! - XF: EXTRA_OUTPUT -> in my template.
What should I do with (data = "/ forum /defilant/jaquettes.php")
 

micke

Collaborate
Collaborate
Registered
Joined
Sep 27, 2020
Messages
94
Points
43

Reputation:

How to install this? A little more explanation please.

I now saw how to do. sorry

I think I need to get a little more explanation for this anyway. I do not have <! - XF: EXTRA_OUTPUT -> in my template.
What should I do with (data = "/ forum /defilant/jaquettes.php")
mickeThanks for all the answers ............
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,497
Points
523

Reputation:

Thanks for all the answers ............
mickePlease remember all the members here has as well a real time job, this is just be done in our free time, so sometimes it take some time to get an answer.
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,497
Points
523

Reputation:

How to install this? A little more explanation please.

I now saw how to do. sorry

I think I need to get a little more explanation for this anyway. I do not have <! - XF: EXTRA_OUTPUT -> in my template.
What should I do with (data = "/ forum /defilant/jaquettes.php")
micke
What should I do with (data = "/ forum /defilant/jaquettes.php")
this is the variable of the template widget html code and need to be adapted to the location of your forum. If your forum is under forum, the data variable need to be data="/forum/defilant/jaquettes.php" if your forum is under the root the variable looks like data="/defilant/jaquettes.php".

The widget need to be placed into a template where you would like to see it, here you have to add

<xf:widget key="NAME OF YOUR DEFINED WIDGET" />
 

micke

Collaborate
Collaborate
Registered
Joined
Sep 27, 2020
Messages
94
Points
43

Reputation:

this is the variable of the template widget html code and need to be adapted to the location of your forum. If your forum is under forum, the data variable need to be data="/forum/defilant/jaquettes.php" if your forum is under the root the variable looks like data="/defilant/jaquettes.php".

The widget need to be placed into a template where you would like to see it, here you have to add

<xf:widget key="NAME OF YOUR DEFINED WIDGET" />
BattleKingThanks for the help and I apologize for the arrogance.
I think I get it in order and have also found (<! - XF: EXTRA_OUTPUT ->) in the template.
Thanks
 

micke

Collaborate
Collaborate
Registered
Joined
Sep 27, 2020
Messages
94
Points
43

Reputation:

It does not work, have tried all the different ways, I do not get anything at all in the box.
Has anyone made it work?
 

micke

Collaborate
Collaborate
Registered
Joined
Sep 27, 2020
Messages
94
Points
43

Reputation:

Anyone know this?
 

Flesh031

Active member
Registered
Joined
Nov 12, 2020
Messages
30
Points
18

Reputation:

Be careful you need to search this : <!--XF:EXTRA_OUTPUT--> in PAGE_CONTAINER template with 2 -- and not this <!-XF:EXTRA_OUTPUT->

Anyway, it doesn't work fo me as well as micke
I have only tabs and no images
Thanks for any help .....
 
Last edited:

Flesh031

Active member
Registered
Joined
Nov 12, 2020
Messages
30
Points
18

Reputation:

Be careful you need to search this : <!--XF:EXTRA_OUTPUT--> in PAGE_CONTAINER template with 2 -- and not this <!-XF:EXTRA_OUTPUT->

Anyway, it doesn't work fo me as wall as micke
I have only tabs and no images
Thanks for any help .....
Flesh031I found my error to display jackets
In config files don't touch anything to this lines (it's just write in French :"Ne pas toucher" lool )

PHP:
require("../src/config.php");
$host = $config['db']['host'];
$dbname = $config['db']['dbname'];
$username = $config['db']['username'];
$password = $config['db']['password'];

But i have an error when i clic on jacket, the link is not good
it's like this

https://myforumname/defilant/threads/number of thread

or it would be like this

https://myforumname/threads/number of thread

I don't know how delete the folder "defilant" from the link .......
 

WinSys32

Collaborate
Collaborate
Registered
Joined
Oct 10, 2019
Messages
60
Points
63

Reputation:

I found my error to display jackets
In config files don't touch anything to this lines (it's just write in French :"Ne pas toucher" lool )

PHP:
require("../src/config.php");
$host = $config['db']['host'];
$dbname = $config['db']['dbname'];
$username = $config['db']['username'];
$password = $config['db']['password'];

But i have an error when i clic on jacket, the link is not good
it's like this

https://myforumname/defilant/threads/number of thread

or it would be like this

https://myforumname/threads/number of thread

I don't know how delete the folder "defilant" from the link .......
Flesh031Did you already checked in your ACP - Basic Options - Board URL

Otherwise I recommend you to do a index rebuild, this can be done trough your ACP - Tools - Rebuild Caches

And do you use a redirect in your .htaccess ?
 

Flesh031

Active member
Registered
Joined
Nov 12, 2020
Messages
30
Points
18

Reputation:

Thank you I don't need help anymore, I found solution on my own
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,497
Points
523

Reputation:

Flesh031

Active member
Registered
Joined
Nov 12, 2020
Messages
30
Points
18

Reputation:

if you have the same problem as me with the covers link, you need to change the url in tabs file.


Open Tabs1.php and search

<a class="popup" href="'.$url_du_forum.'threads/'.$donnees['thread_id'].'" target="_blank">

You can find it on line 42

Replace '.$url_du_forum.' by http (or https) ://url of your board/ in order to have this :

<a class="popup" href="https://www.yourboard.com/threads/'.$donnees['thread_id'].'" target="_blank">

You must do this to each Tabs file you use (Tabs1, Tabs2, Tabs3 and so on ... )

Now everything works perfectly for me
 
Top