MyBB Hacks

Full Version: Job Portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Not sure what you mean.  From what I understand, MyTabs affects the forum tabbing, whereas this plugin works inside a forum, so they have little to do with each other.
Let me put it another way then.

One of the steps for forum creation for Job Portal is to hide the forums. Could I skip that step?
You can skip it.
Update (need at least XThreads 1.47).

1. xtjpcm_forumdisplay_thread template.
Find (around line #4):

HTML Code
<img src="{$GLOBALS['threadfields']['xtjplcimg']['url']}/thumb120x90" alt="" title="" />


Replace with:

HTML Code
<img src="{$GLOBALS['threadfields']['xtjplcimg']['thumbs']['120x90']['url']}" alt="" title="" />


2. xtjprs_forumdisplay_thread template.
Find (around line #7):

HTML Code
<img src="{$GLOBALS['threadfields']['xtjplimg']['url']}/thumb60x80" alt="" title="" />


Replace with:

HTML Code
<img src="{$GLOBALS['threadfields']['xtjplimg']['thumbs']['60x80']['url']}" alt="" title="" />

hi,

may be u describe clearly but i don't understand where i go to start..
can u please give me any file as like plugin than i just install it in my mybb forum and get job portal benefit?

thanks waiting for ur reply.
I suggest you try to get the thread descriptions working before attempting this one.
(03-18-2012 08:47 PM)ZiNgA BuRgA Wrote: [ -> ]I suggest you try to get the thread descriptions working before attempting this one.



thanks i will try and than, contact with u.
For some reason I'm having an issue with the templates. I can't figure out which one to edit, and I've edited a few of them just to test out and see if it's the right one or not. I'm using the Job Portal to create a memorial wall for people who have lost their lives, so I'm only going to use one option, not three (so I'm using the Resume List forum, not Job List and Company List). Here's a screenshot on the optino of making a new thread. The display of threads looks fine, it's just the making and editing of threads that's the issue.

[attachment=794]
Are you editing templates or the custom thread field containing the options?
I tried both of them. It seems like the custom thread fields for this particular one isn't creating a new line (<br/>). When I look in the template it doesn't show standard code, more like a reference to something else in the plugin itself like "insert custom field thread". I figured it might have been because I was well behind on updates, so I updated to the most recent version of xthreads, and that didn't fix it either.
Pages: 1 2 3 4
Reference URL's