Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 201
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 181
Total: 181

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - PapaFrizArcade

Pages: 1 ... 3 4 [5]
61
Support / Re: After Rating
« on: March 08, 2022, 08:07:23 pm »
Manual edit above works great. 

Now to figure out what to do with the "View List" text next to it.  I'm thinking of replacing that with some sort of icon... perhaps a gear or perhaps a book or something to that effect.

62
Support / Re: Ratings CSS
« on: March 08, 2022, 04:26:07 pm »
Here is a video of the how the hover effect looks.  Note that my mouse cursor was actually hovering over those icons but my capture software evidently removes the cursor...

(this is set to 1.4 btw... (40% larger)... it looks best IMHO).


https://youtu.be/XgmYG0t-BQk


63
Support / Re: Ratings CSS
« on: March 08, 2022, 04:02:26 pm »
Here is my latest CSS hacking... I added a solid white background and rounded corners.

I would love to figure out how to add more space BELOW the container... I am stuck at the border height I am because when there is a signature,  the border now currently rides right on the hairline post separators... any bigger and the box over laps that hairline. 

If I can move the whole container up a little... add some padding below it... I could make the container a little larger vertically which would look nicer and allow me to increase my hover hack to increase size by 40%...

Here is what I have so far...



Here is the code:

Code: [Select]
a[href$='#ratethis'] {
   margin-right: 5px;
}
a[href$='#ratethis'] img:hover {
   transform: scale(1.25);
}

.moderatorbar {
   padding-top: 16px;
   padding-bottom: 16px;
}

.moderatorbar div span:last-child {
   padding-top: 10px;
   padding-bottom: 0px;
   padding-left: 10px;
background-color: #FFFFFF;
border-radius: 5px;
   border: 1px solid #777;
}

...forgive my exictement... I'm learning on the fly here.

:D

64
Support / Ratings CSS
« on: March 08, 2022, 03:22:47 pm »
I am playing around with some CSS for the ratings mod.  I figured I would post some of the results here and the code I used should anyone want to use it.  If anyone notes something wrong or a better way to do something,  please speak up... I am a hack at best.

:)


First off,  if you want to increase the spacing between your ratings...

Code: [Select]
a[href$='#ratethis'] {
  margin-right: 5px;
}

Adjusting "5px" will adjust the padding between icons.

Second off,  I am working on adding a border around the ratings... still tweaking but this is what i have:

Code: [Select]
a[href$='#ratethis'] {
  margin-right: 5px;
}
a[href$='#ratethis'] img:hover {
  transform: scale(1.25);
}

.moderatorbar {
  padding-top: 16px;
  padding-bottom: 16px;
}

.moderatorbar div span:last-child {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  border: 1px solid #777;
}

The result:



A neat increase in size of each icon as you hover your mouse over the icon is included.  Currently it increases size by 25%.  You can adjust that by adjusting "img:hover {
  transform: scale(1.25)"... up to about 1.4 looks good IMHO.

I am wondering if it would be better to go with larger icons then set them to appear at 75% unless hovered over then up it to 100%.  Overall the effect would be the same but with less pixelization.  That said... i like the old school pixel look.

:)



...more to come.

65
Support / Re: After Rating
« on: March 08, 2022, 03:18:35 pm »
Adding an option for that would be awesome.  I will try the manual edit as well shortly and report back.

66
Support / Re: Admin Location
« on: March 08, 2022, 03:17:22 pm »
Seems like it's one of those "the amount of work necessary isn't worth the final result" kinds of things. 

Thank you...

67
Support / After Rating
« on: March 08, 2022, 02:41:36 pm »
After rating,  on the left it shows the image + spells out the rating name then has x1, x2,  etc...

May I ask how I could remove the rating name?  I would prefer only the icon show and then x1, x2, etc...

Thanks!

68
Support / Re: Alerts
« on: March 08, 2022, 01:06:58 pm »
I was pointed to this thread on the simplemachines website...

https://www.simplemachines.org/community/index.php?topic=568711.0

It was a while ago,  but you did comment in there as well.  According to Diego Andrés there hasn't been much change in the system since that post was made.

69
Support / Alerts
« on: March 08, 2022, 11:06:24 am »
Hi,

How difficult would it be to add 2.1.1 Alerts to this mod?  I'd love for the mod to alert when a rating is given.  This functionality would also be terrific for the Badges mod (I did have a mod/tweak to the Badges mod for 2.0.x that would alert the SMF Packs alert mod)...

70
Support / Re: How to space icons and multiple reacts?
« on: March 08, 2022, 11:03:34 am »
I figured out a CSS solution...

a[href$='#ratethis'] {
   margin-right: 20px;
}

In the index.css file will achieve what I am trying to do.  Can anyone see how that might break things?

Thank you!


71
Support / Re: How to space icons and multiple reacts?
« on: March 08, 2022, 10:16:02 am »
Here is an image showing the approximate spacing I'd love to achieve...


72
Support / Re: How to space icons and multiple reacts?
« on: March 08, 2022, 08:53:00 am »
BTW... which file would I need to edit to do what the author wanted (space out the ratings)?


Thanks!

73
Support / Admin Location
« on: March 08, 2022, 08:42:43 am »
Hi,

I have your BADGES and AWESOME RATINGS mods (and your SIMPLE VIDEO EMBEDDER MOD).  All three create their own sections in ADMIN.  Is there any way to move them to either the MODIFICATIONS section,  or the POSTS section... or at least combine them to have a SMFHACKS section? 

Thanks!

74
Support / Re: How to space icons and multiple reacts?
« on: March 08, 2022, 08:38:48 am »
I too was hoping this mod allowed for multiple reactions.  If/when you decide to add that functionality,  I,  for one,  am on board.

75
Support / Rates Screen Needs Cleaning
« on: March 08, 2022, 08:36:41 am »
Hi!  I just bought/installed your mod.  It's working as advertised for the most part.  Unfortunately the CSS in the RATES popup needs a little work (see below).

Is this something that can be done via CSS somewhere?  If so,  where?

Thanks!
[ Guests cannot view attachments ]

Pages: 1 ... 3 4 [5]

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal