Go Back   EZPR Real Estate Forums > WP Realty (The WordPress Plugin) > General Configuration Support

Reply
 
Thread Tools Display Modes
  #1  
Old 08-27-2009, 12:23 PM
John John is offline
Junior Member
 
Join Date: Aug 2009
Posts: 3
Unhappy Problems with links

Template file /home/iejas97/public_html/realty/Realty/openrealty/template/wp-realty-or/featured_listing_horizontal.html not found.

{load_js_body}
About Us
This is the page where you tell clients about your company

loan calculator doesn't load

Template file /home/iejas97/public_html/realty/Realty/openrealty/template/wp-realty-or/search_page_default.html not found.

are just a few examp of the problems I am having I am a newby to your program, and I am not the best programer but was hopeing someone may be able to help me. this is my site http://realty.ebdevelopment.com/Realty if you want to take a look I am also using WP Realty Listings v-1.0.5 and wordpress 2.8.4
Reply With Quote
  #2  
Old 08-27-2009, 02:09 PM
John John is offline
Junior Member
 
Join Date: Aug 2009
Posts: 3
Default Fix

instead of using wp-realty-or I used cms integration fixed most of the link except for calculator and member login
Reply With Quote
  #3  
Old 08-29-2009, 10:30 PM
John John is offline
Junior Member
 
Join Date: Aug 2009
Posts: 3
Default Still having problems keep getting errors

Warning: mysql_real_escape_string(): 9 is not a valid MySQL-Link resource in /home/iejas97/public_html/realty/Realty/wp-includes/wp-db.php on line 450

Warning: mysql_real_escape_string(): 9 is not a valid MySQL-Link resource in /home/iejas97/public_html/realty/Realty/wp-includes/wp-db.php on line 450

Warning: mysql_error(): 9 is not a valid MySQL-Link resource in /home/iejas97/public_html/realty/Realty/wp-includes/wp-db.php on line 685

and calculator still won't show put add on calculator on or still trying to figure out on how to bring in into wp realty so it would work
Reply With Quote
  #4  
Old 02-12-2010, 02:59 AM
nevaeh.aaric nevaeh.aaric is offline
Junior Member
 
Join Date: Feb 2010
Posts: 7
Default

One way to solve the problem is to use VBA to create "pseudo-links". You can have any number of these in a presentation without triggering the problem that cause PPT to corrupt your links.
First, add this subroutine to your presentation: Sub Jump(oShp As Shape)
This assumes that the shape has a tag set to the number
of the slide we want to jump to
Use the companion SetUpJump routine to tag the slideDim sTemp
As String sTemp = oShp.Tags("JumpTo")
If Len(sTemp) > 0 Thena slideShowWindows(1).View.GotoSlide (CLng(sTemp))
End If Next, select a shape that you want to assign a jump to, then run the following macro this macro can be in a different presentation if you like; only the Jump macro above needs to be in your "real" presentation. Sub SetUpJump On Error GoTo ErrorHandler
Dim sTemp As String with ActiveWindow.Selection.ShapeRange(1)
Temp = InputBox("Slide number to jump to", "Where to, Mac?")
If Len(sTemp) = 0 Then
Exit Sub
End If Tags.Add "JumpTo", sTemp
With .ActionSettings(ppMouseClick)
Run = "Jump"
Action = ppActionRunMacro
End With
NormalExit:
Exit Sub
ErrorHandler:
MsgBox "Select one and only one shape, please"
Resume NormalExit
End Sub.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 12:51 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.