|
Page 4 of 7
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
| |
darkasylum 
Joined: April 2007
Posts: 72
Location:
|
 Re: Forum Integrated News Delivery
yes i think i done that right! i post them here just make sure!
constants.php
define('HELPDESK_E', $table_prefix . 'helpdesk_emails');
define('HELPDESK_I', $table_prefix . 'helpdesk_importance');
define('HELPDESK_M', $table_prefix . 'helpdesk_msgs');
define('HELPDESK_R', $table_prefix . 'helpdesk_reply');
*/
// FIND - newsfeeds
define('NEWSFEEDS_TABLE', $table_prefix . 'newsfeeds');
define('POST_NEWSFEED_URL', 'n');
// end FIND - newsfeeds
// Do not insert anything but tables below![/color]
lang_main.php
// FIND - newsfeeds MOD
$lang['Check_All'] = 'Check All';
$lang['UnCheck_All'] = 'UnCheck All';
$lang['News_Read_More'] = 'Read more...';
$lang['News_Read_Comments'] = 'Read comments...';
$lang['News_Category'] = 'Category: ';
$lang['News_Publish_Date'] = 'Publish Date: ';
$lang['News_Source'] = 'Source: ';
$lang['News_Description'] = 'Description: ';
$lang['News_Summary'] = 'Summary:';
$lang['News_Author'] = 'Author:';
$lang['News_Direct_Download'] = 'Direct Download:';
$lang['News_Duration'] = 'Duration:';
$lang['News_Bytes'] = 'bytes';
// Path to RSS icon image displayed in post. Leave empty if icon not needed.
$lang['News_RSS_Icon'] = 'http://thecomichaven.com/images/rssIcon.gif';
// Path to Podcast icon image displayed in post. Leave empty if icon not needed.
$lang['News_Podcast_Icon'] = 'http://thecomichaven.com/images/podcastIcon.gif';
// end FIND - newsfeeds MOD
//====================================================
// Do not insert anything below this line
//====================================================
this how i edit them! i sure this is right !!!!
i am now installing icyphoenix fresh install and blank database to see if i can get qround the problem! and to see if it works
i was on XS then upgraded to IP did you upgrade from phpBB2?????
u can have look at mine here www.dark-asylum.co.uk
|
#47 Wed 05 Mar, 2008 20:01 |
|
Chaotic 
Joined: January 2008
Posts: 1369
Location:  Georgia
|
 Re: Forum Integrated News Delivery
