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
yes. installed it.
Not quite sure what do you mean by the "didn't work"?
'resume form' forum shown on the forum display and when we click on it, showing a broken page
http://www.jobsmount.com/forum/xtjprf_

throwing a 404 not found error
http://www.jobsmount.com/forum/ doesn't even exist.
Do you have a demonstration of what you're doing?
Nevermind zinga. ignore my above post.

I need few update suggestions.

I had seen that custom xthread fields are not displayed when browsing the forum in other devices and other third party applications/browsers e.x; mobile theme..
Though xthreads is external plugin that doesnt interact with mybb, can we make it display those custom thread fields also?
-----------------
In the job portal app, we are having category, type. Can we have two categories? category 1 and category 2

Ex:
Public/Government Jobs <- category 1
     --- Defense  <- category 2
     --- Thermal Stations   <- category 2
Note: Category 1 will be mandatory, Category 2 is optional.
----------------
while creating company id, is it possible to add the company name also?

Company ID: 1(Google)
Company ID: 1(Yahoo)
---------------
I would like to add new input fields - Position in the company, hiring process, to the input fields on right of new job thread.
and a add file or input box for attaching the advertisement file or to enter those details and the same for the job interview results.

after creating the custom thread fields for the above input fields, we need to write the template code. can you suggest how to write that as i'm not familiar with the mybb functions.
You'll need to appropriately modify your mobile theme's templates to display the thread fields the way you want to display them.
(I'm assuming you're using GoMobile theme; for something which is completely separate from MyBB, I don't know)
I am using GoMobile on leefish and I see most of the threadfields just fine. However, on a couple of my Global template layouts for xthreads  I used this snippet:

Code:
<if $mybb->user['style'] == $mybb->settings['gomobile_theme_id'] then>
Stuff for mobile here
</if>


Which seems to be working. I dont have any kind of mobile device so I cant check it myself, but my users say it is ok.

Requires Zinga's Php in templates plugin of course.

I wonder if this would work with MyTabs (it would work wonderfully as The Job Shack).
I don't know about the MyTabs. If it is like other tabs thingy on index, not quite sure what method you want.
Could I use XThreads to just show the info different in the selected forums of The Job Shack? It's at FoodRatings (link's in sig).
Pages: 1 2 3 4
Reference URL's