PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Installation & Upgrades (http://www.photopost.com/forum/reviewpost-installation-upgrades/)
-   -   WYSIWYG not appearing (http://www.photopost.com/forum/reviewpost-installation-upgrades/123509-wysiwyg-not-appearing.html)

marocnl March 4th, 2006 11:35 AM

WYSIWYG not appearing
 
There is no WYSIWYG or for that matter even a 'post reply' button is missing.

http://195.169.149.206/~tegengif/rec...roduct=3&cat=2

marocnl March 4th, 2006 11:41 AM

Quote:

Originally Posted by marocnl
There is no WYSIWYG or for that matter even a 'post reply' button is missing.

http://195.169.149.206/~tegengif/rec...roduct=3&cat=2


http://195.169.149.206/~tegengif/rec....php?product=3 If i type thist url manually it shows me the WYSIWYG. Very weird. Templates are not showing?

marocnl March 4th, 2006 11:45 AM

Quote:

Originally Posted by marocnl
http://195.169.149.206/~tegengif/rec....php?product=3 If i type thist url manually it shows me the WYSIWYG. Very weird. Templates are not showing?

Keej, apparently i have to post a review first. But where can i find the link to post a review? I can only upload a photo. But how do i write a review without going manually to the product by getting the id and putting it in the url, as i did above.

Chuck S March 4th, 2006 11:45 AM

I don't see anything wrong with the links you have provided.

I registered a user account and you dont have permission set to regular users to post reviews or products so I can not comment further.

If you set permissions in Admin => Edit Usergroups then you should see a post a review link on a product at the top of the review. Now the quick reply box is only shown to a user for products they did not post.

marocnl March 4th, 2006 11:53 AM

1 Attachment(s)
Quote:

Originally Posted by Chuck S
I don't see anything wrong with the links you have provided.

I registered a user account and you dont have permission set to regular users to post reviews or products so I can not comment further.

If you set permissions in Admin => Edit Usergroups then you should see a post a review link on a product at the top of the review. Now the quick reply box is only shown to a user for products they did not post.


Here are my settings:

Chuck S March 5th, 2006 08:57 AM

Registered users are set to not allow reviews so they will have no post review button.

marocnl March 5th, 2006 09:20 AM

Quote:

Originally Posted by Chuck S
Registered users are set to not allow reviews so they will have no post review button.


In the image it clearly shows 'Allow Review' and 'Allow Post' to 'yes'. So what do you mean?

Chuck S March 5th, 2006 09:30 AM

What do you have set in Admin => Admin Options

Allow users to post reviews?

marocnl March 5th, 2006 02:06 PM

Quote:

Originally Posted by Chuck S
What do you have set in Admin => Admin Options

Allow users to post reviews?


Yes. :confused:

Chuck S March 5th, 2006 03:58 PM

Clearly let me show the conditional here in showproduct which will show you where i am coming from and allows the post a review link to be shown. You have to have one of these things set to off that I see.

Code:

Content visible to verified customers only.
Therefore there can only be one of two things wrong here. You either have usergroup permissions set that they can not post which is the $userreview variable or you have allow reviews turned off in admin options which is the $Global variable. Both have to be enabled to allow reviews.

What usergroup do you show user Omegatron in? I should be in group 2

If this was the case I should also have mod access according to your picture of the usergroups which I do not so something else is seriously wrong. I suggest before anything you reupload all the files especially if this was an upgrade. I run vbulletin 3 on my site so there are no permissions issues reported or none that I see.

marocnl March 5th, 2006 06:28 PM

Quote:

Originally Posted by Chuck S
Clearly let me show the conditional here in showproduct which will show you where i am coming from and allows the post a review link to be shown. You have to have one of these things set to off that I see.

Code:

Content visible to verified customers only.
Therefore there can only be one of two things wrong here. You either have usergroup permissions set that they can not post which is the $userreview variable or you have allow reviews turned off in admin options which is the $Global variable. Both have to be enabled to allow reviews.

What usergroup do you show user Omegatron in? I should be in group 2

If this was the case I should also have mod access according to your picture of the usergroups which I do not so something else is seriously wrong. I suggest before anything you reupload all the files especially if this was an upgrade. I run vbulletin 3 on my site so there are no permissions issues reported or none that I see.


Well, i turns out that the id's were totally screwed up:

mysql> select groupid,groupname from rp_usergroups;
+---------+------------------+
| groupid | groupname |
+---------+------------------+
| 6 | Administrator |
| 1 | Banned |
| 3 | Unregistered |
| 4 | Registered |
| 2 | COPPA |
| 5 | Super Moderators |
| 7 | Moderators |
| 8 | Banned Users |
+---------+------------------+
8 rows in set (0.00 sec)

mysql> select usergroupid,title from vb_usergroup;
+-------------+-----------------------------------+
| usergroupid | title |
+-------------+-----------------------------------+
| 1 | Unregistered / Not Logged In |
| 2 | Registered Users |
| 3 | Users Awaiting Email Confirmation |
| 4 | (COPPA) Users Awaiting Moderation |
| 5 | Super Moderators |
| 6 | Administrators |
| 7 | Moderators |
| 8 | Banned Users |
+-------------+-----------------------------------+

Dunno how this happens but when i import the usergroups it doesn't check the groupid's to match the usergroupid's ??

I fixed it manually in the db and it works now. I just hope it still works when i refresh the usergroups. :rolleyes:

marocnl March 5th, 2006 06:33 PM

Another problem i have now is that the WYSIWYG puts BB code in the screen instead of showing just a bold typed text. How come? I tried changing the 'mode' but that didn't do anything.

Chuck S March 5th, 2006 07:17 PM

I dont see anything wrong

http://195.169.149.206/~tegengif/rec....php?product=5

Thats using the quick reply

http://195.169.149.206/~tegengif/rec....php?product=4

Thats using the regular review script

In fact your review also looks fine.


All times are GMT -5. The time now is 04:45 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