I think I see the problem. In includes/constants.php, you searched for the correct line to start editing, but you found the wrong one. There are two "// Do not insert anything but tables below!" references inside includes/constants.php. Search for the first reference of it and make the correct addition to the code. It should look like this:
// Ajaxed - BEGIN
define('AJAX_OP_COMPLETED', 0);
define('AJAX_ERROR', 1);
define('AJAX_CRITICAL_ERROR', 2);
define('AJAX_POST_SUBJECT_EDITED', 3);
define('AJAX_POST_TEXT_EDITED', 4);
define('AJAX_POLL_RESULT', 5);
define('AJAX_WATCH_TOPIC', 6);
define('AJAX_LOCK_TOPIC', 7);
define('AJAX_MARK_TOPIC', 8);
define('AJAX_MARK_FORUM', 9);
define('AJAX_PM_USERNAME_FOUND', 10);
define('AJAX_PM_USERNAME_SELECT', 11);
define('AJAX_PM_USERNAME_ERROR', 12);
define('AJAX_PREVIEW', 13);
define('AJAX_DELETE_POST', 14);
define('AJAX_DELETE_TOPIC', 15);
define('AJAX_TOPIC_TYPE', 16);
define('AJAX_TOPIC_MOVE', 17);
// Ajaxed - END
//<!-- BEGIN Unread Post Information to Database Mod -->
define('UPI2DB_VERSION', 'Full');
//define('UPI2DB_VERSION', 'IP');
//<!-- END Unread Post Information to Database Mod -->
// FIND - newsfeeds
define('NEWSFEEDS_TABLE', $table_prefix . 'newsfeeds');
define('POST_NEWSFEED_URL', 'n');
// end FIND - newsfeeds
// Do not insert anything but tables below!
// Table names
define('ACRONYMS_TABLE', $table_prefix . 'acronyms');
define('ADMINEDIT_TABLE', $table_prefix . 'adminedit');
define('ALBUM_CAT_TABLE', $table_prefix . 'album_cat');
define('ALBUM_COMMENT_TABLE', $table_prefix . 'album_comment');
define('ALBUM_CONFIG_TABLE', $table_prefix . 'album_config');
define('ALBUM_RATE_TABLE', $table_prefix . 'album_rate');
define('ALBUM_TABLE', $table_prefix . 'album');
define('AUTH_ACCESS_TABLE', $table_prefix . 'auth_access');
define('AUTOLINKS', $table_prefix . 'autolinks');
define('BANLIST_TABLE', $table_prefix . 'banlist');
define('BOOKMARK_TABLE', $table_prefix . 'bookmarks');
define('CAPTCHA_CONFIG_TABLE', $table_prefix . 'captcha_config');
define('CATEGORIES_TABLE', $table_prefix . 'categories');
define('CONFIG_TABLE', $table_prefix . 'config');
define('CONFIRM_TABLE', $table_prefix . 'confirm');
define('DISALLOW_TABLE', $table_prefix . 'disallow');
define('DRAFTS_TABLE', $table_prefix . 'drafts');
define('FLAG_TABLE', $table_prefix . 'flags');
define('FORCE_READ_TABLE', $table_prefix . 'force_read');
define('FORCE_READ_USERS_TABLE', $table_prefix . 'force_read_users');
define('FORUMS_TABLE', $table_prefix . 'forums');
define('FORUMS_WATCH_TABLE', $table_prefix . 'forums_watch');
define('GOOGLE_BOT_DETECTOR_TABLE', $table_prefix . 'google_bot_detector');
define('GROUPS_TABLE', $table_prefix . 'groups');
define('HACKS_LIST_TABLE', $table_prefix . 'hacks_list');
define('JR_ADMIN_TABLE', $table_prefix . 'jr_admin_users');
define('KB_ARTICLES_TABLE', $table_prefix . 'kb_articles');
define('LINK_CATEGORIES_TABLE', $table_prefix . 'link_categories');
define('LINK_CONFIG_TABLE', $table_prefix . 'link_config');
define('LINKS_TABLE', $table_prefix . 'links');
define('LIW_CACHE_TABLE', $table_prefix . 'liw_cache');
define('LOGINS_TABLE', $table_prefix . 'logins');
define('MODULES_TABLE', $table_prefix . 'stats_modules');
define('NEWS_TABLE', $table_prefix . 'news');
define('NOTES_ADMIN_TABLE',$table_prefix . 'notes');
define('OPTIMIZE_DB_TABLE', $table_prefix . 'optimize_db');
define('POSTS_TABLE', $table_prefix . 'posts');
define('POSTS_TEXT_TABLE', $table_prefix . 'posts_text');
define('PRIVMSGS_IGNORE_TABLE', $table_prefix . 'privmsgs_ignore');
define('PRIVMSGS_TABLE', $table_prefix . 'privmsgs');
define('PRIVMSGS_TEXT_TABLE', $table_prefix . 'privmsgs_text');
define('PROFILE_FIELDS_TABLE', $table_prefix . 'profile_fields');
define('PROFILE_VIEW_TABLE', $table_prefix . 'profile_view');
define('PRUNE_TABLE', $table_prefix . 'forum_prune');
define('RANKS_TABLE', $table_prefix . 'ranks');
define('RATINGS_TABLE', $table_prefix . 'rate_results');
define('REFERRERS_TABLE', $table_prefix . 'referrers');
define('SEARCH_MATCH_TABLE', $table_prefix . 'search_wordmatch');
define('SEARCH_TABLE', $table_prefix . 'search_results');
define('SEARCH_WORD_TABLE', $table_prefix . 'search_wordlist');
define('SESSIONS_KEYS_TABLE', $table_prefix . 'sessions_keys');
define('SESSIONS_TABLE', $table_prefix . 'sessions');
define('SHOUTBOX_TABLE', $table_prefix . 'shout');
define('SITE_HISTORY_TABLE', $table_prefix . 'site_history');
define('SMILIES_TABLE', $table_prefix . 'smilies');
define('STATS_CONFIG_TABLE', $table_prefix . 'stats_config');
define('SUDOKU_SESSIONS', $table_prefix . 'sudoku_sessions');
define('SUDOKU_SOLUTIONS', $table_prefix . 'sudoku_solutions');
define('SUDOKU_STARTS', $table_prefix . 'sudoku_starts');
define('SUDOKU_STATS', $table_prefix . 'sudoku_stats');
define('SUDOKU_USERS', $table_prefix . 'sudoku_users');
define('THANKS_TABLE', $table_prefix . 'thanks');
define('THEMES_NAME_TABLE', $table_prefix . 'themes_name');
define('THEMES_TABLE', $table_prefix . 'themes');
define('TITLE_INFOS_TABLE', $table_prefix . 'title_infos');
define('TOPIC_VIEW_TABLE', $table_prefix . 'topic_view');
define('TOPICS_TABLE', $table_prefix . 'topics');
define('TOPICS_WATCH_TABLE', $table_prefix . 'topics_watch');
define('USER_GROUP_TABLE', $table_prefix . 'user_group');
define('USERS_TABLE', $table_prefix . 'users');
define('VOTE_DESC_TABLE', $table_prefix . 'vote_desc');
define('VOTE_RESULTS_TABLE', $table_prefix . 'vote_results');
define('VOTE_USERS_TABLE', $table_prefix . 'vote_voters');
define('WORDS_TABLE', $table_prefix . 'words');
define('XS_NEWS_CONFIG_TABLE', $table_prefix . 'xs_news_cfg');
define('XS_NEWS_TABLE', $table_prefix . 'xs_news');
define('XS_NEWS_XML_TABLE', $table_prefix . 'xs_news_xml');
define('ZEBRA_TABLE', $table_prefix . 'zebra');
It looks like you edited language/lang_english/lang_main.php correctly. Just make that change in includes/constants.php and you should be set.
____________ | Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
|
#48 Wed 05 Mar, 2008 20:47 |
|
darkasylum 
Joined: April 2007
Posts: 72
Location:
|
 Re: Forum Integrated News Delivery
