PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds How do I...? (http://www.photopost.com/forum/classifieds-how-do-i/)
-   -   Cannot edit ads (http://www.photopost.com/forum/classifieds-how-do-i/139631-cannot-edit-ads.html)

djones44 March 24th, 2009 07:55 PM

Cannot edit ads
 
The permissions seems to be OK, the type for the admin under the ads is supposed to be there, but there is no visible way for a user or admin to edit an ad or delete it once posted (a legacy ad now in the wrong category).

How can I wake up the User Index edit functions?

Chuck S March 24th, 2009 08:14 PM

what do you mean here? dont you see the edit product link when viewing an ad?

djones44 March 24th, 2009 08:49 PM

Quote:

Originally Posted by Chuck S (Post 1244233)
what do you mean here? dont you see the edit product link when viewing an ad?

I just noticed the little icon among others at the bottom. Apologies.

However, I wonder if a new user might miss them too - but that's what sysops are for I guess.
Resolved!

Any progress on the Feature Block plug-in (loaded via VB3 Plug-in Mgr to provide a link back to PP), that generates a parsing error? Try it.

Your prompt help is appreciated, Chuck.
Dwight

Chuck S March 24th, 2009 10:04 PM

Not sure what you mean about the block there is no parse error that I see. what is the exact error you get.

djones44 March 25th, 2009 04:01 PM

1 Attachment(s)
Quote:

Originally Posted by Chuck S (Post 1244239)
Not sure what you mean about the block there is no parse error that I see. what is the exact error you get.

The image capture shows the code you posted:
Quote:

Originally Posted by Chuck S (Post 1144406)
Okay in conjunction with this thread

PhotoPost Enhanced vB3 Index Integration - PhotoPost Community

Here is a plugin to add your photo block to the forum index without editing the index.php file. Make sure to change in the plugin the path to your file from the default if different.

being pasted into VB3.8. after I had opened that XML file in Notepad.

The resulting error, which disappears when the plug-in is subsequently deleted, is:

Parse error: parse error, unexpected '<' in /home/content/t/h/n/thnews/html/forums/index.php(594) : eval()'d code on line 1

Dwight

Chuck S March 25th, 2009 05:42 PM

well yout issue is most likely whatever you did in notepad etc

You would need to view the plugin and compare with what is posted in whatever mod thread and see what the difference is.

djones44 March 25th, 2009 08:04 PM

Quote:

Originally Posted by Chuck S (Post 1244290)
well your issue is most likely whatever you did in notepad etc

You would need to view the plugin and compare with what is posted in whatever mod thread and see what the difference is.

It's your Featured Block plugin for vbulletin. I probably have a bad path (installing it with the VB3.8 Plugin Manager) but can't figure it out or find the file or gallery directory it mentions.

If my sites are The Fractions Forum - Powered by vBulletin and Fractions Forum Classifieds - Login and this a new install with everything on the defaults.

What do you think I can try?

Here is your code:

<?xml version="1.0" encoding="ISO-8859-1" ?>
- <plugins>
- <plugin active="1" product="vbulletin">
<title>Photopost Feature Block</title>
<hookname>forumhome_complete</hookname>
- <phpcode>
- <![CDATA[ include('../gallery/inc_features.php');
]]>
</phpcode>
</plugin>
</plugins>

Best Regards;
Dwight

Chuck S March 25th, 2009 08:44 PM

Thats not a classifieds plugin you have there ;)

http://www.photopost.com/forum/1144408-post1.html

djones44 March 26th, 2009 09:24 AM

Quote:

Originally Posted by Chuck S (Post 1244296)
Thats not a classifieds plugin you have there ;)

http://www.photopost.com/forum/1144408-post1.html

It's not? The code I showed is what's in that XML file. Here's what your link says:

Quote:

Originally Posted by Chuck S (Post 1144408)
Okay in conjunction with this thread

http://www.photopost.com/forum/showthread.php?t=116508

Here is a plugin to add your ads block to the forum index without editing the index.php file. Make sure to change in the plugin the path to your file from the default if different.

Well, let's start over then.

How can I post a menu item in Vbulletin 3.8 to return a user to the Classifieds section? In fairness, I realize that's a Jelsoft support question, but I thought the XML file above was a plugin for that purpose.

Dwight

Chuck S March 26th, 2009 10:40 AM

The XML is not used to post a menu in the vb navbar. You need to actually do that by hand. Edit your vbulletin navbar and place a link in there like maybe so

Code:

Content visible to verified customers only.
Furthermore with respects to the xml it is used to place ads in an ad block on the forum homepage

what you have posted is NOT the contents of the XML file posted by me. based on this thread

http://www.photopost.com/forum/class...tin-3-5-a.html

Here is the contents of the xml file

Code:

Content visible to verified customers only.
Until you probally follow that posted thread and add the plugin to your vbulletin your not going to show a block of ads there.

djones44 March 28th, 2009 12:16 PM

Thanks Chuck, that worked.

Chuck S March 28th, 2009 02:48 PM

Not a problem some way you where getting the Photopost pro and classifieds plugins mixed up


All times are GMT -5. The time now is 09:50 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97