Page 12 of 14

Re: [BETA] - The Blog Mod

PostPosted: Tue Jan 02, 2007 11:54 pm
Author: MWE_001
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

Re: [BETA] - The Blog Mod

PostPosted: Wed Jan 03, 2007 12:56 am
Author: Teelk
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 '';

Re: [BETA] - The Blog Mod

PostPosted: Wed Jan 03, 2007 1:45 pm
Author: MWE_001
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.

Re: [BETA] - The Blog Mod

PostPosted: Wed Jan 03, 2007 1:48 pm
Author: Teelk
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.

Re: [BETA] - The Blog Mod

PostPosted: Wed Jan 03, 2007 2:38 pm
Author: MWE_001
Flawless. Thank you Teelk. Works a treat. All is good now. Chalk 1 more up that works on the new version. <img>

Re: [BETA] - The Blog Mod

PostPosted: Tue Feb 20, 2007 3:38 pm
Author: BitingMonkey
so will this mod work on the newest 141 version with the Cback CrackerTracker?

Re: [BETA] - The Blog Mod

PostPosted: Tue Feb 20, 2007 4:34 pm
Author: dan0042
CBACK CrackerTracker on blog

Re: [BETA] - The Blog Mod

PostPosted: Wed Feb 21, 2007 8:05 pm
Author: Pogue Moran
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.

Re: [BETA] - The Blog Mod

PostPosted: Sun Mar 04, 2007 12:46 am
Author: MWE_001
Does anyone have a nice Blogs Button for Integra2 theme? I have one for power mets and Fisubice, but not for Integra2

PostPosted: Tue Mar 06, 2007 1:31 pm
Author: ayasha
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

PostPosted: Tue Mar 06, 2007 2:56 pm
Author: richiebgood
will this be coming out of beta for im1.41?

PostPosted: Tue Mar 06, 2007 11:09 pm
Author: tekguru
I hope so I know my users would apprecaite it!

Re: [BETA] - The Blog Mod

PostPosted: Sun Jun 10, 2007 11:02 am
Author: Helter
"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]

Re: [BETA] - The Blog Mod

PostPosted: Mon Jun 11, 2007 5:43 am
Author: MWE_001
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

PostPosted: Tue Jul 10, 2007 5:17 am
Author: Joshie
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.