heheh yes ! there was a mistake! but no i still not geting! that drop down menu! i deleted the cache also!
i going walk away for to day!
once again want say thanks for all your help! i will come back to this in 24hrs with a clean head!
i will install on blank forum and blank database see if it works there try and workout were i have gone wrong!
right good night and thanks once again!
i will get this working even if it kills me!
LOL
laterz mate!
|
#49 Wed 05 Mar, 2008 21:32 |
|
Chaotic 
Joined: January 2008
Posts: 1369
Location:  Georgia
|
 Re: Forum Integrated News Delivery
That's crazy man! I have no idea what could be causing that problem now. Hopefully someone else here has some ideas.
Good luck.
____________ | Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
|
#50 Wed 05 Mar, 2008 21:35 |
|
Zuker 
Joined: August 2006
Posts: 2134
Location:  BA
|
 Re: Forum Integrated News Delivery
I think i've fixed that issues, please upload the new adm files from the package i've reuploaded
____________ ? Zuker - EDDB - LPM - Sharefields
|
#51 Thu 06 Mar, 2008 12:40 |
|
darkasylum 
Joined: April 2007
Posts: 72
Location:
|
 Re: Forum Integrated News Delivery
thanks for your hard work is that ! the one at the start of this post!?
i download it i could not see any changes to any files! there! mabye it just me i will upload them and see if any thing changes for me!
thanks
|
#52 Thu 06 Mar, 2008 13:08 |
|
Zuker 
Joined: August 2006
Posts: 2134
Location:  BA
|
 Re: Forum Integrated News Delivery
