 | Re: [Solved] Blog Mod |  |
Posted: 05/23/2007 12:28 AM |
|
|
|
|
|
| Citation |
| Posts |
1131 |
| Word Cnt. |
66,964 |
| BDay |
Jun 9 |
| Sign |
Gemini |
|
|
|
|
|
Joined: Mar 07, 2007
Local time: 4:10 AM
|

|
|
|
|
 |
| It does do a good job, I have 2 very good bloggers and they use many areas to promote their blogs, this also directs traffic back to the forum. I have one myself but rarely get the time to update it. Alianora La Canta is our biggest blogger so if anyone needs any info about trackback etc, I know she would be very happy to help out. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Blog Mod |  |
Posted: 05/23/2007 12:31 AM |
|
|
|
|
|
| Citation |
| Posts |
2152 |
| Word Cnt. |
78,257 |
| BDay |
Jun 15 |
| Sign |
Gemini |
| Sex |
 |
|
|
|
Joined: Apr 22, 2005
Local time: 3:10 AM
Location: Upside down
|

|
|
|
|
 |
I don't know if my members would use it or not but it doesn't hurt to try these things. I know of 3 that have a myspace page. I have one too but there's nothing in it.
I'll see if I can find this word press mod. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Blog Mod |  |
Posted: 05/23/2007 12:36 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 1:10 PM
Location: St Pete, FL
|

|
|
|
|
 |
The WP-Uniited MOD has a few bugs in it still and the MOD author may be trying to correct it for AB. If The Blog MOD is mostly error free, it might be the better option at the moment. WordPress might be more powerful though...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Blog Mod |  |
Posted: 05/23/2007 12:40 AM |
|
|
|
|
|
| Citation |
| Posts |
2152 |
| Word Cnt. |
78,257 |
| BDay |
Jun 15 |
| Sign |
Gemini |
| Sex |
 |
|
|
|
Joined: Apr 22, 2005
Local time: 3:10 AM
Location: Upside down
|

|
|
|
|
 |
| I was just looking at the word press one and I don't really like it. The blog mod looks like the one to go with so I might download it and see what happens. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Blog Mod |  |
Posted: 05/23/2007 12:46 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 1:10 PM
Location: St Pete, FL
|

|
|
|
|
 |
For now, that's probably the better choice...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Blog Mod |  |
Posted: 05/23/2007 1:24 AM |
|
|
|
|
|
| Citation |
| Posts |
2152 |
| Word Cnt. |
78,257 |
| BDay |
Jun 15 |
| Sign |
Gemini |
| Sex |
 |
|
|
|
Joined: Apr 22, 2005
Local time: 3:10 AM
Location: Upside down
|

|
|
|
|
 |
