S Schwalbe New member Apr 2, 2025 #261 My first steps in XF: I followed the instruction in this thread but no widgets seen. What am I doing wrong? Here some sreenshots: Attachments 1.webp 43.2 KB · Views: 18 2.webp 16.4 KB · Views: 19 3.webp 19.8 KB · Views: 15 4.webp 7.6 KB · Views: 18
My first steps in XF: I followed the instruction in this thread but no widgets seen. What am I doing wrong? Here some sreenshots:
R RobParker Well-known member Apr 2, 2025 #262 Go to admin.php?widgets/ to see what widgets you have available
S Schwalbe New member Apr 3, 2025 #263 RobParker said: Go to admin.php?widgets/ to see what widgets you have available Click to expand... Ok, thx, it works I have to copy/add the widgets. I had tried it with the original key.
RobParker said: Go to admin.php?widgets/ to see what widgets you have available Click to expand... Ok, thx, it works I have to copy/add the widgets. I had tried it with the original key.
F Faust Well-known member Tuesday at 7:52 PM #264 just trying this, for some reason is showing bookmarking button, how can I hide that ? And add action button ?
just trying this, for some reason is showing bookmarking button, how can I hide that ? And add action button ?
Levina Active member Tuesday at 9:48 PM #265 Faust said: bookmarking button, how can I hide that ? Click to expand... Add this to your homepage template: Code: <xf:css> .bookmarkLink.button { display: none; } </xf:css>
Faust said: bookmarking button, how can I hide that ? Click to expand... Add this to your homepage template: Code: <xf:css> .bookmarkLink.button { display: none; } </xf:css>
F Faust Well-known member Wednesday at 7:57 AM #266 Levina said: Add this to your homepage template: Code: <xf:css> .bookmarkLink.button { display: none; } </xf:css> Click to expand... Thanks, managed to get it sorted last night
Levina said: Add this to your homepage template: Code: <xf:css> .bookmarkLink.button { display: none; } </xf:css> Click to expand... Thanks, managed to get it sorted last night
F Faust Well-known member Wednesday at 7:58 AM #267 Wanted to ask, can be added articles the way they are ? To be shown on homepage?