thanks for your hard work is that ! the one at the start of this post!?
i download it i could not see any changes to any files! there! mabye it just me i will upload them and see if any thing changes for me!
thanks
i should have fixed that problems that appear on the file mention before. related to bbcodes
____________ ? Zuker - EDDB - LPM - Sharefields
|
#53 Thu 06 Mar, 2008 13:38 |
|
darkasylum 
Joined: April 2007
Posts: 72
Location:
|
 Re: Forum Integrated News Delivery
ah you talking about this error
this error Fatal error: Call to undefined function: bbencode_second_pass() in /home/ch0pper/public_html/forum/adm/admin_newsfeed_sources.php on line 75
i have uploaded the new files, got same error , on Newsfeed Sources
just want make sure 100% that these are right files
find_input.rar and i got it from this thread
thanks
|
#54 Thu 06 Mar, 2008 13:49 |
|
Zuker 
Joined: August 2006
Posts: 2134
Location:  BA
|
 Re: Forum Integrated News Delivery
ah you talking about this error
this error Fatal error: Call to undefined function: bbencode_second_pass() in /home/ch0pper/public_html/forum/adm/admin_newsfeed_sources.php on line 75
i have uploaded the new files, got same error , on Newsfeed Sources
just want make sure 100% that these are right files
find_input.rar and i got it from this thread
thanks
You have to download the first post attachment again. anyway, i have uploaded the file here for you
| Description: |
|
 Download |
| Filename: |
admin_newsfeed_sources.rar |
| Filesize: |
1.86 KB |
| Downloaded: |
210 Time(s) |
____________ ? Zuker - EDDB - LPM - Sharefields
|
#55 Thu 06 Mar, 2008 18:16 |
|
darkasylum 
Joined: April 2007
Posts: 72
Location:
|
 Re: Forum Integrated News Delivery
Newsfeed Sources yes you have fixed that problem see screen dump! enclosed!
but i do have one problem still if you got any ideas how i can fix this ! cos i am out ideas!
all seemed to go to plan until I tried to add a feed.
The Forum Name drop down is blank! (see pic)
| Description: |
|
 Download |
| Filename: |
error.jpg |
| Filesize: |
370.99 KB |
| Downloaded: |
175 Time(s) |
|
#56 Thu 06 Mar, 2008 18:52 |
|
xmenfile 
Joined: September 2007
Posts: 482
Location:  Right in front of my computer
|
 Re: Forum Integrated News Delivery
wait a minute, how did you make Newsfeed Source works. I can't get the page.
|
#57 Thu 06 Mar, 2008 19:08 |
|
darkasylum 
Joined: April 2007
Posts: 72
Location:
|
 Re: Forum Integrated News Delivery
xmenfile down load and install admin_newsfeed_sources.rar here!
Zuker has fixed it! but i am still having problems with the news feed adding forum!
|
#58 Thu 06 Mar, 2008 20:20 |
|
Zuker 
Joined: August 2006
Posts: 2134
Location:  BA
|
 Re: Forum Integrated News Delivery
darkasylum, for me it's working fine.. check this image
____________ ? Zuker - EDDB - LPM - Sharefields
|
#59 Thu 06 Mar, 2008 20:27 |
|
darkasylum 
Joined: April 2007
Posts: 72
Location:
|
 Re: Forum Integrated News Delivery
Zuker yes Chaotic has working two!
this only problem i had from day one! No drop down menu so cant add a Forum!
i think it sumthing to do with Mysql data base! i enclose screen dump
just incase you see sumthing i missed, thanks Zuker
| Description: |
|
 Download |
| Filename: |
MYSQL.jpg |
| Filesize: |
369.71 KB |
| Downloaded: |
172 Time(s) |
|
#60 Thu 06 Mar, 2008 22:40 |
|
|
Page 4 of 7
|
Was this topic useful?
Was this topic useful?
| Link this topic |
| URL |
|
| BBCode |
|
| HTML |
|
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|