Invision Modding: (J30) Random Quote/Testimonial v2.0.0 - Invision Modding

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

(J30) Random Quote/Testimonial v2.0.0 Rate Topic: ***** 1 Votes

#1 User is offline   xBlur 

  • Coder
  • PipPipPipPipPip
  • Group: Members
  • Posts: 198
  • Joined: 28-June 09
  • Location:England, UK
  • Real Name:Jay
  • IPB Version:v3.0.x

Posted 03 February 2010 - 12:58 PM

http://www.invisionmodding.com/index.php?autocom=downloads&req=display&code=sst&id=1486
File Name: (J30) Random Quote/Testimonial v2.0.0
File Submitter: xBlur
File Submitted: 3 Feb 2010
File Updated: 4 Feb 2010
File Category: IP.Board v3.0.x Mods
Resource Type: Hook
Version: 2.0.0

http://www.invisionmodding.com/index.php?autocom=downloads&req=display&code=sst&id=1486
File Name: (J30) Random Quote/Testimonial
File Submitter: xBlur
File Submitted: 3 Feb 2010
File Updated: 4 Feb 2010
File Category: IP.Board v3.0.x Mods
Resource Type: Hook
Version: 2.0.0

Title: Random Quote/Testimonial
Resource Type: Applications/Modification
Version: 2.0 - Compatibility: IP.Board 3.0.x
Author xBlur/Jay

Description: This modification will add a sidebar block to your forum. You'll then be able to do a 'Random Quote/Testimonial'. It randomizes every time someone changes the page or clicks refresh or presses F5.

Version 2.0.0
- Group settings: Be able to select which groups
- Guests: Now showable to guests
- Template Remake: I named the template wrong as I was using the base from an old one. That has been renamed and remade
- Your own link: Your now able to add your own link so people can send them by clicking on the link within the box
- Your own link customizeable: It is customizeable via the ACP where the link will send them. This means there is no default location.
- Your own link title: Your able to say what the link says
- New title image: Instead of having the IPB default, there has been a new one installed.

Version 1.0
- No file edits
- Ability to switch on and off
- Placed on your sidebar.
- No slow loading
- Compatable with all your skins - Still no file edits.
- Change the title
- Unlimited quotes
- HTML & CSS Usage
- Supports text and images

More screenshots in the zip file.

Click here to download this file

Click here to download this file

This post has been edited by xBlur: 04 February 2010 - 04:26 PM

My Mods
(J30) Random Quote/Testimonial | (J30) Forum Marker Legend | (J30) About Us

Mods In Progress
(J30) Message Scroller (Not Started)
0

#2 User is online   Makaaveli 

  • Post-aholic
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 546
  • Joined: 10-November 06
  • Real Name:Anthony
  • IPB Version:v2.3.x

Posted 03 February 2010 - 05:54 PM

This sounds really cool, gonna try it out.
0

#3 User is offline   xBlur 

  • Coder
  • PipPipPipPipPip
  • Group: Members
  • Posts: 198
  • Joined: 28-June 09
  • Location:England, UK
  • Real Name:Jay
  • IPB Version:v3.0.x

Posted 03 February 2010 - 05:56 PM

Thanks, hope you like it.

There will be a live version up soon. ;)

This post has been edited by xBlur: 03 February 2010 - 05:56 PM

My Mods
(J30) Random Quote/Testimonial | (J30) Forum Marker Legend | (J30) About Us

Mods In Progress
(J30) Message Scroller (Not Started)
0

#4 User is offline   xBlur 

  • Coder
  • PipPipPipPipPip
  • Group: Members
  • Posts: 198
  • Joined: 28-June 09
  • Location:England, UK
  • Real Name:Jay
  • IPB Version:v3.0.x

Posted 04 February 2010 - 10:10 AM

Version 2 should be released tonight. Features so far:

