Jump to content

  • twitter
  • youtube
  • googleplus
  • facebook
  • rss
  • newsletter


-SRD3- Topic Title Colored (IPB3)


  • Please log in to reply
14 replies to this topic

#1 Sacred

Sacred

    Elite Member

  • Members
  • PipPipPipPip
  • 167 posts
  • Gender:Male
  • Location:Egypt - Cairo
  • IP.Board Version:IPB 3.0.x
  • First Name:Amged Osman

Posted 17 January 2009 - 11:25 PM

File Name: -SRD3- Topic Title Colored (IPB3)
File Submitter: Sacred
File Submitted: 18 Jan 2009
File Category: IPB 3.0.x Mods

Description
Gives you the ability to add color,background,font weight, font style to your topic title, all over the site..



Features
Show color on Topic View.
Show color on Forum View
Show color on Board Index
Group Permissions


Files Affected

* admin/applications/forums/sources/classes/forums/class_forums.php
* admin/applications/forums/sources/classes/post/classPost.php
* admin/applications/forums/sources/classes/post/classPostForms.php

With an amazing Read Me File :P

Click here to download this file

#2 damirhoni

damirhoni

    Newbie

  • Members
  • Pip
  • 6 posts
  • First Name:damir

Posted 29 March 2009 - 04:08 AM

I download tham for archive is great mod ! I dont have IPB 3 and dont no that is out but thanks its good to have tham for future !

Thanks for hard working time and great award with mod !

#3 darK

darK

    Advanced Member

  • Members
  • PipPipPip
  • 30 posts
  • Gender:Male
  • Location:cHina
  • Interests:fAmily, friends, money, gaming.
  • IP.Board Version:IPB 3.0.x
  • First Name:Soso

Posted 21 May 2009 - 02:48 AM

There are some errors with "Topic_title"
Check out please.. Not working.
Think twice before you do something.

#4 pRieStaKoS

pRieStaKoS

    Member

  • Unverified
  • PipPip
  • 10 posts
  • IP.Board Version:N/A

Posted 31 May 2009 - 06:10 AM

Same problem here. Fresh Install, BUT

Find :  
($this->request['TopicTitle'] != $topic['title'])
Add after in same line:
 or ($this->request['TopicCol'] != $topic['color']) or ($this->request['TopicBG'] != $topic['bg']) or ($this->request['TopicFW'] != $topic['fw']) or ($this->request['TopicFS'] != $topic['f_s'])
There is no ($this->request['TopicTitle'] != $topic['title']) in classPost.php

Edited by pRieStaKoS, 31 May 2009 - 06:12 AM.


#5 Michael

Michael

    Management

  • Management
  • 3,129 posts
  • Gender:Male
  • Location:Australia
  • IP.Board Version:IPB 3.1.x
  • First Name:Michael
Donator

Posted 31 May 2009 - 06:39 AM

Try replacing every instance of $this->request['TopicTitle'] with $this->_topicTitle in the instructions file.

Keep up to date with DevFuse mod development and releases.

Posted Image Posted Image Posted Image Posted Image Posted Image


#6 pRieStaKoS

pRieStaKoS

    Member

  • Unverified
  • PipPip
  • 10 posts
  • IP.Board Version:N/A

Posted 01 June 2009 - 12:42 PM

View PostMichael, on May 31 2009, 03:39 PM, said:

Try replacing every instance of $this->request['TopicTitle'] with $this->_topicTitle in the instructions file.
Meaning ??

There are 20 items with the name $this->_topicTitle in classPost.php (depending on Dreamweaver CS4)

Do you mean line 1869-1875 ?

//-----------------------------------------
// Update topic title
//-----------------------------------------
				
if ( $this->_topicTitle != "" )
{
	if ( ($this->_topicTitle != $topic['title']) or ( $this->_topicDescription != $topic['description'] ) OR ! ( $topic['title_seo'] ) )

Edited by pRieStaKoS, 01 June 2009 - 12:49 PM.


#7 Michael

Michael

    Management

  • Management
  • 3,129 posts
  • Gender:Male
  • Location:Australia
  • IP.Board Version:IPB 3.1.x
  • First Name:Michael
Donator

Posted 01 June 2009 - 05:35 PM

No replace them in the installation file, open it notepad or your editor and replace the instructions with the above mentioned edits. Now open the instructions file in firefox/ie and install using the updated instructions.

Keep up to date with DevFuse mod development and releases.

Posted Image Posted Image Posted Image Posted Image Posted Image


#8 pRieStaKoS

pRieStaKoS

    Member

  • Unverified
  • PipPip
  • 10 posts
  • IP.Board Version:N/A

Posted 02 June 2009 - 05:15 PM

Installed it successfully... ;)

Put the updated Fresh Installer.html in the mod zip file. (needed more changes than you said before...)

Attached Files



#9 darK

darK

    Advanced Member

  • Members
  • PipPipPip
  • 30 posts
  • Gender:Male
  • Location:cHina
  • Interests:fAmily, friends, money, gaming.
  • IP.Board Version:IPB 3.0.x
  • First Name:Soso

Posted 11 June 2009 - 10:55 PM

Sorry, from where should I change color of topic?
Think twice before you do something.

#10 pRieStaKoS

pRieStaKoS

    Member

  • Unverified
  • PipPip
  • 10 posts
  • IP.Board Version:N/A

Posted 12 June 2009 - 01:46 AM

View PostdarK, on Jun 12 2009, 07:55 AM, said:

Sorry, from where should I change color of topic?
Where you enter the Topic title & description

#11 darK

darK

    Advanced Member

  • Members
  • PipPipPip
  • 30 posts
  • Gender:Male
  • Location:cHina
  • Interests:fAmily, friends, money, gaming.
  • IP.Board Version:IPB 3.0.x
  • First Name:Soso

Posted 12 June 2009 - 01:55 AM

I need to use tags or what?
cuz if it's any kind of option I can't see it.
Think twice before you do something.

#12 pRieStaKoS

pRieStaKoS

    Member

  • Unverified
  • PipPip
  • 10 posts
  • IP.Board Version:N/A

Posted 12 June 2009 - 06:59 PM

View PostdarK, on Jun 12 2009, 10:55 AM, said:

I need to use tags or what?
cuz if it's any kind of option I can't see it.
Take a look ! At "Topic Color" you add color code or name. Simple...

#13 darK

darK

    Advanced Member

  • Members
  • PipPipPip
  • 30 posts
  • Gender:Male
  • Location:cHina
  • Interests:fAmily, friends, money, gaming.
  • IP.Board Version:IPB 3.0.x
  • First Name:Soso

Posted 13 June 2009 - 01:46 PM

lolwtf, I don't have them... seems I did something wrong :(

Edit: Oh ok thanks, now I fixed it.

Edited by darK, 13 June 2009 - 02:02 PM.

Think twice before you do something.

#14 pRieStaKoS

pRieStaKoS

    Member

  • Unverified
  • PipPip
  • 10 posts
  • IP.Board Version:N/A

Posted 11 August 2009 - 08:29 AM

Any update for 3.0.2?

#15 Alexandria

Alexandria

    Member

  • Members
  • PipPip
  • 22 posts
  • Gender:Female
  • IP.Board Version:IPB 3.0.x
  • First Name:Alexandria

Posted 01 February 2010 - 05:21 AM

Doesn't work on V3.0.5 but all you have to do in Forum Name is:

<span style="color: #d8a8a8;"><strong>Introductions</strong></span>

... and you have your coloured title ;)




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users