Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Upload image and profile page problems
Avatar
funkyjudge
Member
Free Members
sp_UserOfflineSmall Offline
Jan 21, 2012 - 9:23 am

Hi all. New user moving from a phpBB site after 3 years. 

My first problem is i don't know how to upload images. I see the 'Upload Attachments' button but when i click it all i see is the 'Image upload constraints' info.

Pic_01.jpgImage Enlarger

Also, on my member profile page, when i click the 'profile' button to edit my details, i get all the text on a white page.

 

Pic_02.jpgImage Enlarger

If you need to access the forum you can use these login details.

Username - YellowSwordfish

Password - sword123

 

Hope you can help.

 

Thanks

 

Francis

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 21, 2012 - 11:27 am

ummm.... we would need a link to your site...

Avatar
funkyjudge
Member
Free Members
sp_UserOfflineSmall Offline
Jan 21, 2012 - 11:31 am

Of course, sorry...

 

http://funkyjudge.net/geils/forum/

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 21, 2012 - 11:34 am

you have some js issues there... ones that I believe have been long resolved in 5.0 RC...  can you verify that you have the latest 5.0 build and up to date sp plugins?

you can verify build on forum - toolbox - toolbox

and visit the wp updates page under dashboard and make sure there are no sp updates...

Avatar
funkyjudge
Member
Free Members
sp_UserOfflineSmall Offline
Jan 21, 2012 - 12:50 pm

The build is 7759

I don't see any sp updates on the dashboard page.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 21, 2012 - 12:55 pm

I suspect its because your wp theme is not following wp standards...  its loading its own version of jquery... and it looks to be conflicting with the version of jquery that wp loads...

so probably need to resolve that...

since your theme is loading its own version of jquery in the head tags, check the theme header.php if it has one and see if its hardcode to load is own jquery version...  and replace with

wp_enqueue_script( 'jquery' );

to use the wp version and see if that works... 

Avatar
funkyjudge
Member
Free Members
sp_UserOfflineSmall Offline
Jan 21, 2012 - 1:08 pm

These are the 3 lines i find the word jquery in the header.php. Which one should i replace with 

wp_enqueue_script( 'jquery' );

 

wp_head();

?>

 

<script type="text/javascript" src="<?php echo $dirs['www']['js']; ?>jquery.js"></script>

<script type="text/javascript" src="<?php echo $dirs['www']['js']; ?>jquery.ifixpng.js"></script>

<script type="text/javascript">jQuery.noConflict();</script>

 

<?php

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 21, 2012 - 1:25 pm

I would replace the first and last... though really the second one should be replaced with:

wp_enqueue_script('ifix',$dirs['www']['js']."jquery.ifixpng.js", array('jquery'), false, false);

to make it dependent on jquery loading first...

Avatar
funkyjudge
Member
Free Members
sp_UserOfflineSmall Offline
Jan 21, 2012 - 1:39 pm

Thank you. I replaced all three lines and the image uploader works a treat.

 

Any ideas why my profile pages are not part of the forum theme but are on white pages?

 

 Pic_02-1.jpgImage Enlarger

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 21, 2012 - 1:45 pm

no. looks like another js issue...  did you clear your browser cache and retry?

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 617
Members: 17359
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10125
Posts: 79620