Forum

Whether it's a plugin thats causing issues, a theme, or just needed help with styling your site...We can help! Live Person Support for all your Wordpress Needs!

Welcome Guest

Pages: 1 2
permalink in forum ugrade?
kvr28PostFeb 08 2013, 10:45 PM

Pro
Posts: 114
Registered:
Mar 17 2012, 08:47 PM
Hot topicpermalink in forum ugrade?

how do we enable this? I see it in the forum here, but not in my forum, thank-you



Shrink, Track, Share, Control ... Dominate
AuberluPostFeb 10 2013, 02:43 AM

Beginner
Posts: 37
Registered:
Jan 16 2013, 10:47 PM
Hot topicRe: permalink in forum ugrade?

If you have updated your mingle forum to version 1.0.34, it should be enabled (by the way, there is no setting to disable it).

kvr28PostFeb 10 2013, 07:42 AM

Pro
Posts: 114
Registered:
Mar 17 2012, 08:47 PM
Hot topicRe: permalink in forum ugrade?

hmm,I do have 1.0.34 but I'm using elegant theme, I wonder if that is the issue

AuberluPostFeb 10 2013, 08:13 AM

Beginner
Posts: 37
Registered:
Jan 16 2013, 10:47 PM
Hot topicRe: permalink in forum ugrade?

The permalink fuction is located on wpfclass.php, line 901 (it may be different for you.)

Here's the piece of code :

$out .= $this->get_userrole($post->author_id)."<br />";
$out .=__("Posts:", "mingleforum")." ".$this->get_userposts_num($post->author_id)."<br />";
[color=red]$out .= '<a href="#postid-'.$post->id.'">Permalink</a><br />';[/color]
if (($post->author_id !=  $user_ID) && ($post->author_id))
  $out .= $this->get_send_message_link($post->author_id);
if($this->opt["forum_use_gravatar"])
cartpaujPostFeb 10 2013, 12:00 PM

Administrator
Posts: 2976
Registered:
Apr 27 2010, 05:10 PM
Hot topicRe: permalink in forum ugrade?

Some skins require you to replace the wpf.class.php file. As this is the main file in the Forum you should not upgrade your forum until you're certain that the skin author has made a compatible wpf.class.php file for their skin.

Cartpauj...it's pronounced (cart.paw.ja) - Donate!
Mingle Forum Video Tutorials

kvr28PostFeb 10 2013, 02:08 PM

Pro
Posts: 114
Registered:
Mar 17 2012, 08:47 PM
Hot topicRe: permalink in forum ugrade?

cartpauj, is there a list of skins that are compatible with the new upgrade? I am running the old version of elegant, I don't like the new version of elegant due to the massage advertising on the bottom

cartpaujPostFeb 10 2013, 02:35 PM

Administrator
Posts: 2976
Registered:
Apr 27 2010, 05:10 PM
Hot topicRe: permalink in forum ugrade?

As far as I know only DDArt's skins are compatible with 1.0.34 at this point. I contacted all skin authors a few weeks before I actually released 1.0.34 to give them time to prepare for it, I heard back from DDArt, but not ArtOfPic or Romik. Hopefully they'll update soon.

Cartpauj...it's pronounced (cart.paw.ja) - Donate!
Mingle Forum Video Tutorials

kvr28PostFeb 10 2013, 02:40 PM

Pro
Posts: 114
Registered:
Mar 17 2012, 08:47 PM
Hot topicRe: permalink in forum ugrade?

I prefer ddarts skin, but there is some layout isues with my theme, can I post a pic to show you?

cartpaujPostFeb 10 2013, 02:43 PM

Administrator
Posts: 2976
Registered:
Apr 27 2010, 05:10 PM
Hot topicRe: permalink in forum ugrade?

Start a new thread in the Skin/Theme support forum instead, and I'll point DDArt your way to get some help with that.

Cartpauj...it's pronounced (cart.paw.ja) - Donate!
Mingle Forum Video Tutorials

kvr28PostFeb 10 2013, 03:02 PM

Pro
Posts: 114
Registered:
Mar 17 2012, 08:47 PM
Hot topicRe: permalink in forum ugrade?

what is the best way to revert a skin? what I do now is copy the wpf.class.php and smilies back from a clean mingleforum and enable the skin, is this correct?

kvr28PostFeb 10 2013, 03:31 PM

Pro
Posts: 114
Registered:
Mar 17 2012, 08:47 PM
Hot topicRe: permalink in forum ugrade?

figured it out, but I don't think it is a issues with ddart skin's, any suggestions to make everything align on the left? all the posts are different

Image

kvr28PostFeb 10 2013, 03:37 PM

Pro
Posts: 114
Registered:
Mar 17 2012, 08:47 PM
Hot topicRe: permalink in forum ugrade?

I do have my permalinks though!

cartpaujPostFeb 10 2013, 10:17 PM

Administrator
Posts: 2976
Registered:
Apr 27 2010, 05:10 PM
Hot topicRe: permalink in forum ugrade?

Can you send a link to your forum?

Cartpauj...it's pronounced (cart.paw.ja) - Donate!
Mingle Forum Video Tutorials

kvr28PostFeb 11 2013, 03:43 AM

Pro
Posts: 114
Registered:
Mar 17 2012, 08:47 PM
Hot topicRe: permalink in forum ugrade?

here you go https://thehomesteadingboards.com/forum/

ddartPostFeb 12 2013, 01:31 AM

Pro
Posts: 187
Registered:
Jun 30 2010, 06:33 AM
Hot topicRe: permalink in forum ugrade?

You can open ../wp-content/themes/them5/css/reset.css
and edit reset.css
line 81

tr, th, td {
    background-color: transparent;
    border: medium none;
    height: auto;
    vertical-align: inherit;
    width: auto;
}

should be changed so

tr, th, td {
    background-color: transparent;
    border: medium none;
    height: auto;
    vertical-align: inherit;   
}

Removing this feature width: auto; everything will be fine :)
I apologize for the delayed response
Good luck and success

Pages: 1 2
Mingle Forum by Cartpauj | Version: 1.1.0beta | Page loaded in: 0.331 seconds.


Shrink, Track, Share, Control ... Dominate