Jump to content


* * * * * 1 votes

IP.Board 2.3: Add Post counts + Topics Count + image


  • Please log in to reply
31 replies to this topic

#21 Pintac

Pintac

    Programmer

  • IM Supporters
  • PipPipPipPipPipPip
  • 265 posts
  • Location:Pittsburgh, PA | Cebu, Philippines
  • Real Name:Steve
  • IPB Version:v3.1.x
Contributor

Posted 05 March 2009 - 05:20 PM

View Postgwiz, on Mar 5 2009, 12:12 PM, said:

View PostPeteT, on Mar 5 2009, 11:44 AM, said:

what happens when adding the new code to your skin ?
Hi everything get screwed up you cant make head or tale of were anything is!! its a mess if you raelly want i can do it again and send you a screen shot but members are getting  bit fed up of me messing with the forum today!!!

Per the license agreement, you can install 1 copy of IPB for testing as long as it's not an active forum. It's a good practice to use a test area before pushing changes to your active forum. This way you don't crash the site and can determine if there are any mod conflicts such as you are finding out now.

BTW, what skin are you having a problem with?
Steve
| My Mods | My Tutorials |

#22 Pete T

Pete T

    IP.Board Owner

  • Modders
  • PipPipPipPipPipPipPipPip
  • 1,031 posts
  • Location:Bristol, UK
  • Real Name:Pete Treanor
  • IPB Version:v3.3.x
Contributor

Posted 05 March 2009 - 05:25 PM

You could upload all the following into notepad.

Board Index > CatHeader_Expanded:
forum_redirect_row
ForumRow:
subheader

NOT THE SKIN IT SELF but all above into notepad then we look at for you before its uploaded

Posted Image

Coming Soon


Motorhome Today


#23 gwiz

gwiz

    Advanced Member

  • IM Supporters
  • PipPipPipPip
  • 59 posts
  • Location:Bonnie Scotland
  • IPB Version:v2.3.x

Posted 05 March 2009 - 05:36 PM

View PostPeteT, on Mar 5 2009, 12:25 PM, said:

You could upload all the following into notepad.

Board Index > CatHeader_Expanded:
forum_redirect_row
ForumRow:
subheader

NOT THE SKIN IT SELF but all above into notepad then we look at for you before its uploaded
Hi PeteT,
thanks here is the files content you asked for ;) ???
getting this error when I try to upload to you Error Upload failed. Please ask the administrator to check the settings and permissions
Regards
G

#24 Pete T

Pete T

    IP.Board Owner

  • Modders
  • PipPipPipPipPipPipPipPip
  • 1,031 posts
  • Location:Bristol, UK
  • Real Name:Pete Treanor
  • IPB Version:v3.3.x
Contributor

Posted 05 March 2009 - 05:39 PM

send it to pete@invisioneers.net and look via that way

Posted Image

Coming Soon


Motorhome Today


#25 gwiz

gwiz

    Advanced Member

  • IM Supporters
  • PipPipPipPip
  • 59 posts
  • Location:Bonnie Scotland
  • IPB Version:v2.3.x

Posted 05 March 2009 - 05:41 PM

View PostPeteT, on Mar 5 2009, 12:39 PM, said:

send it to pete@invisioneers.net and look via that way
Hi Pete, Its on its whay to you now!! ;)
Regards
G

#26 Pete T

Pete T

    IP.Board Owner

  • Modders
  • PipPipPipPipPipPipPipPip
  • 1,031 posts
  • Location:Bristol, UK
  • Real Name:Pete Treanor
  • IPB Version:v3.3.x
Contributor

Posted 05 March 2009 - 06:00 PM

Have you copied all your forum_redirect_row

Posted Image

Coming Soon


Motorhome Today


#27 gwiz

gwiz

    Advanced Member

  • IM Supporters
  • PipPipPipPip
  • 59 posts
  • Location:Bonnie Scotland
  • IPB Version:v2.3.x

Posted 05 March 2009 - 06:06 PM

View PostPeteT, on Mar 5 2009, 01:00 PM, said:

Have you copied all your forum_redirect_row
Hi yes thats all that is in the file!!!

Quote

<!-- Forum {$data['id']} entry -->
<tr>
<td align="center" class="row2" width="1%"><{BR_REDIRECT}></td>
<td class="row2" onmouseover="this.className = 'row2b'"; style.cursor='hand' onMouseOut="this.className = 'row2'" onclick="location.href='{$this->ipsclass->base_url}showforum={$data['id']}'" target='{$data['redirect_target']}'><a href="{$this->ipsclass->base_url}showforum={$data['id']}'" target='{$data['redirect_target']}'"><b>{$data['name']}</b></a><br /><span class="forumdesc">{$data['description']}</span></td>

