Sub Menu
Links Menu
Online Users

In total there are 307 users online :: 3 registered, 0 hidden and 304 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Google [Bot], Majestic-12 [Bot] based on users active over the past 60 minutes

New forum.

If you have a forum using IntegraMOD, post it here and have other members take a look at it, give comments and discuss any improvements (STRICTLY ONE topic thread per site is allowed)

Moderator: Integra Moderator

New forum.

PostAuthor: chopper » Thu Apr 17, 2008 9:15 am

I've tweaked the code a bit on this site so that the main categories titles display at the top instead of Homestead Country Forum Index. Click on one of the categories to view the sub-forums and it displays the forum title.
I thought that might be a little better for SEO.
I also changed the Title of the links to things like Knowledge base etc..
Let me know what you think.

[url=http]Homestead Country[/url]
Last edited by chopper on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http][img=left]http://chopncrop.com/forum_images/album/albums/userpics/10002/banner.jpg[/img][/url]
[url=http]Homestead Country[/url]
User avatar
chopper
Members
Members
 
Posts: 39
Likes: 0 post
Liked in: 0 post
Joined: Wed Jan 23, 2008 8:53 am
Cash on hand: 0.00

Re: New forum.

PostAuthor: Helter » Thu Apr 17, 2008 11:04 am

that is a great idea. Looks good
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

PostAuthor: sanji » Fri Apr 18, 2008 4:33 am

It is effective, I did the same long time ago, too.

sanji
Last edited by sanji on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[img]http://www.secret-japan.com/forum/images/banners/fuji%20secret-japan%2088x31.gif[/img] [url=http]Secret Japan[/url] : discover Japan off the beaten tracks

sanji
Sr Integra Member
Sr Integra Member
 
Posts: 291
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 12, 2006 8:18 pm
Cash on hand: 0.00

PostAuthor: richiebgood » Sat Apr 26, 2008 2:54 pm

what code did you edit to make such changes?
Last edited by richiebgood on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

richiebgood
Sr Integra Member
Sr Integra Member
 
Posts: 329
Likes: 0 post
Liked in: 0 post
Joined: Tue Aug 08, 2006 12:01 am
Cash on hand: 0.00
Location: Ireland

Re: New forum.

PostAuthor: XHIBIT » Wed Apr 30, 2008 10:40 pm

Yeah bro thats tight, hook us up with the code for that
Last edited by XHIBIT on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http][img=center]http://i206.photobucket.com/albums/bb186/XTVMOVIES/LP-ani.gif[/img][/url]
[url=http][img=center]http://i206.photobucket.com/albums/bb186/XTVMOVIES/ALBUM%203/rabbitbanner.jpg[/img][/url]
[url=http][img=center]http://5thshiftradio.top-site-list.com/images/banners/5thshiftradio.jpg[/img][/url]
User avatar
XHIBIT
Integra Member
Integra Member
 
Posts: 113
Likes: 0 post
Liked in: 0 post
Joined: Wed Jul 25, 2007 10:44 am
Cash on hand: 0.00

Re: New forum.

PostAuthor: chopper » Mon May 05, 2008 10:21 am

For the category names here is the code edits:

open includes/functions_categories_hierarchy
find this code
Code: Select all
        // constants     $template->assign_vars(array(         'L_FORUM' => $lang['Forum'],         'L_TOPICS' => $lang['Topics'],         'L_POSTS' => $lang['Posts'],         'L_LASTPOST' => $lang['Last_Post'],         )     );     $template->assign_vars(array(         'SPACER'         => $images['spacer'],         'NAV_SEPARATOR' => $nav_separator,         'NAV_CAT_DESC'   => $nav_cat_desc,         'NAV_CURRENT'   => get_object_lang($cur, 'name'), // Correct Titles ]

and replace with this code

[code]       // constants     $template->assign_vars(array(         'L_FORUM' => $lang['Forum'],         'L_TOPICS' => $lang['Topics'],         'L_POSTS' => $lang['Posts'],         'L_LASTPOST' => $lang['Last_Post'],         'L_CAT' => get_object_lang($cur, 'name'),         )     );     $template->assign_vars(array(         'SPACER'         => $images['spacer'],         'NAV_SEPARATOR' => $nav_separator,         'NAV_CAT_DESC'   => $nav_cat_desc,         'NAV_CURRENT'   => get_object_lang($cur, 'name'), // Correct Titles ]

in your templates folders find the file index_body.tpl

Find this code
[code]  class="maintitle">{L_INDEX}</td>  [/code]

and change to this

[code]  class="maintitle">{L_CAT}</td>  


That's it.

Edited on 5/06/08 to include additional file edit
Last edited by chopper on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http][img=left]http://chopncrop.com/forum_images/album/albums/userpics/10002/banner.jpg[/img][/url]
[url=http]Homestead Country[/url]
User avatar
chopper
Members
Members
 
Posts: 39
Likes: 0 post
Liked in: 0 post
Joined: Wed Jan 23, 2008 8:53 am
Cash on hand: 0.00


Return to IntegraMOD Forum Showcase

Who is online

Registered users: Bing [Bot], Google [Bot], Majestic-12 [Bot]

cron