Group settings: Be able to select which groups
Guests: Now show able to guests
Template Remake: I named the template wrong as I was using the base from an old one. That has been renamed and remade
Your own link: Your now able to add your own link so people can send them by clicking on the link within the box
Your own link customizeable: It is customizeable via the ACP where the link will send them. This means there is no default location.
Your own link title: Your able to select what the link says
New title image: Instead of having the IPB default, I have found a nice icon from famfamfam.com which will be installed
My Mods
(J30) Random Quote/Testimonial | (J30) Forum Marker Legend | (J30) About Us

Mods In Progress
(J30) Message Scroller (Not Started)
0

#5 User is offline   xBlur 

  • Coder
  • PipPipPipPipPip
  • Group: Members
  • Posts: 198
  • Joined: 28-June 09
  • Location:England, UK
  • Real Name:Jay
  • IPB Version:v3.0.x

Posted 04 February 2010 - 11:45 AM

Version 2 has been released. ;)

For those that have downloaded V2 I forgot to add the style in the upgrade doc. Instead of downloading it can be found here:

Admin CP > Look & Feel > CSS > IPB_Style.css add anywhere:

.random_quote a{
	background-color: #1d3652;
	color: #d5dde5;
	font-size: 0.8em;
	text-align: center;
	margin: 6px 0 0 0;
	padding: 6px;
		display:block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.random_quote a:hover {
	background-color: #2F547D;
	color: #d5dde5;
	font-size: 0.8em;
	text-align: center;
	margin: 6px 0 0 0;
	padding: 6px;
		display:block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

This post has been edited by xBlur: 04 February 2010 - 12:25 PM

My Mods
(J30) Random Quote/Testimonial | (J30) Forum Marker Legend | (J30) About Us

Mods In Progress
(J30) Message Scroller (Not Started)
0

#6 User is offline   Guardsman 

  • Coder
  • PipPipPipPipPip
  • Group: Premium Members
  • Posts: 245
  • Joined: 24-November 05
  • IPB Version:v2.3.x

Posted 09 March 2010 - 07:30 AM

[Edit] I figured it out!

Thanks for the neat mod!
Nobody reads this bit...
0

#7 User is offline   xBlur 

  • Coder
  • PipPipPipPipPip
  • Group: Members
  • Posts: 198
  • Joined: 28-June 09
  • Location:England, UK
  • Real Name:Jay
  • IPB Version:v3.0.x

Posted 09 March 2010 - 08:18 AM

I tried making it as simple as possible and explain it as well as I could. Guess not ;)
Glad you sorted it though. I didn't know what you were having problems with but yeah haha.

I'm gonna try make it better once I get more time to learn how to get more advanced. But right now I'm hardly at home.
My Mods
(J30) Random Quote/Testimonial | (J30) Forum Marker Legend | (J30) About Us

Mods In Progress
(J30) Message Scroller (Not Started)
0

#8 User is offline   Guardsman 

  • Coder
  • PipPipPipPipPip
  • Group: Premium Members
  • Posts: 245
  • Joined: 24-November 05
  • IPB Version:v2.3.x

Posted 09 March 2010 - 02:56 PM

It was no big deal. I thought the mod was displaying a limited amount of characters (from a looong testimonial). I was asking if there was a way to configure the mod to display more characters - but I figured out it would display the complete testimonial if I formatted the text with html tags ;)
Nobody reads this bit...
0

#9 User is offline   xBlur 

  • Coder
  • PipPipPipPipPip
  • Group: Members
  • Posts: 198
  • Joined: 28-June 09
  • Location:England, UK
  • Real Name:Jay
  • IPB Version:v3.0.x

Posted 09 March 2010 - 03:05 PM

You can use HTML and as far as I know there should be no limit. It has no limit coding in there but I have only tested it out with as much as you see. Remember, 1 quote per line or it will make it as a new one. Glad you got it sorted though ;).
My Mods
(J30) Random Quote/Testimonial | (J30) Forum Marker Legend | (J30) About Us

Mods In Progress
(J30) Message Scroller (Not Started)
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users