Regards
G

#28 Pete T

Pete T

    IP.Board Owner

  • Modders
  • PipPipPipPipPipPipPipPip
  • 1,031 posts
  • Location:Bristol, UK
  • Real Name:Pete Treanor
  • IPB Version:v3.3.x
Contributor

Posted 05 March 2009 - 06:15 PM

now see why your skin being screwed up now this default forum_redirect_row

<!-- Forum {$data['id']} entry -->
		<tr> 
			<td align="center" class="row2" width="1%"><{BR_REDIRECT}></td>
			<td class="row2"><b><a href="{$this->ipsclass->base_url}showforum={$data['id']}" target='{$data['redirect_target']}'>{$data['name']}</a></b><br /><span class="forumdesc">{$data['description']}</span></td>
			<td align="center" class="row1">--</td>
			<td align="center" class="row1">--</td>
			<td class="row1"><b>{$this->ipsclass->lang['rd_hits']}:</b> {$data['redirect_hits']}</td>
		</tr>
<!-- End of Forum {$data['id']} entry -->

I no skinner but looks like yours missing

</tr>
<!-- End of Forum {$data['id']} entry -->

Your best way make work is have copy the skin in question added again into forum and hide away from members so only admin can see it and i send you the notepad back see if works.

Posted Image

Coming Soon


Motorhome Today


#29 gwiz

gwiz

    Advanced Member

  • IM Supporters
  • PipPipPipPip
  • 59 posts
  • Location:Bonnie Scotland
  • IPB Version:v2.3.x

Posted 05 March 2009 - 06:21 PM

View PostPeteT, on Mar 5 2009, 01:15 PM, said:

now see why your skin being screwed up now this default forum_redirect_row

<!-- Forum {$data['id']} entry -->
		<tr> 
			<td align="center" class="row2" width="1%"><{BR_REDIRECT}></td>
			<td class="row2"><b><a href="{$this->ipsclass->base_url}showforum={$data['id']}" target='{$data['redirect_target']}'>{$data['name']}</a></b><br /><span class="forumdesc">{$data['description']}</span></td>
			<td align="center" class="row1">--</td>
			<td align="center" class="row1">--</td>
			<td class="row1"><b>{$this->ipsclass->lang['rd_hits']}:</b> {$data['redirect_hits']}</td>
		</tr>
<!-- End of Forum {$data['id']} entry -->

I no skinner but looks like yours missing

</tr>
<!-- End of Forum {$data['id']} entry -->

Your best way make work is have copy the skin in question added again into forum and hide away from members so only admin can see it and i send you the notepad back see if works.
Hi Pete,
just send txt file back and I'll do it now, as I will put board off line for a bit!!
Regards
G

#30 Pete T

Pete T

    IP.Board Owner

  • Modders
  • PipPipPipPipPipPipPipPip
  • 1,031 posts
  • Location:Bristol, UK
  • Real Name:Pete Treanor
  • IPB Version:v3.3.x
Contributor

Posted 05 March 2009 - 06:35 PM

sent back with edits for you

Posted Image

Coming Soon


Motorhome Today


#31 gwiz

gwiz

    Advanced Member

  • IM Supporters
  • PipPipPipPip
  • 59 posts
  • Location:Bonnie Scotland
  • IPB Version:v2.3.x

Posted 05 March 2009 - 06:43 PM

View PostPeteT, on Mar 5 2009, 01:35 PM, said:

sent back with edits for you
Hi Pete,
not received must have gone walk abouts i have sent you a PM!!
Regards
G

#32 gwiz

gwiz

    Advanced Member

  • IM Supporters
  • PipPipPipPip
  • 59 posts
  • Location:Bonnie Scotland
  • IPB Version:v2.3.x

Posted 05 March 2009 - 07:06 PM

View Postgwiz, on Mar 5 2009, 02:43 PM, said:

View PostPeteT, on Mar 5 2009, 01:35 PM, said:

sent back with edits for you
Hi Pete,
not received must have gone walk abouts i have sent you a PM!!
Hi Pete,
your a star all fixed now BIG thank you!! ;) :) :)   ! just one thing the quote pic's not showing up??
any ideas
Regards
G




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users