MyBB Community Forums

Full Version: OUGC Custom Reputation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10
(2015-06-19, 04:40 AM)mikeh Wrote: [ -> ]
(2015-06-19, 12:08 AM)GreyGhost Wrote: [ -> ]Is this plugin meant to show on every post?

For me it only shows for the first post of each page in a thread on both my custom themes and default myBB theme.

Admin CP -> Configuration -> Plugin Settings -> OUGC Custom Reputation -> "First Post Only" set to "No"

It's set to "Yes" by default.

How did I not see that.

Thank you!
(2014-12-20, 10:56 PM)mrfield16 Wrote: [ -> ]LOVE THIS PLUGIN!  THANK YOU!

2 Questions:

1)   How do I make it so it ONLY shows up in every post, NOT in the quoted portion of the post (see attached)
2)  How do I make the ratings on top of each other, instead of side by side (see attached)

Thank you!

I just put a couple of line breaks in the postbit template code. Worked like a charm:

<div class="post_body scaleimages" id="pid_{$post['pid']}">
		{$post['customrep']}
		<br>
		<br>
		{$post['message']}

[Image: OXr8Nib.png]
Wow, seven years since the first release. I will be updating this for MyBB 1.8.19 this month. Please review all planed features in the following link:
https://github.com/Sama34/OUGC-Custom-Re...ilestone/4
Hi Community

@Omar G  Thank You for the Plugin its very cool the performance of Custom Reputation...

Amazing PluginBig Grin

How can Add in template before icon attachment in Forum Display?
[Image: OUGC-Custom-Reputation.png]

The user25 Wrote:
Quote:Code to place where you want in postbit template:
{$post['customrep']}

maybe in Template: forumdisplay_thread  but not sure its here can Add the code: {$post['customrep']}

maybe in Template: forumdisplay_thread_attachment_count
<div class="float_right"><img src="{$theme['imgdir']}/paperclip.png" alt="" title="{$attachment_count}"/></div>
<div class="float_right">{$post['customrep']}</div>

Thanks in Adance for the Support!
Hi DiegoPino, thank you for your appreciation! This is oneof my favorite plugins I have ever coded (more than OUGC Awards).

The feature you seek is not available within the current code. However, I would like to update this plugin this year and add thisfeature (unsure if was already planned or I just decided so in my mind).

Until then it wouldn't be easy to manually add.

Regards.
(2020-01-03, 11:13 PM)Omar G. Wrote: [ -> ]Hi DiegoPino, thank you for your appreciation! This is oneof my favorite plugins I have ever coded (more than OUGC Awards).

The feature you seek is not available within the current code. However, I would like to update this plugin this year and add thisfeature (unsure if was already planned or I just decided so in my mind).

Until then it wouldn't be easy to manually add.

Regards.

The Plugin its Amazing... to performance the forums.
I'm going to install the Plugin Sure... I hope you can update it with new features... for example:

-  The user can Allow Self Reputation
-  hope the plugin  can use images .gif  (I'm not sure if thr .gif allows in current version)
-  max image to display ( 5 reactions ) <Example>
-  Customize with 5 images max in Thread, Example:
[Image: OUGC-Custom-Reputation.png]

Add Some icons by freepik the icons free to download.
Example of icons to customize:

- [Image: example1.png]
- [Image: example2.png]
- [Image: example4.png]
- [Image: example6.gif]
- [Image: example7.gif]
- [Image: like.png]
- [Image: love.png]

The Plugin (OUGC Awards) I hope to test it in the next few days  Big Grin

Thanks in Advance for Support!

Nota: Nose porque no muestran las imagenes en el post...  Huh

- https://i.ibb.co/qCmDv93/example1.png
- https://i.ibb.co/WPwC7fn/example2.png
- https://i.ibb.co/Z1gY3XL/example4.png
- https://i.ibb.co/R0zYbRv/example6.gif
- https://i.ibb.co/wNN3dJY/example7.gif
- https://i.ibb.co/jhz6cRx/like.png
- https://i.ibb.co/6vB6NzR/love.png
 
Muchas Gracias!
Hi, I have updated this plugin to version 1.8.21. This is a feature rich release, meaning there are many new features included and I recommend you test out your live forum before updating.

Behavior of plugin might have been altered significantly since last version.

New features:
  • Added rate setting to hide a post after reaching n amount of ratings.
  • Added setting to display overview of user received and given ratings in profiles.
  • Added rate setting to charge users for rating. Post author receives the points and points are reverted if the rating is deleted.
  • "First Post Only" and "Allow Deletion" settings added on a per rating basis while former global settings are kept as global switches.
  • xThreads integration. Allow users to request users rating their threads to display hidden content with Ajax support. This requires setting xThreads fields for which I will publish a tutorial soon.
  • Added rating setting to require users rating before downloading post attachments.
  • Added MyAlerts integration.
  • Global switch to use Font Awesome CSS icons instead of images.
  • Added setting to disable Ajax features.
  • Added setting to allow guests viewing the rate details popup.
  • Added setting to display ratings in portal.
  • Added setting to display ratings in forum display thread listing.

I invite you to check the plugin pages to see some previews and read more information. You don't even need to uninstall your current like system to use this!

@DiegoPino, I will take one of your suggestions for future versions:
https://github.com/Sama34/OUGC-Custom-Re.../issues/34
Hi, the plugin is coded on such a way that updating should be as easy as pointed in the official plugin site.

However, if you follow the instruction incorrectly in the first run you might find yourself with difficulties updating after that.

Because version 1.8.21 didn't bring major structure (db, files ,etc) changes, it is possible to fix SQL errors after failing proper update.

If you are getting SQL errors after updating please find the following line:
if((int)$plugins['customrep'] < 1821)

And change it to the following code:
if(true)

Then follow the update instructions once again, you shouldn't find any issues with the update at all because I added checks to insert the necessary DB fields.

You can keep the changes or revert them back once you properly update, it matters not.
Hi, @NickGHQ has pointed a major issue for new installs. If you are fresh installing this plugin, open the plugin file and find:
`customvariable` smallint(1) NOT NULL DEFAULT '1',

Add right after:
`requireattach` smallint(1) NOT NULL DEFAULT '0',

Then try installing once again. If you already installed you can uninstall and install back. If you don't want to uninstall follow the instructions in the post above.

I will try to release an update hopefully today. This should be a major issue only for those installing or updating, which should be fixed by information provided in this or above post.
The update is only compatible for 1.8.22? I tried with .19 and got this error
[Image: image.png]
Pages: 1 2 3 4 5 6 7 8 9 10