Sub Menu
Links Menu
Online Users

In total there are 319 users online :: 3 registered, 0 hidden and 316 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

[BETA] - The Blog Mod

This forum contains member submitted mods and hacks for IntegraMOD/IM Portal versions

*please read the "Read Me" post*

Moderator: Integra Moderator

Re: [BETA] - The Blog Mod

PostAuthor: MWE_001 » Tue Jan 02, 2007 11:54 pm

So has anyone tried this as a test on a 1.4.1 rc5 yet? I got it completely installed looking sweet and all and EVERYTHING works except..........I click on post a topic and get General Error. Error getting category information

I Ran the db update file accordingly and all looks good. BUT i had to make one edit and i know it's wrong. Not the install, but where i put the insert.

It says in def_usermaps.php to
#-----[ FIND ]------------------------------------------
# inside of 'PCP.viewprofile.base.webinfo'

Code: Select all
 'user_points' => array(                         'txt'          => true,                         'style'        => '<span>%s</span>',                      ),


#
#-----[ AFTER, ADD ]------------------------------------------
#

Code: Select all
 'user_weblog' => array(                         'lang_key' => 'Weblog',                         'leg' => true,                         'dsp_func' => 'pcp_output_weblog',                         'img' => true,                      ),


In 1.4.1 rc5 this section is as follows
Code: Select all
'PCP.viewprofile.base.webinfo' => array(                 'order'       => 50,                         'split'       => true,                                         'title'  => array(                         'username' => array(                                 'txt'          => true,                                 'style'        => 'About_user',                             ),                     ),                 'fields'     => array(                         '[lf]0' => array(                             ),                         'user_regdate' => array(                                 'leg'          => true,                                 'txt'          => true,                             ),                         'user_lastvisit' => array(                                 'leg'          => true,                                 'txt'          => true,                             ),                         '[lf]1' => array(                             ),                         'user_style' => array(                                 'txt'          => true,                             ),                         'user_posts_stat' => array(                                 'leg'          => true,                                 'txt'          => true,                                 'crlf'         => true,                                 'style'        => '<span>%s</span>',                             ),                         'user_topics_stat' => array(                                 'leg'          => true,                                 'txt'          => true,                                 'img'          => true,                                 'crlf'         => true,                             ),                         'user_forums_stat' => array(                                 'leg'          => true,                                 'txt'          => true,                                 'img'          => true,                                 'crlf'         => true,                             ),                         '[lf]2' => array(                             ),                         'user_website' => array(                                 'leg'          => true,                                 'img'          => true,                             ),                         'user_album' => array(                                 'leg'          => true,                                 'txt'          => true,                             ),                         '[lf]3' => array(                             ),                         'user_cashpr' => array(                                 'txt'          => true,                                 'img'          => true,                                 'style'        => '<div>%s</div>',                             ),                                                       'user_trophy_profile' => array(                                 'leg'          => true,                                 'txt'          => true,                             ),                         'user_trophy_time' => array(                                 'leg'          => true,                                 'txt'          => true,                             ),                     ),             ),


If this wont work thats ok too. Its my test site. Just trying to install what I can to see what is going to work and what isnt before i ruin a live board after this becomes alpa. <img> Have a nice day/night Ray
Last edited by MWE_001 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
MWE_001
Sr Integra Member
Sr Integra Member
 
Posts: 1265
Likes: 0 post
Liked in: 0 post
Images: 12
Joined: Fri Apr 21, 2006 6:59 pm
Cash on hand: 0.00
Location: Illinois

Re: [BETA] - The Blog Mod

PostAuthor: Teelk » Wed Jan 03, 2007 12:56 am

The edit you made was the correct one. That'll add it to your profile's public page, you can move it around in that section to where you prefer.

The error you're getting is from a missing db entry in the install files. Run the following in phpmyadmin and the error should go away.

Code: Select all
ALTER TABLE `phpbb_weblog_entries` ADD `category` VARCHAR( 60 ) NOT NULL DEFAULT '';
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

Re: [BETA] - The Blog Mod

PostAuthor: MWE_001 » Wed Jan 03, 2007 1:45 pm

Ok. Ill give that a go. thank you Teelk. <img>

BUT please note, I never edited anything in that I left it alone for fear of breaking code on another page or something. I couldnt find where to add that in the 1.4.1 version like it wanted me to.
Last edited by MWE_001 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
MWE_001
Sr Integra Member
Sr Integra Member
 
Posts: 1265
Likes: 0 post
Liked in: 0 post
Images: 12
Joined: Fri Apr 21, 2006 6:59 pm
Cash on hand: 0.00
Location: Illinois

Re: [BETA] - The Blog Mod

PostAuthor: Teelk » Wed Jan 03, 2007 1:48 pm

You can add it right after...
Code: Select all
                         'user_cashpr' => array(                                 'txt'          => true,                                 'img'          => true,                                 'style'        => '<div>%s</div>',                             ),
...which will give it the same look as the original.
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

Re: [BETA] - The Blog Mod

PostAuthor: MWE_001 » Wed Jan 03, 2007 2:38 pm