I'm sure there'll be a few errors with this especially with the links to the header.
The first one is -
| Code:
|
Could not perform improperly formed COPY command.
./*.* to ./*.*
|
Normally I am ok with these errors but why does it have copy ./*.* to ./*.* ?
Here is the copy commands from the mod file. Notice the ./*.* is also at the end of a couple others.
| Code:
|
#
#-----[ COPY ]------------------------------------------
#
./*.* to ./*.*
admin/*.* to admin/*.*
images/xml.gif to images/xml.gif to images/xml.gif to images/xml.gif
images/weblogs/*.* to images/weblogs/*.*
includes/functions_trackback.php to includes/functions_trackback.php
includes/functions_weblog.php to includes/functions_weblog.php
includes/weblogs_common.php to includes/weblogs_common.php
language/language_english/lang_weblog_admin.php to language/language_english/lang_weblog_admin.php
language/language_english/lang_weblog_main.php to language/language_english/lang_weblog_main.php
templates/subSilver/admin/*.* to templates/subSilver/admin/*.*
templates/subSilver/images/lang_english/icon_weblog.gif to templates/subSilver/images/lang_english/icon_weblog.gif
templates/subSilver/*.* to templates/subSilver/*.*
weblogs/index.htm to weblogs/index.htm
weblogs/colors.htm to weblogs/colors.htm
weblogs/upload/.htaccess to weblogs/upload/.htaccess
weblogs/upload/index.htm to weblogs/upload/index.htm
weblogs/templates/index.htm to weblogs/templates/index.htm
|
|
|
|
 |
 |
| Back to Top |
|
|
 | Re: Blog Mod |  |
Posted: 05/23/2007 1:38 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 1:10 PM
Location: St Pete, FL
|

|
|
|
|
 |
The entire Copy section is wrong. This is how it should look:
| Code:
|
#
#-----[ COPY ]------------------------------------------
#
copy *.php to *.php
copy admin/*.php to admin/*.php
copy images/xml.gif to images/xml.gif to images/xml.gif to images/xml.gif
copy images/weblogs/*.gif to images/weblogs/*.gif
copy includes/functions_trackback.php to includes/functions_trackback.php
copy includes/functions_weblog.php to includes/functions_weblog.php
copy includes/weblogs_common.php to includes/weblogs_common.php
copy language/lang_english/lang_weblog_admin.php to language/lang_english/lang_weblog_admin.php
copy language/lang_english/lang_weblog_main.php to language/lang_english/lang_weblog_main.php
copy templates/subSilver/admin/*.tpl to templates/subSilver/admin/*.tpl
copy templates/subSilver/images/lang_english/icon_weblog.gif to templates/subSilver/images/lang_english/icon_weblog.gif
copy templates/subSilver/*.tpl to templates/subSilver/*.tpl
copy weblogs/index.htm to weblogs/index.htm
copy weblogs/colors.htm to weblogs/colors.htm
copy weblogs/upload/.htaccess to weblogs/upload/.htaccess
copy weblogs/upload/index.htm to weblogs/upload/index.htm
copy weblogs/templates/index.htm to weblogs/templates/index.htm
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Blog Mod |  |
Posted: 05/23/2007 1:45 AM |
|
|
|
|
|
| Citation |
| Posts |
2152 |
| Word Cnt. |
78,257 |
| BDay |
Jun 15 |
| Sign |
Gemini |
| Sex |
 |
|
|
|
Joined: Apr 22, 2005
Local time: 3:10 AM
Location: Upside down
|

|
|
|
|
 |
Still getting a copy error
| Code:
|
Could not perform improperly formed COPY command.
copy images/xml.gif to images/xml.gif to images/xml.gif to images/xml.gif
MOD script line #361 :: FAQ :: Report
|
I noticed you doubled up there so I removed the extra bits. There's still some errors but they'll have to wait til I get back online.
Might go watch a dvd  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Blog Mod |  |
Posted: 05/23/2007 2:12 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 1:10 PM
Location: St Pete, FL
|

|
|
|
|
 |
LOL That was a problem that came with the original script. I fixed the spelling of the lang_english folder, but I didn't see this...
FIND
| Code:
|
|
copy images/xml.gif to images/xml.gif to images/xml.gif to images/xml.gif
|
REPLACE WITH
| Code:
|
|
copy images/xml.gif to images/xml.gif
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Blog Mod |  |
Posted: 05/23/2007 3:55 AM |
|
|
|
|
|
| Citation |
| Posts |
2152 |
| Word Cnt. |
78,257 |
| BDay |
Jun 15 |
| Sign |
Gemini |
| Sex |
 |
|
|
|
Joined: Apr 22, 2005
Local time: 3:10 AM
Location: Upside down
|

|
|
|
|
 |
Yep I figured that one out.
Ok what about this one -
| Code:
|
Critical Error
COPY FAILED: The target file to be copied [./mods/the_blog_mod_023/weblogs/upload/.htaccess] could not be found.
copy weblogs/upload/.htaccess to weblogs/upload/.htaccess
MOD script line #361 :: FAQ :: Report
|
In the mod file it says -
| Code:
|
|
copy weblogs/upload/.htaccess to weblogs/upload/.htaccess
|
There is no .htaccess file that I can see in that folder |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|