Jump to content


* * * * * 1 votes

(J30) Random Quote/Testimonial v2.0.0


  • Please log in to reply
10 replies to this topic

#1 xBlur

xBlur

    Coder

  • Members
  • PipPipPipPipPip
  • 226 posts
  • Location:England, UK
  • Real Name:Jay
  • IPB Version:v3.1.x
Contributor

Posted 03 February 2010 - 05:58 PM

Posted Image

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

Posted Image

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

Edited by xBlur, 04 February 2010 - 09:26 PM.


#2 Makaaveli

Makaaveli

    Post-aholic

  • Members
  • PipPipPipPipPipPipPip
  • 579 posts
  • Real Name:Anthony
  • IPB Version:v3.2.x

Posted 03 February 2010 - 10:54 PM

This sounds really cool, gonna try it out.

#3 xBlur

xBlur

    Coder

  • Members
  • PipPipPipPipPip
  • 226 posts
  • Location:England, UK
  • Real Name:Jay
  • IPB Version:v3.1.x
Contributor

Posted 03 February 2010 - 10:56 PM

Thanks, hope you like it.

There will be a live version up soon. ;)

Edited by xBlur, 03 February 2010 - 10:56 PM.


#4 xBlur

xBlur

    Coder

  • Members
  • PipPipPipPipPip
  • 226 posts
  • Location:England, UK
  • Real Name:Jay
  • IPB Version:v3.1.x
Contributor

Posted 04 February 2010 - 03:10 PM

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

#5 xBlur

xBlur

    Coder

  • Members
  • PipPipPipPipPip
  • 226 posts
  • Location:England, UK
  • Real Name:Jay
  • IPB Version:v3.1.x
Contributor

Posted 04 February 2010 - 04:45 PM

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;
}

Edited by xBlur, 04 February 2010 - 05:25 PM.


#6 Guardsman

Guardsman

    Coder

  • IM Supporters
  • PipPipPipPipPip
  • 246 posts
  • IPB Version:v2.3.x

Posted 09 March 2010 - 12:30 PM

[Edit] I figured it out!

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

#7 xBlur

xBlur

    Coder

  • Members
  • PipPipPipPipPip
  • 226 posts
  • Location:England, UK
  • Real Name:Jay
  • IPB Version:v3.1.x
Contributor

Posted 09 March 2010 - 01:18 PM

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.

#8 Guardsman

Guardsman

    Coder

  • IM Supporters
  • PipPipPipPipPip
  • 246 posts
  • IPB Version:v2.3.x

Posted 09 March 2010 - 07: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...

#9 xBlur

xBlur

    Coder

  • Members
  • PipPipPipPipPip
  • 226 posts
  • Location:England, UK
  • Real Name:Jay
  • IPB Version:v3.1.x
Contributor

Posted 09 March 2010 - 08: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 ;).

#10 bidon50

bidon50

    n00b

  • Members
  • Pip
  • 3 posts
  • Real Name:bidon
  • IPB Version:v2.3.x

Posted 02 November 2010 - 10:27 AM

Hi,

Thks for this mod.
But if you can help me as i have littles problems :

1)I can see the window in my side bar but i cant see the text!
My quotes.txt is in the main directory so far!

2)Also when i've tried to install the V1 i have another problem : the text is not well formated as the french charaters are not showing well such "é" is giving me something like ?(with a black under color)...!

3) the link "send us a quote" is linked to what? if you can help me as i dont understand this link?

PS : i'm under ipb 3.05 and not 2.3 as shown in my profil(because i have 2 forums running)!

Edited by bidon50, 02 November 2010 - 10:28 AM.


#11 xBlur

xBlur

    Coder

  • Members
  • PipPipPipPipPip
  • 226 posts
  • Location:England, UK
  • Real Name:Jay
  • IPB Version:v3.1.x
Contributor

Posted 28 November 2010 - 10:09 PM

Hello, sorry about the slow reply. I don't really check here anymore.

The link: This can be either a e-mail address, or a link to a forum or even to create a new topic. This is for your members to post up new quotes or whatever have you. Please note, this mod does not pull from topics. I wont be upgrading this mod either. You may remove this if you wish.


Have you entered your information? Please note you need to have 1 QUOTE PER LINE.

The french thing, I have no idea. maybe attempt to put the HTML code for that symobl.

Quote

&#233-; is for é, without the -

Your version, I can not say if this will work on 3.1. So it's a good job your on 3.0 :P - Hope some of this helps you. It's been a long time since I looked at the file as I'm on a mac now. If this doesn't help send me a PM and I will look into it for you.

Edited by xBlur, 28 November 2010 - 10:11 PM.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users