Flawless. Thank you Teelk. Works a treat. All is good now. Chalk 1 more up that works on the new version. <img>
Last edited by MWE_001 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
MWE_001
Sr Integra Member
Sr Integra Member
 
Posts: 1265
Likes: 0 post
Liked in: 0 post
Images: 12
Joined: Fri Apr 21, 2006 6:59 pm
Cash on hand: 0.00
Location: Illinois

Re: [BETA] - The Blog Mod

PostAuthor: BitingMonkey » Tue Feb 20, 2007 3:38 pm

so will this mod work on the newest 141 version with the Cback CrackerTracker?
Last edited by BitingMonkey on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

BitingMonkey
Members
Members
 
Posts: 36
Likes: 0 post
Liked in: 0 post
Joined: Sat Nov 11, 2006 4:32 am
Cash on hand: 0.00

Re: [BETA] - The Blog Mod

PostAuthor: dan0042 » Tue Feb 20, 2007 4:34 pm

CBACK CrackerTracker on blog
Last edited by dan0042 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
:#: <img>
User avatar
dan0042
Integra Member
Integra Member
 
Posts: 170
Likes: 0 post
Liked in: 0 post
Joined: Fri Apr 21, 2006 3:06 pm
Cash on hand: 0.00

Re: [BETA] - The Blog Mod

PostAuthor: Pogue Moran » Wed Feb 21, 2007 8:05 pm

Mwe technically you can add it wherever you wish. I put my button for it next to the button for the gallery. I just like putting all those in one place. As well as the button for the vehicle garage. I also added a button for myspace which I put under the MSN button. I also moved around the About Me Section and had the info section with the real name etc on top and the other stuff below it. You just have to move sections around and change the id number. In the case of the about me section you would have to move the split declaration as well...

its really your preference of where you want it in the webinfo or personal informations.
Last edited by Pogue Moran on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Pogue Moran
Members
Members
 
Posts: 74
Likes: 0 post
Liked in: 0 post
Joined: Sat Jun 24, 2006 4:48 pm
Cash on hand: 0.00

Re: [BETA] - The Blog Mod

PostAuthor: MWE_001 » Sun Mar 04, 2007 12:46 am

Does anyone have a nice Blogs Button for Integra2 theme? I have one for power mets and Fisubice, but not for Integra2
Last edited by MWE_001 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
MWE_001
Sr Integra Member
Sr Integra Member
 
Posts: 1265
Likes: 0 post
Liked in: 0 post
Images: 12
Joined: Fri Apr 21, 2006 6:59 pm
Cash on hand: 0.00
Location: Illinois

PostAuthor: ayasha » Tue Mar 06, 2007 1:31 pm

well, i have installed this mod, and it all works great with the exception of the comment box, when i try to make a comment on a members blog page i get this

Code: Select all
Invalid verification code!


any help would be appreciated
Last edited by ayasha on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
No one can make you feel inferior without your consent.
~Eleanor Roosevelt

ayasha
Sr Integra Member
Sr Integra Member
 
Posts: 634
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 5:10 pm
Cash on hand: 0.00

PostAuthor: richiebgood » Tue Mar 06, 2007 2:56 pm

will this be coming out of beta for im1.41?
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

PostAuthor: tekguru » Tue Mar 06, 2007 11:09 pm

I hope so I know my users would apprecaite it!
Last edited by tekguru on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]http][/size]
[url=http][img=left]http://www.4winmobile.com/news/MVP_Horizontal_FullColor.png[/img][/url]
User avatar
tekguru
Sr Integra Member
Sr Integra Member
 
Posts: 329
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 10:29 pm
Cash on hand: 0.00

Re: [BETA] - The Blog Mod

PostAuthor: Helter » Sun Jun 10, 2007 11:02 am

"MWE_001";p="22563" wrote:Does anyone have a nice Blogs Button for Integra2 theme? I have one for power mets and Fisubice, but not for Integra2


[flash=,:bee6kvzn]http://www.integramod.com/images/icon_blog.gif[/flash:bee6kvzn]
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

Re: [BETA] - The Blog Mod

PostAuthor: MWE_001 » Mon Jun 11, 2007 5:43 am

Thx a million Helterskelter. I REALLY need to learn how to do graphics... they justjaunt me in my sleep when I even think of trying. :D
Last edited by MWE_001 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
MWE_001
Sr Integra Member
Sr Integra Member
 
Posts: 1265
Likes: 0 post
Liked in: 0 post
Images: 12
Joined: Fri Apr 21, 2006 6:59 pm
Cash on hand: 0.00
Location: Illinois

PostAuthor: Joshie » Tue Jul 10, 2007 5:17 am

What version is this? 141, or what. For integramod that is. If it's for 141, can any one please do this for me? Because I am so clueless about doing it.

E-mail me at joshie[at]killyourboredom[dot]com.
Last edited by Joshie on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http]KillYourBoredom.com[/url]
[url=http]Pay-Infinity-Links.com[/url]
[url=http]JustAFreeLancer.com[/url]
User avatar
Joshie
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 25, 2007 6:49 pm
Cash on hand: 0.00

PreviousNext

Return to Mods/Hacks

Who is online

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

cron