![]() ![]() |
|
[AH23] Socialiser 2.0.0
|
Aug 4 2008, 12:17 PM
Post
#1
|
|
![]() IP.Board Modder ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,258 Joined: 18-April 06 Member No.: 217,222 IPB Version: 2.3.x |
[AH23] Socialiser 2.0.0
Category: Encoded Modifications Compatibility: Invision Power Board 2.2 & 2.3 Demo: http://forums.ahmodding.co.uk/index.php?/member/1-alex Quick Description: [AH23] Socialiser is a revolutionary social-networking component for your IP.Board profiling system Description: AH Modding is pleased to announce that the first stable release of Socialiser 2.0.0 is available for immediate download! To view the various news and updates regarding Socialiser2, we advise you to check out the news forum and Socialiser2 forums! This release will no longer expire as we have now gotten out of the testing stages, however as per usual, the ionCube runtime loaders are required in order to run Socialiser2. If your server does not have the loaders installed, you can upload the files yourself from www.ioncube.com! If you have found a bug in Socialiser 2.0.0, please report it here: http://forums.ahmodding.co.uk/index.php?au...p;showproject=2 View Modification This post has been edited by AH Modding: Nov 2 2008, 01:44 PM -------------------- Alex Hobbs
|
|
|
|
Aug 6 2008, 09:55 AM
Post
#2
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 257 Joined: 14-June 06 Member No.: 228,168 IPB Version: Not Applicable |
I didnt get to the install, the second edit for the index, i cannot find, It isn't in there to edit. So what do i do now?
|
|
|
|
Aug 6 2008, 10:17 AM
Post
#3
|
|
![]() IP.Board Modder ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,258 Joined: 18-April 06 Member No.: 217,222 IPB Version: 2.3.x |
You couldn't find this line?
CODE else { $ipsclass->input['act'] = ( ! isset($ipsclass->input['act']) || $ipsclass->input['act'] == '' ) ? "idx" : $ipsclass->input['act']; } If not, I guess this may be because of a modification to your index.php. Try this CODE if ( !isset($ipsclass->input['_low_act']) OR !$ipsclass->input['_low_act'] OR $ipsclass->input['_low_act'] == 'idx' OR $ipsclass->input['_low_act'] == 'home' ) { $ipsclass->input['_low_act'] = strtolower($ipsclass->input['act']); } ADD ABOVE CODE $url = $_SERVER['REQUEST_URI'] ? $_SERVER['REQUEST_URI'] : @getenv('REQUEST_URI');
$processed_url = preg_replace( "#^/#", "", $url ); if ( ! $processed_url ) { $processed_url = preg_replace( "#^&(.*)$#", "\\1", $_SERVER['QUERY_STRING'] ); $processed_url = preg_replace( "#(.*)\\##is", "\\1", trim( str_replace( '&', '&', $processed_url ) ) ); } if ( preg_match( "#/member/(.+)#is", $processed_url, $match ) && $ipsclass->input['act'] == "idx" ) { $ipsclass->init_load_cache(); if ( $ipsclass->vars['socialiser_on'] ) { $id = $match[1]; $ipsclass->input['act'] = 'component'; $ipsclass->input['module'] = 'socialiser'; $ipsclass->input['mid'] = $id; if ( preg_match( "#/member/(.+?)/(.+)$#is", $processed_url, $amatch ) ) { $ipsclass->input['CODE'] = $amatch[2]; } } } -------------------- Alex Hobbs
|
|
|
|
Aug 6 2008, 10:36 AM
Post
#4
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 257 Joined: 14-June 06 Member No.: 228,168 IPB Version: Not Applicable |
ok now i am getting the following error...
Parse error: syntax error, unexpected '}' in /home/nutriti/public_html/forum/index.php on line 239 I was using notepad to do my edits but i switched to wordpad.. that found that second edit that notepad wasnt finding (never had that problem before) What program do you use to find specific lines? |
|
|
|
Aug 6 2008, 10:47 AM
Post
#5
|
|
![]() IP.Board Modder ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,258 Joined: 18-April 06 Member No.: 217,222 IPB Version: 2.3.x |
Notepad and Wordpad are capable of doing that, the shortcut is Ctrl + G, and then you enter the line number
-------------------- Alex Hobbs
|
|
|
|
Aug 6 2008, 10:57 AM
Post
#6
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 257 Joined: 14-June 06 Member No.: 228,168 IPB Version: Not Applicable |
ok i give up... searched and searched but cant find where to enter a line number..
|
|
|
|
Aug 6 2008, 11:01 AM
Post
#7
|
|
![]() IP.Board Modder ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,258 Joined: 18-April 06 Member No.: 217,222 IPB Version: 2.3.x |
Open the file up in notepad, use the keyboard shortcut Ctrl + G and a prompt appears asking you to enter a line number, you can enter it there and it will take you to that line
Please could you also post the lines around it, around 5 lines above and below so we can tell whats wrong This post has been edited by AH Modding: Aug 6 2008, 11:04 AM -------------------- Alex Hobbs
|
|
|
|
Aug 6 2008, 11:29 AM
Post
#8
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 257 Joined: 14-June 06 Member No.: 228,168 IPB Version: Not Applicable |
ugggh nothing happens when i try that... is it a setting somewhere?
|
|
|
|
Aug 6 2008, 11:40 AM
Post
#9
|
|
![]() IP.Board Modder ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,258 Joined: 18-April 06 Member No.: 217,222 IPB Version: 2.3.x |
No, its just standard Notepad. You can also get to it via Edit -> Go to.
-------------------- Alex Hobbs
|
|
|
|
Aug 6 2008, 12:13 PM
Post
#10
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 257 Joined: 14-June 06 Member No.: 228,168 IPB Version: Not Applicable |
k i got textpad and installed and the ctrl +g worked with that but it wouldnt with notepad..
all that is on the line in the error is.. } k i toook that extra } out and now the error is gone! ok looks sweet.. cant seem to use alot of things tho and it says its not a stable release.. any idea when this mod will be useable? I cant wait!! |
|
|
|
Aug 6 2008, 12:14 PM
Post
#11
|
|
![]() IP.Board Modder ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,258 Joined: 18-April 06 Member No.: 217,222 IPB Version: 2.3.x |
You should be able to use everything
Glad its working for you though. -------------------- Alex Hobbs
|
|
|
|
Aug 6 2008, 12:14 PM
Post
#12
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 257 Joined: 14-June 06 Member No.: 228,168 IPB Version: Not Applicable |
would there be any problem for me to install the old mod over this one? or would it be best to wait for this one to be finished? You got an expected date for the release?
|
|
|
|
Aug 6 2008, 12:15 PM
Post
#13
|
|
![]() IP.Board Modder ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,258 Joined: 18-April 06 Member No.: 217,222 IPB Version: 2.3.x |
Yeah there wouldn't be an issue doing that
Actually, just remembered, upload all the files over the top, but don't remove components_acp/socialiser/tools.php, once your done, visit the Tools section in the Admin CP and hit 'reimport skin templates', this will update you back to 1.0! This post has been edited by AH Modding: Aug 6 2008, 12:16 PM -------------------- Alex Hobbs
|
|
|
|
Aug 6 2008, 12:16 PM
Post
#14
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 257 Joined: 14-June 06 Member No.: 228,168 IPB Version: Not Applicable |
ooops i think we posted at same time there..under applications i see this..
Available Applications information Example Module 1.0.0 by AH Modding There were no setup folders located with this application, cannot continue! Can i install the old mod over this one? ok... gona try that |
|
|
|
Aug 6 2008, 12:17 PM
Post
#15
|
|
![]() IP.Board Modder ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,258 Joined: 18-April 06 Member No.: 217,222 IPB Version: 2.3.x |
Thats an application and not actually part of the core framework. I don't really know to be honest, never tried downgrading, I think its best to stick at the current release.
-------------------- Alex Hobbs
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 16th March 2010 - 09:39 PM |
|
Search Engine Keywords
|